#020D11

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

Shades of Black Pearl #020D11

Tints of Black Pearl #020D11

Color information

#020D11 (or 0x020D11) is unknown color: approx Black Pearl. HEX triplet: 02, 0D and 11. RGB value is (2,13,17). Sum of RGB (Red+Green+Blue) = 2+13+17=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #020D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D11 is #FDF2EE. Grayscale: #0A0A0A. Windows color (decimal): -16642799 or 1117442. OLE color: 1117442.

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

Color convert

RGB21317-
CMYK0.880.2400.93
HSL196º78.95%3.73%-
HSV(B)196º88.24%6.67%-
XYZ0.270.340.58-
YUV10.17131.86122.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 13 (5.47% from 255) = 40.62%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=6.25%
G=40.62%
B=53.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal213170.880.2400.9319678.953.73
Hex2D11581805Dc44f4
Octal215211303001353041174
Binary1011011000110110001100001011101110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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