#021120

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

Shades of Black Pearl #021120

Tints of Black Pearl #021120

Color information

#021120 (or 0x021120) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 20. RGB value is (2,17,32). Sum of RGB (Red+Green+Blue) = 2+17+32=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #021120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021120 is #FDEEDF. Grayscale: #0E0E0E. Windows color (decimal): -16641760 or 2101506. OLE color: 2101506.

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

Color convert

RGB21732-
CMYK0.940.4700.87
HSL210º88.24%6.67%-
HSV(B)210º93.75%12.55%-
XYZ0.490.521.44-
YUV14.22138.03119.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 62.75%
R=3.92%
G=33.33%
B=62.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal217320.940.4700.8721088.246.67
Hex211205E2F057d2587
Octal221401365701273221307
Binary1010001100000101111010111101010111110100101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021120; }

 p { color: rgb(2,17,32); }

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

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

 a { background-color: rgb(2,17,32); }

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

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

 span { border-color: rgb(2,17,32); }

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