#020E11

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

Shades of Black Pearl #020E11

Tints of Black Pearl #020E11

Color information

#020E11 (or 0x020E11) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 11. RGB value is (2,14,17). Sum of RGB (Red+Green+Blue) = 2+14+17=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #020E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E11 is #FDF1EE. Grayscale: #0A0A0A. Windows color (decimal): -16642543 or 1117698. OLE color: 1117698.

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

Color convert

RGB21417-
CMYK0.880.1800.93
HSL192º78.95%3.73%-
HSV(B)192º88.24%6.67%-
XYZ0.280.370.59-
YUV10.75131.52121.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 14 (5.86% from 255) = 42.42%
BLUE value IS 17 (7.03% from 255) = 51.52%
R=6.06%
G=42.42%
B=51.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal214170.880.1800.9319278.953.73
Hex2E11581205Dc04f4
Octal216211302201353001174
Binary1011101000110110001001001011101110000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,14,17); }

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

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

 a { background-color: rgb(2,14,17); }

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

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

 span { border-color: rgb(2,14,17); }

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