COLOR #03211B

HEX: #03211B RGB: (3,33,27)

Color info

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

RGB color model

#03211B color RGB value is (3,33,27).

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

RGB channels and saturation

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

3
33
27

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

Portions of RGB colors in percentages

R + G + B = 3 + 33 + 27 = 63 (100%)
R 3 of 63 ~ 4.76%
G 33 of 63 ~ 52.38%
B 27 of 63 ~ 42.86'%

%52.38
%42.86

CMYK color model

#03211B color CMYK value is (91,0,18,87).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK: (91,0,18,87) C91M0Y18K87 (91%,0%,18%,87%) (0.91/0.00/0.18/0.87) 

CMYK percentages

%90.91
%0
%18.18
%87.06

Codes

Color #03211B in popluar color models

03 21 1B
RGB 3 33 27
HSL 168° 83.33% 7.06%
HSB/HSV 168° 90.91% 12.94%
CMYK 90.91% 0.00% 18.18%
87.06%

Color #03211B in popluar number systems.

HEX 03 21 1B
Decimal 3 33 27
Binary 11 100001 11011
Octal 3 41 33

Shades and tints

Shades of #03211B

#03211B
(3,33,27)
#031E19
(3,30,25)
#031B17
(3,27,23)
#031815
(3,24,21)
#031513
(3,21,19)
#031211
(3,18,17)
#030F0F
(3,15,15)
#030C0D
(3,12,13)
#03090B
(3,9,11)
#030609
(3,6,9)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #03211B

#03211B
(3,33,27)
#19352F
(25,53,47)
#2F4943
(47,73,67)
#455D57
(69,93,87)
#5B716B
(91,113,107)
#71857F
(113,133,127)
#879993
(135,153,147)
#9DADA7
(157,173,167)
#B3C1BB
(179,193,187)
#C9D5CF
(201,213,207)
#DFE9E3
(223,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03211B; }

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

This text font color is #03211B.

Background Color

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

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

This div background color is #03211B.

Border color

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

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

This div border color is #03211B.

Opacity

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

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

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

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

This text has shadow with #03211B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03211B.

Preview

Color preview on black background

This text has color #03211B on black background.


Color preview on white background

This text has color #03211B on white background.


Black color preview on #03211B background

This text has black color on #03211B background.


White color preview on #03211B background

This text has white color on #03211B background.


Related colors

Complementary color

Complementary color for #hex is #FCDEE4.


I love getcolorcode.com

Triadic colors

1 #1B0321 and #211B03 with #03211B are triadic colors.

2 #1B2103 and #21031B with #03211B are triadic colors.