COLOR #0C0918

HEX: #0C0918 RGB: (12,9,24)

Color info

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

RGB color model

#0C0918 color RGB value is (12,9,24).

RGB: (12,9,24) (5%, 4%, 9%)

RGB channels and saturation

R 12 of 255 = 5%
G 9 of 255 = 4%
B 24 of 255 = 9%

12
9
24

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

Portions of RGB colors in percentages

R + G + B = 12 + 9 + 24 = 45 (100%)
R 12 of 45 ~ 26.67%
G 9 of 45 ~ 20%
B 24 of 45 ~ 53.33'%

%26.67
%20
%53.33

CMYK color model

#0C0918 color CMYK value is (50,63,0,91).

  • cyan value is 50.00%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (50,63,0,91)
C50M63Y0K91 (50%, 63%, 0%, 91%)
(0.50 / 0.63 / 0.00 / 0.91)

CMYK percentages

%50
%62.5
%0
%90.59

Codes

Color #0C0918 in popluar color models

0C 09 18
RGB 12 9 24
HSL 252° 45.45% 6.47%
HSB/HSV 252° 62.50% 9.41%
CMYK 50.00% 62.50% 0.00%
90.59%

Color #0C0918 in popluar number systems.

HEX 0C 09 18
Decimal 12 9 24
Binary 1100 1001 11000
Octal 14 11 30

Shades and tints

Shades of #0C0918

#0C0918
(12,9,24)
#0B0916
(11,9,22)
#0A0914
(10,9,20)
#090912
(9,9,18)
#080910
(8,9,16)
#07090E
(7,9,14)
#06090C
(6,9,12)
#05090A
(5,9,10)
#040908
(4,9,8)
#030906
(3,9,6)
#020904
(2,9,4)
#000000
(0,0,0)

Tints of #0C0918

#0C0918
(12,9,24)
#221F2D
(34,31,45)
#383542
(56,53,66)
#4E4B57
(78,75,87)
#64616C
(100,97,108)
#7A7781
(122,119,129)
#908D96
(144,141,150)
#A6A3AB
(166,163,171)
#BCB9C0
(188,185,192)
#D2CFD5
(210,207,213)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0918; }

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

This text font color is #0C0918.

Background Color

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

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

This div background color is #0C0918.

Border color

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

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

This div border color is #0C0918.

Opacity

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

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

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

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

This text has shadow with #0C0918 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0918.

Preview

Color preview on black background

This text has color #0C0918 on black background.


Color preview on white background

This text has color #0C0918 on white background.


Black color preview on #0C0918 background

This text has black color on #0C0918 background.


White color preview on #0C0918 background

This text has white color on #0C0918 background.


Related colors

Complementary color

Complementary color for #hex is #F3F6E7.


I love getcolorcode.com

Triadic colors

1 #180C09 and #09180C with #0C0918 are triadic colors.

2 #18090C and #090C18 with #0C0918 are triadic colors.