#021421

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

Shades of Black Pearl #021421

Tints of Black Pearl #021421

Color information

#021421 (or 0x021421) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 21. RGB value is (2,20,33). Sum of RGB (Red+Green+Blue) = 2+20+33=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #021421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021421 is #FDEBDE. Grayscale: #101010. Windows color (decimal): -16640991 or 2167810. OLE color: 2167810.

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

Color convert

RGB22033-
CMYK0.940.3900.87
HSL205.16º88.57%6.86%-
HSV(B)205.16º93.94%12.94%-
XYZ0.550.621.53-
YUV16.1137.54117.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 33 (13.28% from 255) = 60%
R=3.64%
G=36.36%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal220330.940.3900.87205.1688.576.86
Hex214215E27057cd597
Octal224411364701273151317
Binary1010100100001101111010011101010111110011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021421; }

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

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

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

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

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

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

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

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