#020D19

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

Shades of Black Pearl #020D19

Tints of Black Pearl #020D19

Color information

#020D19 (or 0x020D19) is unknown color: approx Black Pearl. HEX triplet: 02, 0D and 19. RGB value is (2,13,25). Sum of RGB (Red+Green+Blue) = 2+13+25=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #020D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D19 is #FDF2E6. Grayscale: #0B0B0B. Windows color (decimal): -16642791 or 1641730. OLE color: 1641730.

HSL color Cylindrical-coordinate representation of color #020D19: hue angle of 211.3º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020D19 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21325-
CMYK0.920.4800.90
HSL211.3º85.19%5.29%-
HSV(B)211.3º92%9.8%-
XYZ0.340.370.97-
YUV11.08135.86121.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 25 (10.16% from 255) = 62.5%
R=5%
G=32.5%
B=62.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal213250.920.4800.90211.385.195.29
Hex2D195C3005Ad3555
Octal215311346001323231255
Binary10110111001101110011000001011010110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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