#021920

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

Shades of Black Pearl #021920

Tints of Black Pearl #021920

Color information

#021920 (or 0x021920) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 20. RGB value is (2,25,32). Sum of RGB (Red+Green+Blue) = 2+25+32=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #021920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021920 is #FDE6DF. Grayscale: #121212. Windows color (decimal): -16639712 or 2103554. OLE color: 2103554.

HSL color Cylindrical-coordinate representation of color #021920: hue angle of 194º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021920 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB22532-
CMYK0.940.2200.87
HSL194º88.24%6.67%-
HSV(B)194º93.75%12.55%-
XYZ0.630.811.49-
YUV18.92135.38115.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=3.39%
G=42.37%
B=54.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal225320.940.2200.8719488.246.67
Hex219205E16057c2587
Octal231401362601273021307
Binary101100110000010111101011001010111110000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021920; }

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

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

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

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

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

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

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

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