#020E14

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

Shades of Black Pearl #020E14

Tints of Black Pearl #020E14

Color information

#020E14 (or 0x020E14) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 14. RGB value is (2,14,20). Sum of RGB (Red+Green+Blue) = 2+14+20=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #020E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E14 is #FDF1EB. Grayscale: #0B0B0B. Windows color (decimal): -16642540 or 1314306. OLE color: 1314306.

HSL color Cylindrical-coordinate representation of color #020E14: hue angle of 200º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020E14 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21420-
CMYK0.900.3000.92
HSL200º81.82%4.31%-
HSV(B)200º90%7.84%-
XYZ0.310.380.72-
YUV11.1133.02121.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 14 (5.86% from 255) = 38.89%
BLUE value IS 20 (8.20% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal214200.900.3000.9220081.824.31
Hex2E145A1E05Cc8524
Octal216241323601343101224
Binary1011101010010110101111001011100110010001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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