COLOR #0C191B

HEX: #0C191B
RGB: (12,25,27)

Color info

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

RGB color model

#0C191B color RGB value is (12,25,27).

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

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 27 of 255 = 11%

12
25
27

R + G + B ~ 9%. #0C191B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 27 = 64 (100%)
R 12 of 64 ~ 18.75%
G 25 of 64 ~ 39.06%
B 27 of 64 ~ 42.19%

%18.75
%39.06
%42.19

CMYK color model

#0C191B color CMYK value is (56,7,0,89).

  • cyan value is 55.56%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(56,7,0,89)
C56M7Y0K89 
(56%,7%,0%,89%)
(0.56/0.07/0.00/0.89)	

CMYK percentages

%55.56
%7.41
%0
%89.41

Codes

Color #0C191B in popluar color models

0C191B
RGB122527
HSL188°38.46%7.65%
HSB/HSV188°55.56%10.59%
CMYK55.56%7.41%0.00%
89.41%

Color #0C191B in popluar number systems.

HEX0C191B
Decimal122527
Binary11001100111011
Octal143133

Shades and tints

Shades of #0C191B

#0C191B
(12,25,27)
#0B1719
(11,23,25)
#0A1517
(10,21,23)
#091315
(9,19,21)
#081113
(8,17,19)
#070F11
(7,15,17)
#060D0F
(6,13,15)
#050B0D
(5,11,13)
#04090B
(4,9,11)
#030709
(3,7,9)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #0C191B

#0C191B
(12,25,27)
#222D2F
(34,45,47)
#384143
(56,65,67)
#4E5557
(78,85,87)
#64696B
(100,105,107)
#7A7D7F
(122,125,127)
#909193
(144,145,147)
#A6A5A7
(166,165,167)
#BCB9BB
(188,185,187)
#D2CDCF
(210,205,207)
#E8E1E3
(232,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C191B; }

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

This text font color is #0C191B.


Background Color

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

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

This div background color is #0C191B.


Border color

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

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

This div border color is #0C191B.


Opacity

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

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

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

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

This text has shadow with #0C191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C191B on black background.


Color preview on white background

This text has color #0C191B on white background.



Black color preview on #0C191B background

This text has black color on #0C191B background.


White color preview on #0C191B background

This text has white color on #0C191B background.