COLOR #0D221F

HEX: #0D221F
RGB: (13,34,31)

Color info

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

RGB color model

#0D221F color RGB value is (13,34,31).

  • red value is 13;
  • green value is 34;
  • blue value is 31.
RGB:
(13,34,31)
(5%,13%,12%)

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 31 of 255 = 12%

13
34
31

R + G + B ~ 10%. #0D221F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 31 = 78 (100%)
R 13 of 78 ~ 16.67%
G 34 of 78 ~ 43.59%
B 31 of 78 ~ 39.74%

%16.67
%43.59
%39.74

CMYK color model

#0D221F color CMYK value is (62,0,9,87).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 86.67%
CMYK:
(62,0,9,87)
C62M0Y9K87 
(62%,0%,9%,87%)
(0.62/0.00/0.09/0.87)	

CMYK percentages

%61.76
%0
%8.82
%86.67

Codes

Color #0D221F in popluar color models

0D221F
RGB133431
HSL171°44.68%9.22%
HSB/HSV171°61.76%13.33%
CMYK61.76%0.00%8.82%
86.67%

Color #0D221F in popluar number systems.

HEX0D221F
Decimal133431
Binary110110001011111
Octal154237

Shades and tints

Shades of #0D221F

#0D221F
(13,34,31)
#0C1F1D
(12,31,29)
#0B1C1B
(11,28,27)
#0A1919
(10,25,25)
#091617
(9,22,23)
#081315
(8,19,21)
#071013
(7,16,19)
#060D11
(6,13,17)
#050A0F
(5,10,15)
#04070D
(4,7,13)
#03040B
(3,4,11)
#000000
(0,0,0)

Tints of #0D221F

#0D221F
(13,34,31)
#233633
(35,54,51)
#394A47
(57,74,71)
#4F5E5B
(79,94,91)
#65726F
(101,114,111)
#7B8683
(123,134,131)
#919A97
(145,154,151)
#A7AEAB
(167,174,171)
#BDC2BF
(189,194,191)
#D3D6D3
(211,214,211)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D221F color. Also use rgb(13,34,31) instead hex code.

Text Font Color

.myTextColor { color: #0D221F; }

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

This text font color is #0D221F.


Background Color

.myBgColor { background-color: #0D221F; }

<div style="background-color:#0D221F">Inner text</div>

This div background color is #0D221F.


Border color

.myBorderColor { border: 1px solid #0D221F; }

<div style="border:3px solid #0D221F">Div</div>

This div border color is #0D221F.


Opacity

.myOpacity80 { color: #0D221F; opacity: 0.8; }

<p style="color:#0D221F;opacity:0.8;">80%</p>

Text with #0D221F 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 #0D221F;}

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

This text has shadow with #0D221F color.

.textShadow {text-shadow: 3px 3px 1px #0D221F, 3px 3px 1px red;}

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

This text has shadow with #0D221F primary color and red secondary color.


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

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

This text has shadow with #0D221F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D221F on black background.


Color preview on white background

This text has color #0D221F on white background.



Black color preview on #0D221F background

This text has black color on #0D221F background.


White color preview on #0D221F background

This text has white color on #0D221F background.