#021D21

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

Shades of Black Pearl #021D21

Tints of Black Pearl #021D21

Color information

#021D21 (or 0x021D21) is unknown color: approx Black Pearl. HEX triplet: 02, 1D and 21. RGB value is (2,29,33). Sum of RGB (Red+Green+Blue) = 2+29+33=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #021D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D21 is #FDE2DE. Grayscale: #151515. Windows color (decimal): -16638687 or 2170114. OLE color: 2170114.

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

Color convert

RGB22933-
CMYK0.940.1200.87
HSL187.74º88.57%6.86%-
HSV(B)187.74º93.94%12.94%-
XYZ0.7411.59-
YUV21.38134.55114.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 29 (11.72% from 255) = 45.31%
BLUE value IS 33 (13.28% from 255) = 51.56%
R=3.12%
G=45.31%
B=51.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal229330.940.1200.87187.7488.576.86
Hex21D215EC057bc597
Octal235411361401272741317
Binary10111011000011011110110001010111101111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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