#0C1113

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

Shades of Black Pearl #0C1113

Tints of Black Pearl #0C1113

Color information

#0C1113 (or 0x0C1113) is unknown color: approx Black Pearl. HEX triplet: 0C, 11 and 13. RGB value is (12,17,19). Sum of RGB (Red+Green+Blue) = 12+17+19=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C1113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1113 is #F3EEEC. Grayscale: #0F0F0F. Windows color (decimal): -15986413 or 1249548. OLE color: 1249548.

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

Color convert

RGB121719-
CMYK0.370.1100.93
HSL197.14º22.58%6.08%-
HSV(B)197.14º36.84%7.45%-
XYZ0.470.530.69-
YUV15.73129.84125.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=25%
G=35.42%
B=39.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1217190.370.1100.93197.1422.586.08
HexC111325B05Dc5176
Octal14212345130135305276
Binary110010001100111001011011010111011100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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