#021721

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

Shades of Black Pearl #021721

Tints of Black Pearl #021721

Color information

#021721 (or 0x021721) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 21. RGB value is (2,23,33). Sum of RGB (Red+Green+Blue) = 2+23+33=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #021721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021721 is #FDE8DE. Grayscale: #111111. Windows color (decimal): -16640223 or 2168578. OLE color: 2168578.

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

Color convert

RGB22333-
CMYK0.940.3000.87
HSL199.35º88.57%6.86%-
HSV(B)199.35º93.94%12.94%-
XYZ0.610.741.55-
YUV17.86136.54116.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 33 (13.28% from 255) = 56.90%
R=3.45%
G=39.66%
B=56.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal223330.940.3000.87199.3588.576.86
Hex217215E1E057c7597
Octal227411363601273071317
Binary101011110000110111101111001010111110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021721; }

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

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

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

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

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

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

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

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