#022028

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

Shades of Black Pearl #022028

Tints of Black Pearl #022028

Color information

#022028 (or 0x022028) is unknown color: approx Black Pearl. HEX triplet: 02, 20 and 28. RGB value is (2,32,40). Sum of RGB (Red+Green+Blue) = 2+32+40=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #022028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022028 is #FDDFD7. Grayscale: #171717. Windows color (decimal): -16637912 or 2629634. OLE color: 2629634.

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

Color convert

RGB23240-
CMYK0.950.2000.84
HSL192.63º90.48%8.24%-
HSV(B)192.63º95%15.69%-
XYZ0.921.22.19-
YUV23.94137.06112.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=2.70%
G=43.24%
B=54.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal232400.950.2000.84192.6390.488.24
Hex220285F14054c15a8
Octal2405013724012430113210
Binary10100000101000101111110100010101001100000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022028; }

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

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

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

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

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

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

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

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