#021821

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

Shades of Black Pearl #021821

Tints of Black Pearl #021821

Color information

#021821 (or 0x021821) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 21. RGB value is (2,24,33). Sum of RGB (Red+Green+Blue) = 2+24+33=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #021821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021821 is #FDE7DE. Grayscale: #121212. Windows color (decimal): -16639967 or 2168834. OLE color: 2168834.

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

Color convert

RGB22433-
CMYK0.940.2700.87
HSL197.42º88.57%6.86%-
HSV(B)197.42º93.94%12.94%-
XYZ0.630.781.56-
YUV18.45136.21116.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=3.39%
G=40.68%
B=55.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal224330.940.2700.87197.4288.576.86
Hex218215E1B057c5597
Octal230411363301273051317
Binary101100010000110111101101101010111110001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021821; }

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

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

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

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

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

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

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

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