#021621

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

Shades of Black Pearl #021621

Tints of Black Pearl #021621

Color information

#021621 (or 0x021621) is unknown color: approx Black Pearl. HEX triplet: 02, 16 and 21. RGB value is (2,22,33). Sum of RGB (Red+Green+Blue) = 2+22+33=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #021621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021621 is #FDE9DE. Grayscale: #111111. Windows color (decimal): -16640479 or 2168322. OLE color: 2168322.

HSL color Cylindrical-coordinate representation of color #021621: hue angle of 201.29º degrees, saturation: 0.89, 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 #021621 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB22233-
CMYK0.940.3300.87
HSL201.29º88.57%6.86%-
HSV(B)201.29º93.94%12.94%-
XYZ0.590.71.54-
YUV17.27136.87117.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=3.51%
G=38.60%
B=57.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal222330.940.3300.87201.2988.576.86
Hex216215E21057c9597
Octal226411364101273111317
Binary1010110100001101111010000101010111110010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021621; }

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

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

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

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

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

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

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

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