COLOR #0C181B

HEX: #0C181B
RGB: (12,24,27)

Color info

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

RGB color model

#0C181B color RGB value is (12,24,27).

  • red value is 12;
  • green value is 24;
  • blue value is 27.
RGB:
(12,24,27)
(5%,9%,11%)

RGB channels and saturation

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

12
24
27

R + G + B ~ 8%. #0C181B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 24 + 27 = 63 (100%)
R 12 of 63 ~ 19.05%
G 24 of 63 ~ 38.1%
B 27 of 63 ~ 42.86%

%19.05
%38.1
%42.86

CMYK color model

#0C181B color CMYK value is (56,11,0,89).

  • cyan value is 55.56%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(56,11,0,89)
C56M11Y0K89 
(56%,11%,0%,89%)
(0.56/0.11/0.00/0.89)	

CMYK percentages

%55.56
%11.11
%0
%89.41

Codes

Color #0C181B in popluar color models

0C181B
RGB122427
HSL192°38.46%7.65%
HSB/HSV192°55.56%10.59%
CMYK55.56%11.11%0.00%
89.41%

Color #0C181B in popluar number systems.

HEX0C181B
Decimal122427
Binary11001100011011
Octal143033

Shades and tints

Shades of #0C181B

#0C181B
(12,24,27)
#0B1619
(11,22,25)
#0A1417
(10,20,23)
#091215
(9,18,21)
#081013
(8,16,19)
#070E11
(7,14,17)
#060C0F
(6,12,15)
#050A0D
(5,10,13)
#04080B
(4,8,11)
#030609
(3,6,9)
#020407
(2,4,7)
#000000
(0,0,0)

Tints of #0C181B

#0C181B
(12,24,27)
#222D2F
(34,45,47)
#384243
(56,66,67)
#4E5757
(78,87,87)
#646C6B
(100,108,107)
#7A817F
(122,129,127)
#909693
(144,150,147)
#A6ABA7
(166,171,167)
#BCC0BB
(188,192,187)
#D2D5CF
(210,213,207)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C181B; }

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

This text font color is #0C181B.


Background Color

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

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

This div background color is #0C181B.


Border color

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

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

This div border color is #0C181B.


Opacity

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

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

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

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

This text has shadow with #0C181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C181B on black background.


Color preview on white background

This text has color #0C181B on white background.



Black color preview on #0C181B background

This text has black color on #0C181B background.


White color preview on #0C181B background

This text has white color on #0C181B background.