#0C1218

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

Shades of Black Pearl #0C1218

Tints of Black Pearl #0C1218

Color information

#0C1218 (or 0x0C1218) is unknown color: approx Black Pearl. HEX triplet: 0C, 12 and 18. RGB value is (12,18,24). Sum of RGB (Red+Green+Blue) = 12+18+24=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1218 is #F3EDE7. Grayscale: #101010. Windows color (decimal): -15986152 or 1577484. OLE color: 1577484.

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

Color convert

RGB121824-
CMYK0.500.2500.91
HSL210º33.33%7.06%-
HSV(B)210º50%9.41%-
XYZ0.530.580.95-
YUV16.89132.01124.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.22%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1218240.500.2500.9121033.337.06
HexC1218321905Bd2217
Octal14223062310133322417
Binary11001001011000110010110010101101111010010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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