#020E17

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

Shades of Black Pearl #020E17

Tints of Black Pearl #020E17

Color information

#020E17 (or 0x020E17) is unknown color: approx Black Pearl. HEX triplet: 02, 0E and 17. RGB value is (2,14,23). Sum of RGB (Red+Green+Blue) = 2+14+23=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #020E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E17 is #FDF1E8. Grayscale: #0B0B0B. Windows color (decimal): -16642537 or 1510914. OLE color: 1510914.

HSL color Cylindrical-coordinate representation of color #020E17: hue angle of 205.71º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020E17 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21423-
CMYK0.910.3900.91
HSL205.71º84%4.9%-
HSV(B)205.71º91.3%9.02%-
XYZ0.340.390.87-
YUV11.44134.52121.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 23 (9.38% from 255) = 58.97%
R=5.13%
G=35.90%
B=58.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal214230.910.3900.91205.71844.9
Hex2E175B2705Bce545
Octal216271334701333161245
Binary10111010111101101110011101011011110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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