COLOR #01211B

HEX: #01211B RGB: (1,33,27)

Color info

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

RGB color model

#01211B color RGB value is (1,33,27).

RGB: (1,33,27) (0%, 13%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 27 of 255 = 11%

1
33
27

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

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 27 = 61 (100%)
R 1 of 61 ~ 1.64%
G 33 of 61 ~ 54.1%
B 27 of 61 ~ 44.26'%

%54.1
%44.26

CMYK color model

#01211B color CMYK value is (97,0,18,87).

  • cyan value is 96.97%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK: (97,0,18,87) C97M0Y18K87 (97%,0%,18%,87%) (0.97/0.00/0.18/0.87) 

CMYK percentages

%96.97
%0
%18.18
%87.06

Codes

Color #01211B in popluar color models

01 21 1B
RGB 1 33 27
HSL 169° 94.12% 6.67%
HSB/HSV 169° 96.97% 12.94%
CMYK 96.97% 0.00% 18.18%
87.06%

Color #01211B in popluar number systems.

HEX 01 21 1B
Decimal 1 33 27
Binary 1 100001 11011
Octal 1 41 33

Shades and tints

Shades of #01211B

#01211B
(1,33,27)
#011E19
(1,30,25)
#011B17
(1,27,23)
#011815
(1,24,21)
#011513
(1,21,19)
#011211
(1,18,17)
#010F0F
(1,15,15)
#010C0D
(1,12,13)
#01090B
(1,9,11)
#010609
(1,6,9)
#010307
(1,3,7)
#000000
(0,0,0)

Tints of #01211B

#01211B
(1,33,27)
#18352F
(24,53,47)
#2F4943
(47,73,67)
#465D57
(70,93,87)
#5D716B
(93,113,107)
#74857F
(116,133,127)
#8B9993
(139,153,147)
#A2ADA7
(162,173,167)
#B9C1BB
(185,193,187)
#D0D5CF
(208,213,207)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01211B; }

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

This text font color is #01211B.

Background Color

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

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

This div background color is #01211B.

Border color

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

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

This div border color is #01211B.

Opacity

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

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

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

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

This text has shadow with #01211B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01211B.

Preview

Color preview on black background

This text has color #01211B on black background.


Color preview on white background

This text has color #01211B on white background.


Black color preview on #01211B background

This text has black color on #01211B background.


White color preview on #01211B background

This text has white color on #01211B background.


Related colors

Complementary color

Complementary color for #hex is #FEDEE4.


I love getcolorcode.com

Triadic colors

1 #1B0121 and #211B01 with #01211B are triadic colors.

2 #1B2101 and #21011B with #01211B are triadic colors.