#020C13

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

Shades of Black Pearl #020C13

Tints of Black Pearl #020C13

Color information

#020C13 (or 0x020C13) is unknown color: approx Black Pearl. HEX triplet: 02, 0C and 13. RGB value is (2,12,19). Sum of RGB (Red+Green+Blue) = 2+12+19=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 19 (7.81% from 255 or 57.58% from 33); Max value from RGB is 19 - color contains mainly: blue. Hex color #020C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C13 is #FDF3EC. Grayscale: #090909. Windows color (decimal): -16643053 or 1248258. OLE color: 1248258.

HSL color Cylindrical-coordinate representation of color #020C13: hue angle of 204.71º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020C13 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB21219-
CMYK0.890.3700.93
HSL204.71º80.95%4.12%-
HSV(B)204.71º89.47%7.45%-
XYZ0.270.320.66-
YUV9.81133.19122.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 57.58%
R=6.06%
G=36.36%
B=57.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal212190.890.3700.93204.7180.954.12
Hex2C13592505Dcd514
Octal214231314501353151214
Binary10110010011101100110010101011101110011011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020C13; }

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

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

<style>
 a { background-color: #020C13; }

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

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

<style>
 span { border-color: #020C13; }

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

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