#0C1118

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

Shades of Black Pearl #0C1118

Tints of Black Pearl #0C1118

Color information

#0C1118 (or 0x0C1118) is unknown color: approx Black Pearl. HEX triplet: 0C, 11 and 18. RGB value is (12,17,24). Sum of RGB (Red+Green+Blue) = 12+17+24=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1118 is #F3EEE7. Grayscale: #101010. Windows color (decimal): -15986408 or 1577228. OLE color: 1577228.

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

Color convert

RGB121724-
CMYK0.500.2900.91
HSL215º33.33%7.06%-
HSV(B)215º50%9.41%-
XYZ0.520.550.94-
YUV16.3132.34124.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.64%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=22.64%
G=32.08%
B=45.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1217240.500.2900.9121533.337.06
HexC1118321D05Bd7217
Octal14213062350133327417
Binary11001000111000110010111010101101111010111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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