COLOR #01201F

HEX: #01201F
RGB: (1,32,31)

Color info

#01201F contains red, green and blue colors in about the same proportion. Web safe color of #01201F is #003333 (or #033).

RGB color model

#01201F color RGB value is (1,32,31).

  • red value is 1;
  • green value is 32;
  • blue value is 31.
RGB:
(1,32,31)
(0%,13%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 31 of 255 = 12%

1
32
31

R + G + B ~ 8%. #01201F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 32 + 31 = 64 (100%)
R 1 of 64 ~ 1.56%
G 32 of 64 ~ 50%
B 31 of 64 ~ 48.44%

%50
%48.44

CMYK color model

#01201F color CMYK value is (97,0,3,87).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 87.45%
CMYK:
(97,0,3,87)
C97M0Y3K87 
(97%,0%,3%,87%)
(0.97/0.00/0.03/0.87)	

CMYK percentages

%96.88
%0
%3.12
%87.45

Codes

Color #01201F in popluar color models

01201F
RGB13231
HSL178°93.94%6.47%
HSB/HSV178°96.88%12.55%
CMYK96.88%0.00%3.12%
87.45%

Color #01201F in popluar number systems.

HEX01201F
Decimal13231
Binary110000011111
Octal14037

Shades and tints

Shades of #01201F

#01201F
(1,32,31)
#011E1D
(1,30,29)
#011C1B
(1,28,27)
#011A19
(1,26,25)
#011817
(1,24,23)
#011615
(1,22,21)
#011413
(1,20,19)
#011211
(1,18,17)
#01100F
(1,16,15)
#010E0D
(1,14,13)
#010C0B
(1,12,11)
#000000
(0,0,0)

Tints of #01201F

#01201F
(1,32,31)
#183433
(24,52,51)
#2F4847
(47,72,71)
#465C5B
(70,92,91)
#5D706F
(93,112,111)
#748483
(116,132,131)
#8B9897
(139,152,151)
#A2ACAB
(162,172,171)
#B9C0BF
(185,192,191)
#D0D4D3
(208,212,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01201F color. Also use rgb(1,32,31) instead hex code.

Text Font Color

.myTextColor { color: #01201F; }

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

This text font color is #01201F.


Background Color

.myBgColor { background-color: #01201F; }

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

This div background color is #01201F.


Border color

.myBorderColor { border: 1px solid #01201F; }

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

This div border color is #01201F.


Opacity

.myOpacity80 { color: #01201F; opacity: 0.8; }

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

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

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

This text has shadow with #01201F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01201F on black background.


Color preview on white background

This text has color #01201F on white background.



Black color preview on #01201F background

This text has black color on #01201F background.


White color preview on #01201F background

This text has white color on #01201F background.