#0C1517

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

Shades of Black Pearl #0C1517

Tints of Black Pearl #0C1517

Color information

#0C1517 (or 0x0C1517) is unknown color: approx Black Pearl. HEX triplet: 0C, 15 and 17. RGB value is (12,21,23). Sum of RGB (Red+Green+Blue) = 12+21+23=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1517 is #F3EAE8. Grayscale: #121212. Windows color (decimal): -15985385 or 1512716. OLE color: 1512716.

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

Color convert

RGB122123-
CMYK0.480.0900.91
HSL190.91º31.43%6.86%-
HSV(B)190.91º47.83%9.02%-
XYZ0.570.680.91-
YUV18.54130.52123.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=21.43%
G=37.5%
B=41.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1221230.480.0900.91190.9131.436.86
HexC151730905Bbf1f7
Octal14252760110133277377
Binary110010101101111100001001010110111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,23); }

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

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

 a { background-color: rgb(12,21,23); }

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

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

 span { border-color: rgb(12,21,23); }

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