COLOR #031B21

HEX: #031B21 RGB: (3,27,33)

Color info

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

RGB color model

#031B21 color RGB value is (3,27,33).

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

RGB channels and saturation

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

3
27
33

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

Portions of RGB colors in percentages

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

%42.86
%52.38

CMYK color model

#031B21 color CMYK value is (91,18,0,87).

  • cyan value is 90.91%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (91,18,0,87)
C91M18Y0K87 (91%, 18%, 0%, 87%)
(0.91 / 0.18 / 0.00 / 0.87)

CMYK percentages

%90.91
%18.18
%0
%87.06

Codes

Color #031B21 in popluar color models

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

Color #031B21 in popluar number systems.

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

Shades and tints

Shades of #031B21

#031B21
(3,27,33)
#03191E
(3,25,30)
#03171B
(3,23,27)
#031518
(3,21,24)
#031315
(3,19,21)
#031112
(3,17,18)
#030F0F
(3,15,15)
#030D0C
(3,13,12)
#030B09
(3,11,9)
#030906
(3,9,6)
#030703
(3,7,3)
#000000
(0,0,0)

Tints of #031B21

#031B21
(3,27,33)
#192F35
(25,47,53)
#2F4349
(47,67,73)
#45575D
(69,87,93)
#5B6B71
(91,107,113)
#717F85
(113,127,133)
#879399
(135,147,153)
#9DA7AD
(157,167,173)
#B3BBC1
(179,187,193)
#C9CFD5
(201,207,213)
#DFE3E9
(223,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031B21; }

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

This text font color is #031B21.

Background Color

.myBgColor { background-color: #031B21; }

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

This div background color is #031B21.

Border color

.myBorderColor { border: 1px solid #031B21; }

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

This div border color is #031B21.

Opacity

.myOpacity80 { color: #031B21; opacity: 0.8; }

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

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

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

This text has shadow with #031B21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031B21.

Preview

Color preview on black background

This text has color #031B21 on black background.


Color preview on white background

This text has color #031B21 on white background.


Black color preview on #031B21 background

This text has black color on #031B21 background.


White color preview on #031B21 background

This text has white color on #031B21 background.


Related colors

Complementary color

Complementary color for #hex is #FCE4DE.


I love getcolorcode.com

Triadic colors

1 #21031B and #1B2103 with #031B21 are triadic colors.

2 #211B03 and #1B0321 with #031B21 are triadic colors.