#020B19

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

Shades of Black Pearl #020B19

Tints of Black Pearl #020B19

Color information

#020B19 (or 0x020B19) is unknown color: approx Black Pearl. HEX triplet: 02, 0B and 19. RGB value is (2,11,25). Sum of RGB (Red+Green+Blue) = 2+11+25=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #020B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B19 is #FDF4E6. Grayscale: #090909. Windows color (decimal): -16643303 or 1641218. OLE color: 1641218.

HSL color Cylindrical-coordinate representation of color #020B19: hue angle of 216.52º 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 #020B19 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21125-
CMYK0.920.5600.90
HSL216.52º85.19%5.29%-
HSV(B)216.52º92%9.8%-
XYZ0.320.320.97-
YUV9.9136.52122.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 25 (10.16% from 255) = 65.79%
R=5.26%
G=28.95%
B=65.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal211250.920.5600.90216.5285.195.29
Hex2B195C3805Ad9555
Octal213311347001323311255
Binary10101111001101110011100001011010110110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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