#021321

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

Shades of Black Pearl #021321

Tints of Black Pearl #021321

Color information

#021321 (or 0x021321) is unknown color: approx Black Pearl. HEX triplet: 02, 13 and 21. RGB value is (2,19,33). Sum of RGB (Red+Green+Blue) = 2+19+33=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #021321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021321 is #FDECDE. Grayscale: #0F0F0F. Windows color (decimal): -16641247 or 2167554. OLE color: 2167554.

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

Color convert

RGB21933-
CMYK0.940.4200.87
HSL207.1º88.57%6.86%-
HSV(B)207.1º93.94%12.94%-
XYZ0.530.591.52-
YUV15.51137.87118.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 33 (13.28% from 255) = 61.11%
R=3.70%
G=35.19%
B=61.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal219330.940.4200.87207.188.576.86
Hex213215E2A057cf597
Octal223411365201273171317
Binary1010011100001101111010101001010111110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021321; }

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

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

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

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

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

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

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

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