#032028

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

Shades of Black Pearl #032028

Tints of Black Pearl #032028

Color information

#032028 (or 0x032028) is unknown color: approx Black Pearl. HEX triplet: 03, 20 and 28. RGB value is (3,32,40). Sum of RGB (Red+Green+Blue) = 3+32+40=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #032028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032028 is #FCDFD7. Grayscale: #181818. Windows color (decimal): -16572376 or 2629635. OLE color: 2629635.

HSL color Cylindrical-coordinate representation of color #032028: hue angle of 192.97º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032028 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33240-
CMYK0.930.2000.84
HSL192.97º86.05%8.43%-
HSV(B)192.97º92.5%15.69%-
XYZ0.941.212.19-
YUV24.24136.89112.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 40 (16.02% from 255) = 53.33%
R=4%
G=42.67%
B=53.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal332400.930.2000.84192.9786.058.43
Hex320285D14054c1568
Octal3405013524012430112610
Binary11100000101000101110110100010101001100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032028; }

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

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

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

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

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

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

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

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