#0C1013

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

Shades of Black Pearl #0C1013

Tints of Black Pearl #0C1013

Color information

#0C1013 (or 0x0C1013) is unknown color: approx Black Pearl. HEX triplet: 0C, 10 and 13. RGB value is (12,16,19). Sum of RGB (Red+Green+Blue) = 12+16+19=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C1013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1013 is #F3EFEC. Grayscale: #0F0F0F. Windows color (decimal): -15986669 or 1249292. OLE color: 1249292.

HSL color Cylindrical-coordinate representation of color #0C1013: hue angle of 205.71º 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 #0C1013 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB121619-
CMYK0.370.1600.93
HSL205.71º22.58%6.08%-
HSV(B)205.71º36.84%7.45%-
XYZ0.450.50.69-
YUV15.15130.17125.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=25.53%
G=34.04%
B=40.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1216190.370.1600.93205.7122.586.08
HexC1013251005Dce176
Octal14202345200135316276
Binary1100100001001110010110000010111011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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