#021028

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

Shades of Black Pearl #021028

Tints of Black Pearl #021028

Color information

#021028 (or 0x021028) is unknown color: approx Black Pearl. HEX triplet: 02, 10 and 28. RGB value is (2,16,40). Sum of RGB (Red+Green+Blue) = 2+16+40=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #021028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021028 is #FDEFD7. Grayscale: #0E0E0E. Windows color (decimal): -16642008 or 2625538. OLE color: 2625538.

HSL color Cylindrical-coordinate representation of color #021028: hue angle of 217.89º degrees, saturation: 0.9, 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 #021028 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21640-
CMYK0.950.6000.84
HSL217.89º90.48%8.24%-
HSV(B)217.89º95%15.69%-
XYZ0.590.542.08-
YUV14.55142.36119.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 40 (16.02% from 255) = 68.97%
R=3.45%
G=27.59%
B=68.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal216400.950.6000.84217.8990.488.24
Hex210285F3C054da5a8
Octal2205013774012433213210
Binary10100001010001011111111100010101001101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021028; }

 p { color: rgb(2,16,40); }

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

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

 a { background-color: rgb(2,16,40); }

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

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

 span { border-color: rgb(2,16,40); }

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