COLOR #010201

HEX: #010201
RGB: (1,2,1)

Renk bilgisi

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

RGB renk modeli

#010201 color RGB value is (1,2,1).

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

RGB bağlantıları ve doygunluk

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

1
2
1

R + G + B ~ 0%. #010201 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 2 + 1 = 4 (100%)
R 1 of 4 ~ 25%
G 2 of 4 ~ 50%
B 1 of 4 ~ 25%

%25
%50
%25

CMYK RENK MODELİ

#010201 rengi CMYK tonu (50,0,50,99).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 99.22%
CMYK:
(50,0,50,99)
C50M0Y50K99 
(50%,0%,50%,99%)
(0.50/0.00/0.50/0.99)	

CMYK yüzdeleri

%50
%0
%50
%99.22

Codes

Color #010201 in popluar color models

010201
RGB121
HSL120°33.33%0.59%
HSB/HSV120°50.00%0.78%
CMYK50.00%0.00%50.00%
99.22%

Color #010201 in popluar number systems.

HEX010201
Decimal121
Binary1101
Octal121

Shades and tints

Tints of #010201

#010201
(1,2,1)
#181918
(24,25,24)
#2F302F
(47,48,47)
#464746
(70,71,70)
#5D5E5D
(93,94,93)
#747574
(116,117,116)
#8B8C8B
(139,140,139)
#A2A3A2
(162,163,162)
#B9BAB9
(185,186,185)
#D0D1D0
(208,209,208)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010201; }

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

This text font color is #010201.


Background Color

.myBgColor { background-color: #010201; }

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

This div background color is #010201.


Border color

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

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

This div border color is #010201.


Opacity

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

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

Text with #010201 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 #010201;}

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

This text has shadow with #010201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010201 on black background.


Color preview on white background

This text has color #010201 on white background.



Black color preview on #010201 background

This text has black color on #010201 background.


White color preview on #010201 background

This text has white color on #010201 background.