#021619

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

Shades of Black Pearl #021619

Tints of Black Pearl #021619

Color information

#021619 (or 0x021619) is unknown color: approx Black Pearl. HEX triplet: 02, 16 and 19. RGB value is (2,22,25). Sum of RGB (Red+Green+Blue) = 2+22+25=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #021619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021619 is #FDE9E6. Grayscale: #101010. Windows color (decimal): -16640487 or 1644034. OLE color: 1644034.

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

Color convert

RGB22225-
CMYK0.920.1200.90
HSL187.83º85.19%5.29%-
HSV(B)187.83º92%9.8%-
XYZ0.490.661.02-
YUV16.36132.87117.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=4.08%
G=44.90%
B=51.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222250.920.1200.90187.8385.195.29
Hex216195CC05Abc555
Octal226311341401322741255
Binary1010110110011011100110001011010101111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021619; }

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

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

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

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

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

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

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

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