COLOR #0C091B

HEX: #0C091B RGB: (12,9,27)

Color info

#0C091B contains red, green and blue colors in about the same proportion. Web safe color of #0C091B is #000033 (or #003).

RGB color model

#0C091B color RGB value is (12,9,27).

RGB: (12,9,27) (5%, 4%, 11%)

RGB channels and saturation

R 12 of 255 = 5%
G 9 of 255 = 4%
B 27 of 255 = 11%

12
9
27

R + G + B ~ 7%. #0C091B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 9 + 27 = 48 (100%)
R 12 of 48 ~ 25%
G 9 of 48 ~ 18.75%
B 27 of 48 ~ 56.25'%

%25
%18.75
%56.25

CMYK color model

#0C091B color CMYK value is (56,67,0,89).

  • cyan value is 55.56%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (56,67,0,89)
C56M67Y0K89 (56%, 67%, 0%, 89%)
(0.56 / 0.67 / 0.00 / 0.89)

CMYK percentages

%55.56
%66.67
%0
%89.41

Codes

Color #0C091B in popluar color models

0C 09 1B
RGB 12 9 27
HSL 250° 50.00% 7.06%
HSB/HSV 250° 66.67% 10.59%
CMYK 55.56% 66.67% 0.00%
89.41%

Color #0C091B in popluar number systems.

HEX 0C 09 1B
Decimal 12 9 27
Binary 1100 1001 11011
Octal 14 11 33

Shades and tints

Shades of #0C091B

#0C091B
(12,9,27)
#0B0919
(11,9,25)
#0A0917
(10,9,23)
#090915
(9,9,21)
#080913
(8,9,19)
#070911
(7,9,17)
#06090F
(6,9,15)
#05090D
(5,9,13)
#04090B
(4,9,11)
#030909
(3,9,9)
#020907
(2,9,7)
#000000
(0,0,0)

Tints of #0C091B

#0C091B
(12,9,27)
#221F2F
(34,31,47)
#383543
(56,53,67)
#4E4B57
(78,75,87)
#64616B
(100,97,107)
#7A777F
(122,119,127)
#908D93
(144,141,147)
#A6A3A7
(166,163,167)
#BCB9BB
(188,185,187)
#D2CFCF
(210,207,207)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C091B; }

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

This text font color is #0C091B.

Background Color

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

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

This div background color is #0C091B.

Border color

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

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

This div border color is #0C091B.

Opacity

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

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

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

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

This text has shadow with #0C091B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C091B.

Preview

Color preview on black background

This text has color #0C091B on black background.


Color preview on white background

This text has color #0C091B on white background.


Black color preview on #0C091B background

This text has black color on #0C091B background.


White color preview on #0C091B background

This text has white color on #0C091B background.


Related colors

Complementary color

Complementary color for #hex is #F3F6E4.


I love getcolorcode.com

Triadic colors

1 #1B0C09 and #091B0C with #0C091B are triadic colors.

2 #1B090C and #090C1B with #0C091B are triadic colors.