#021E20

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

Shades of Black Pearl #021E20

Tints of Black Pearl #021E20

Color information

#021E20 (or 0x021E20) is unknown color: approx Black Pearl. HEX triplet: 02, 1E and 20. RGB value is (2,30,32). Sum of RGB (Red+Green+Blue) = 2+30+32=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #021E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E20 is #FDE1DF. Grayscale: #151515. Windows color (decimal): -16638432 or 2104834. OLE color: 2104834.

HSL color Cylindrical-coordinate representation of color #021E20: hue angle of 184º 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 #021E20 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB23032-
CMYK0.940.0600.87
HSL184º88.24%6.67%-
HSV(B)184º93.75%12.55%-
XYZ0.751.051.53-
YUV21.86133.72113.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 30 (12.11% from 255) = 46.88%
BLUE value IS 32 (12.89% from 255) = 50%
R=3.12%
G=46.88%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal230320.940.0600.8718488.246.67
Hex21E205E6057b8587
Octal23640136601272701307
Binary1011110100000101111011001010111101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021E20; }

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

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

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

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

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

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

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

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