#020E13

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

Shades of Black Pearl #020E13

Tints of Black Pearl #020E13

Color information

#020E13 (or 0x020E13) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 13. RGB value is (2,14,19). Sum of RGB (Red+Green+Blue) = 2+14+19=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #020E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E13 is #FDF1EC. Grayscale: #0A0A0A. Windows color (decimal): -16642541 or 1248770. OLE color: 1248770.

HSL color Cylindrical-coordinate representation of color #020E13: hue angle of 197.65º 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 #020E13 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB21419-
CMYK0.890.2600.93
HSL197.65º80.95%4.12%-
HSV(B)197.65º89.47%7.45%-
XYZ0.30.370.67-
YUV10.98132.52121.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 14 (5.86% from 255) = 40%
BLUE value IS 19 (7.81% from 255) = 54.29%
R=5.71%
G=40%
B=54.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal214190.890.2600.93197.6580.954.12
Hex2E13591A05Dc6514
Octal216231313201353061214
Binary1011101001110110011101001011101110001101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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