COLOR #01211F

HEX: #01211F RGB: (1,33,31)

Color info

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

RGB color model

#01211F color RGB value is (1,33,31).

RGB: (1,33,31) (0%, 13%, 12%)

RGB channels and saturation

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

1
33
31

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

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 31 = 65 (100%)
R 1 of 65 ~ 1.54%
G 33 of 65 ~ 50.77%
B 31 of 65 ~ 47.69'%

%50.77
%47.69

CMYK color model

#01211F color CMYK value is (97,0,6,87).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 87.06%

CMYK: (97,0,6,87)
C97M0Y6K87 (97%, 0%, 6%, 87%)
(0.97 / 0.00 / 0.06 / 0.87)

CMYK percentages

%96.97
%0
%6.06
%87.06

Codes

Color #01211F in popluar color models

01 21 1F
RGB 1 33 31
HSL 176° 94.12% 6.67%
HSB/HSV 176° 96.97% 12.94%
CMYK 96.97% 0.00% 6.06%
87.06%

Color #01211F in popluar number systems.

HEX 01 21 1F
Decimal 1 33 31
Binary 1 100001 11111
Octal 1 41 37

Shades and tints

Shades of #01211F

#01211F
(1,33,31)
#011E1D
(1,30,29)
#011B1B
(1,27,27)
#011819
(1,24,25)
#011517
(1,21,23)
#011215
(1,18,21)
#010F13
(1,15,19)
#010C11
(1,12,17)
#01090F
(1,9,15)
#01060D
(1,6,13)
#01030B
(1,3,11)
#000000
(0,0,0)

Tints of #01211F

#01211F
(1,33,31)
#183533
(24,53,51)
#2F4947
(47,73,71)
#465D5B
(70,93,91)
#5D716F
(93,113,111)
#748583
(116,133,131)
#8B9997
(139,153,151)
#A2ADAB
(162,173,171)
#B9C1BF
(185,193,191)
#D0D5D3
(208,213,211)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01211F; }

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

This text font color is #01211F.

Background Color

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

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

This div background color is #01211F.

Border color

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

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

This div border color is #01211F.

Opacity

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

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

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

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

This text has shadow with #01211F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01211F.

Preview

Color preview on black background

This text has color #01211F on black background.


Color preview on white background

This text has color #01211F on white background.


Black color preview on #01211F background

This text has black color on #01211F background.


White color preview on #01211F background

This text has white color on #01211F background.


Related colors

Complementary color

Complementary color for #hex is #FEDEE0.


I love getcolorcode.com

Triadic colors

1 #1F0121 and #211F01 with #01211F are triadic colors.

2 #1F2101 and #21011F with #01211F are triadic colors.