#0C1012

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

Shades of Black Pearl #0C1012

Tints of Black Pearl #0C1012

Color information

#0C1012 (or 0x0C1012) is unknown color: approx Black Pearl. HEX triplet: 0C, 10 and 12. RGB value is (12,16,18). Sum of RGB (Red+Green+Blue) = 12+16+18=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C1012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1012 is #F3EFED. Grayscale: #0F0F0F. Windows color (decimal): -15986670 or 1183756. OLE color: 1183756.

HSL color Cylindrical-coordinate representation of color #0C1012: hue angle of 200º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C1012 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB121618-
CMYK0.330.1100.93
HSL200º20%5.88%-
HSV(B)200º33.33%7.06%-
XYZ0.450.490.64-
YUV15.03129.67125.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 26.09%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=26.09%
G=34.78%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1216180.330.1100.93200205.88
HexC101221B05Dc8146
Octal14202241130135310246
Binary110010000100101000011011010111011100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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