COLOR #0C091A

HEX: #0C091A RGB: (12,9,26)

Color info

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

RGB color model

#0C091A color RGB value is (12,9,26).

RGB: (12,9,26) (5%, 4%, 10%)

RGB channels and saturation

R 12 of 255 = 5%
G 9 of 255 = 4%
B 26 of 255 = 10%

12
9
26

R + G + B ~ 6%. #0C091A is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 9 + 26 = 47 (100%)
R 12 of 47 ~ 25.53%
G 9 of 47 ~ 19.15%
B 26 of 47 ~ 55.32'%

%25.53
%19.15
%55.32

CMYK color model

#0C091A color CMYK value is (54,65,0,90).

  • cyan value is 53.85%
  • magenta value is 65.38%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (54,65,0,90)
C54M65Y0K90 (54%, 65%, 0%, 90%)
(0.54 / 0.65 / 0.00 / 0.90)

CMYK percentages

%53.85
%65.38
%0
%89.8

Codes

Color #0C091A in popluar color models

0C 09 1A
RGB 12 9 26
HSL 251° 48.57% 6.86%
HSB/HSV 251° 65.38% 10.20%
CMYK 53.85% 65.38% 0.00%
89.80%

Color #0C091A in popluar number systems.

HEX 0C 09 1A
Decimal 12 9 26
Binary 1100 1001 11010
Octal 14 11 32

Shades and tints

Shades of #0C091A

#0C091A
(12,9,26)
#0B0918
(11,9,24)
#0A0916
(10,9,22)
#090914
(9,9,20)
#080912
(8,9,18)
#070910
(7,9,16)
#06090E
(6,9,14)
#05090C
(5,9,12)
#04090A
(4,9,10)
#030908
(3,9,8)
#020906
(2,9,6)
#000000
(0,0,0)

Tints of #0C091A

#0C091A
(12,9,26)
#221F2E
(34,31,46)
#383542
(56,53,66)
#4E4B56
(78,75,86)
#64616A
(100,97,106)
#7A777E
(122,119,126)
#908D92
(144,141,146)
#A6A3A6
(166,163,166)
#BCB9BA
(188,185,186)
#D2CFCE
(210,207,206)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C091A color. Also use rgb(12,9,26) instead hex code.

Text Font Color

.myTextColor { color: #0C091A; }

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

This text font color is #0C091A.

Background Color

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

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

This div background color is #0C091A.

Border color

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

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

This div border color is #0C091A.

Opacity

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

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

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

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

This text has shadow with #0C091A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C091A.

Preview

Color preview on black background

This text has color #0C091A on black background.


Color preview on white background

This text has color #0C091A on white background.


Black color preview on #0C091A background

This text has black color on #0C091A background.


White color preview on #0C091A background

This text has white color on #0C091A background.


Related colors

Complementary color

Complementary color for #hex is #F3F6E5.


I love getcolorcode.com

Triadic colors

1 #1A0C09 and #091A0C with #0C091A are triadic colors.

2 #1A090C and #090C1A with #0C091A are triadic colors.