#020E15

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

Shades of Black Pearl #020E15

Tints of Black Pearl #020E15

Color information

#020E15 (or 0x020E15) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 15. RGB value is (2,14,21). Sum of RGB (Red+Green+Blue) = 2+14+21=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #020E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E15 is #FDF1EA. Grayscale: #0B0B0B. Windows color (decimal): -16642539 or 1379842. OLE color: 1379842.

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

Color convert

RGB21421-
CMYK0.900.3300.92
HSL202.11º82.61%4.51%-
HSV(B)202.11º90.48%8.24%-
XYZ0.320.380.77-
YUV11.21133.52121.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 21 (8.59% from 255) = 56.76%
R=5.41%
G=37.84%
B=56.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal214210.900.3300.92202.1182.614.51
Hex2E155A2105Cca535
Octal216251324101343121235
Binary10111010101101101010000101011100110010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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