#021832

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

Shades of Black Pearl #021832

Tints of Black Pearl #021832

Color information

#021832 (or 0x021832) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 32. RGB value is (2,24,50). Sum of RGB (Red+Green+Blue) = 2+24+50=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #021832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021832 is #FDE7CD. Grayscale: #141414. Windows color (decimal): -16639950 or 3282946. OLE color: 3282946.

HSL color Cylindrical-coordinate representation of color #021832: hue angle of 212.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 #021832 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB22450-
CMYK0.960.5200.80
HSL212.5º92.31%10.2%-
HSV(B)212.5º96%19.61%-
XYZ0.930.93.14-
YUV20.39144.71114.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=2.63%
G=31.58%
B=65.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal224500.960.5200.80212.592.3110.2
Hex218326034050d45ca
Octal2306214064012032413412
Binary10110001100101100000110100010100001101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021832; }

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

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

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

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

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

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

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

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