#021329

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

Shades of Black Pearl #021329

Tints of Black Pearl #021329

Color information

#021329 (or 0x021329) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 29. RGB value is (2,19,41). Sum of RGB (Red+Green+Blue) = 2+19+41=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #021329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021329 is #FDECD6. Grayscale: #101010. Windows color (decimal): -16641239 or 2691842. OLE color: 2691842.

HSL color Cylindrical-coordinate representation of color #021329: hue angle of 213.85º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021329 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21941-
CMYK0.950.5400.84
HSL213.85º90.7%8.43%-
HSV(B)213.85º95.12%16.08%-
XYZ0.660.642.19-
YUV16.42141.87117.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 41 (16.41% from 255) = 66.13%
R=3.23%
G=30.65%
B=66.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal219410.950.5400.84213.8590.78.43
Hex213295F36054d65b8
Octal2235113766012432613310
Binary10100111010011011111110110010101001101011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021329; }

 p { color: rgb(2,19,41); }

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

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

 a { background-color: rgb(2,19,41); }

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

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

 span { border-color: rgb(2,19,41); }

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