#021C32

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

Shades of Black Pearl #021C32

Tints of Black Pearl #021C32

Color information

#021C32 (or 0x021C32) is unknown color: approx Black Pearl. HEX triplet: 02, 1C and 32. RGB value is (2,28,50). Sum of RGB (Red+Green+Blue) = 2+28+50=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #021C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C32 is #FDE3CD. Grayscale: #161616. Windows color (decimal): -16638926 or 3283970. OLE color: 3283970.

HSL color Cylindrical-coordinate representation of color #021C32: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C32 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB22850-
CMYK0.960.4400.80
HSL207.5º92.31%10.2%-
HSV(B)207.5º96%19.61%-
XYZ1.021.073.17-
YUV22.73143.39113.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 50 (19.92% from 255) = 62.5%
R=2.5%
G=35%
B=62.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal228500.960.4400.80207.592.3110.2
Hex21C32602C050d05ca
Octal2346214054012032013412
Binary10111001100101100000101100010100001101000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,50); }

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

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

 a { background-color: rgb(2,28,50); }

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

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

 span { border-color: rgb(2,28,50); }

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