COLOR #010401

HEX: #010401
RGB: (1,4,1)

Renk bilgisi

#010401 contains red, green and blue colors in about the same proportion. #010401 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#010401 color RGB value is (1,4,1).

  • kırmız ton 1;
  • yeşil ton 4;
  • mavi ton 1.
RGB:
(1,4,1)
(0%,2%,0%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 4 of 255 = 2%
B 1 of 255 = 0%

1
4
1

R + G + B ~ 1%. #010401 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 4 + 1 = 6 (100%)
R 1 of 6 ~ 16.67%
G 4 of 6 ~ 66.67%
B 1 of 6 ~ 16.67%

%16.67
%66.67
%16.67

CMYK RENK MODELİ

#010401 rengi CMYK tonu (75,0,75,98).

  • camgöbeği tonu 75.00%
  • eflatun tonu 0.00%
  • sarı tonu 75.00%
  • ana renk tonu 98.43%
CMYK:
(75,0,75,98)
C75M0Y75K98 
(75%,0%,75%,98%)
(0.75/0.00/0.75/0.98)	

CMYK yüzdeleri

%75
%0
%75
%98.43

Codes

Color #010401 in popluar color models

010401
RGB141
HSL120°60.00%0.98%
HSB/HSV120°75.00%1.57%
CMYK75.00%0.00%75.00%
98.43%

Color #010401 in popluar number systems.

HEX010401
Decimal141
Binary11001
Octal141

Shades and tints

Tints of #010401

#010401
(1,4,1)
#181A18
(24,26,24)
#2F302F
(47,48,47)
#464646
(70,70,70)
#5D5C5D
(93,92,93)
#747274
(116,114,116)
#8B888B
(139,136,139)
#A29EA2
(162,158,162)
#B9B4B9
(185,180,185)
#D0CAD0
(208,202,208)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010401 color. Also use rgb(1,4,1) instead hex code.

Text Font Color

.myTextColor { color: #010401; }

<p style="color:#010401">This sample text font color is #010401.</p>

This text font color is #010401.


Background Color

.myBgColor { background-color: #010401; }

<div style="background-color:#010401">Inner text</div>

This div background color is #010401.


Border color

.myBorderColor { border: 1px solid #010401; }

<div style="border:3px solid #010401">Div</div>

This div border color is #010401.


Opacity

.myOpacity80 { color: #010401; opacity: 0.8; }

<p style="color:#010401;opacity:0.8;">80%</p>

Text with #010401 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #010401;}

<p style="text-shadow: 3px 3px 1px #010401">Text here.</p>

This text has shadow with #010401 color.

.textShadow {text-shadow: 3px 3px 1px #010401, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #010401, 5px 5px 20px red">Text here.</p>

This text has shadow with #010401 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010401, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#010401, Direction=45, Strength=4)">Text</p>

This text has shadow with #010401 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #010401;
  -webkit-box-shadow:	1px 1px 3px 2px #010401;
  box-shadow:		1px 1px 3px 2px #010401;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010401;
-webkit-box-shadow: 1px 1px 3px 2px #010401;
box-shadow:1px 1px 3px 2px #010401;">
Div content here</div>
This div box has shadow with color #010401.

Preview

Color preview on black background

This text has color #010401 on black background.


Color preview on white background

This text has color #010401 on white background.



Black color preview on #010401 background

This text has black color on #010401 background.


White color preview on #010401 background

This text has white color on #010401 background.