Html Css Color HEX #0C1418 Black Pearl

📋 copy color: '#0C1418'

red 12 ◦ green 20 ◦ blue 24

#0C1418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0C1418

Tints of Black Pearl #0C1418

RGB

 RED value IS 12 (5.08% from 255) = 21.43%

 GREEN value IS 20 (8.2% from 255) = 35.71%

 BLUE value IS 24 (9.77% from 255) = 42.86%

R = 21.43%
G = 35.71%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C1418 (or 0x0C1418) is known color: Black Pearl. HEX triplet: 0C, 14 and 18. RGB value is (12,20,24). Sum of RGB (Red+Green+Blue) = 12+20+24=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1418 is #F3EBE7. Grayscale: #121212. Windows color (decimal): -15985640 or 1577996. OLE color: 1577996.

HSL color Cylindrical-coordinate representation of color #0C1418: hue angle of 200º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1418 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 20 24 -
CMYK 0.50 0.17 0 0.91
HSL 200º 0.33% 0.07% -
HSV(B) 200º 0.5% 0.09% -
XYZ 0.57 0.64 0.96 -
YUV 18.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 12 20 24 0.50 0.17 0 0.91 200 0.33 0.07
Hex C 14 18 32 11 0 5B C8 21 7
Octal 14 24 30 62 21 0 133 310 41 7
Binary 1100 10100 11000 110010 10001 0 1011011 11001000 100001 111

Color Harmonies of #0C1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1418

Black with #0C1418

Text Example


Text Example

White with #0C1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1418; }

 p { color: rgb(12,20,24); }

 H1.HeaderClassName
 {
   color: #0C1418;
 }
 .AnyTagClassName
 {
   color: #0C1418;
 }
</style>

background-color css

<style>
 a { background-color: #0C1418; }

 a { background-color: rgb(12,20,24); }

 div.DivClassName
 {
   background-color: #0C1418;
 }
 .BgClassName
 {
   background-color: #0C1418;
 }
</style>

border-color css

<style>
 span { border-color: #0C1418; }

 span { border-color: rgb(12,20,24); }

 td.TdClassName
 {
   border-color: #0C1418;
 }
 .TagClassName
 {
   border-color: #0C1418;
 }
</style>