COLOR #0D020C

HEX: #0D020C RGB: (13,2,12)

Color info

#0D020C contains red, green and blue colors in about the same proportion. Web safe color of #0D020C is #000000 (or #000).

RGB color model

#0D020C color RGB value is (13,2,12).

RGB: (13,2,12) (5%, 1%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 2 of 255 = 1%
B 12 of 255 = 5%

13
2
12

R + G + B ~ 4%. #0D020C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 2 + 12 = 27 (100%)
R 13 of 27 ~ 48.15%
G 2 of 27 ~ 7.41%
B 12 of 27 ~ 44.44'%

%48.15
%44.44

CMYK color model

#0D020C color CMYK value is (0,85,8,95).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 7.69%
  • key color value is 94.90%
CMYK: (0,85,8,95) C0M85Y8K95 (0%,85%,8%,95%) (0.00/0.85/0.08/0.95) 

CMYK percentages

%0
%84.62
%7.69
%94.9

Codes

Color #0D020C in popluar color models

0D 02 0C
RGB 13 2 12
HSL 305° 73.33% 2.94%
HSB/HSV 305° 84.62% 5.10%
CMYK 0.00% 84.62% 7.69%
94.90%

Color #0D020C in popluar number systems.

HEX 0D 02 0C
Decimal 13 2 12
Binary 1101 10 1100
Octal 15 2 14

Shades and tints

Shades of #0D020C

#0D020C
(13,2,12)
#0C020B
(12,2,11)
#0B020A
(11,2,10)
#0A0209
(10,2,9)
#090208
(9,2,8)
#080207
(8,2,7)
#070206
(7,2,6)
#060205
(6,2,5)
#050204
(5,2,4)
#040203
(4,2,3)
#030202
(3,2,2)
#000000
(0,0,0)

Tints of #0D020C

#0D020C
(13,2,12)
#231922
(35,25,34)
#393038
(57,48,56)
#4F474E
(79,71,78)
#655E64
(101,94,100)
#7B757A
(123,117,122)
#918C90
(145,140,144)
#A7A3A6
(167,163,166)
#BDBABC
(189,186,188)
#D3D1D2
(211,209,210)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D020C color. Also use rgb(13,2,12) instead hex code.

Text Font Color

.myTextColor { color: #0D020C; }

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

This text font color is #0D020C.

Background Color

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

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

This div background color is #0D020C.

Border color

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

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

This div border color is #0D020C.

Opacity

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

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

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

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

This text has shadow with #0D020C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D020C.

Preview

Color preview on black background

This text has color #0D020C on black background.


Color preview on white background

This text has color #0D020C on white background.


Black color preview on #0D020C background

This text has black color on #0D020C background.


White color preview on #0D020C background

This text has white color on #0D020C background.


Related colors

Complementary color

Complementary color for #hex is #F2FDF3.


I love getcolorcode.com

Triadic colors

1 #0C0D02 and #020C0D with #0D020C are triadic colors.

2 #0C020D and #020D0C with #0D020C are triadic colors.