#0C1116

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

Shades of Black Pearl #0C1116

Tints of Black Pearl #0C1116

Color information

#0C1116 (or 0x0C1116) is unknown color: approx Black Pearl. HEX triplet: 0C, 11 and 16. RGB value is (12,17,22). Sum of RGB (Red+Green+Blue) = 12+17+22=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1116 is #F3EEE9. Grayscale: #101010. Windows color (decimal): -15986410 or 1446156. OLE color: 1446156.

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

Color convert

RGB121722-
CMYK0.450.2300.91
HSL210º29.41%6.67%-
HSV(B)210º45.45%8.63%-
XYZ0.50.540.84-
YUV16.08131.34125.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=23.53%
G=33.33%
B=43.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1217220.450.2300.9121029.416.67
HexC11162D1705Bd21d7
Octal14212655270133322357
Binary1100100011011010110110111010110111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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