#0C1217

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

Shades of Black Pearl #0C1217

Tints of Black Pearl #0C1217

Color information

#0C1217 (or 0x0C1217) is unknown color: approx Black Pearl. HEX triplet: 0C, 12 and 17. RGB value is (12,18,23). Sum of RGB (Red+Green+Blue) = 12+18+23=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1217 is #F3EDE8. Grayscale: #101010. Windows color (decimal): -15986153 or 1511948. OLE color: 1511948.

HSL color Cylindrical-coordinate representation of color #0C1217: hue angle of 207.27º 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 #0C1217 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB121823-
CMYK0.480.2200.91
HSL207.27º31.43%6.86%-
HSV(B)207.27º47.83%9.02%-
XYZ0.520.570.89-
YUV16.78131.51124.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.64%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 23 (9.38% from 255) = 43.40%
R=22.64%
G=33.96%
B=43.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1218230.480.2200.91207.2731.436.86
HexC1217301605Bcf1f7
Octal14222760260133317377
Binary1100100101011111000010110010110111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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