#0C1314

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

Shades of Black Pearl #0C1314

Tints of Black Pearl #0C1314

Color information

#0C1314 (or 0x0C1314) is unknown color: approx Black Pearl. HEX triplet: 0C, 13 and 14. RGB value is (12,19,20). Sum of RGB (Red+Green+Blue) = 12+19+20=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C1314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1314 is #F3ECEB. Grayscale: #111111. Windows color (decimal): -15985900 or 1315596. OLE color: 1315596.

HSL color Cylindrical-coordinate representation of color #0C1314: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1314 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB121920-
CMYK0.400.0500.92
HSL187.5º25%6.27%-
HSV(B)187.5º40%7.84%-
XYZ0.510.590.75-
YUV17.02129.68124.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=23.53%
G=37.25%
B=39.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1219200.400.0500.92187.5256.27
HexC131428505Cbc196
Octal1423245050134274316
Binary11001001110100101000101010111001011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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