#0C1419

Color #0C1419 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0C1419

Tints of Black Pearl #0C1419

Color information

#0C1419 (or 0x0C1419) is unknown color: approx Black Pearl. HEX triplet: 0C, 14 and 19. RGB value is (12,20,25). Sum of RGB (Red+Green+Blue) = 12+20+25=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C1419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1419 is #F3EBE6. Grayscale: #121212. Windows color (decimal): -15985639 or 1643532. OLE color: 1643532.

HSL color Cylindrical-coordinate representation of color #0C1419: hue angle of 203.08º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1419 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB122025-
CMYK0.520.2000.90
HSL203.08º35.14%7.25%-
HSV(B)203.08º52%9.8%-
XYZ0.580.651.01-
YUV18.18131.85123.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 25 (10.16% from 255) = 43.86%
R=21.05%
G=35.09%
B=43.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1220250.520.2000.90203.0835.147.25
HexC1419341405Acb237
Octal14243164240132313437
Binary11001010011001110100101000101101011001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1419;
 }
 .AnyTagClassName
 {
   color: #0C1419;
 }
</style>
background-color css

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

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

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

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

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

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