#042028

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

Shades of Black Pearl #042028

Tints of Black Pearl #042028

Color information

#042028 (or 0x042028) is unknown color: approx Black Pearl. HEX triplet: 04, 20 and 28. RGB value is (4,32,40). Sum of RGB (Red+Green+Blue) = 4+32+40=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #042028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042028 is #FBDFD7. Grayscale: #181818. Windows color (decimal): -16506840 or 2629636. OLE color: 2629636.

HSL color Cylindrical-coordinate representation of color #042028: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042028 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB43240-
CMYK0.900.2000.84
HSL193.33º81.82%8.63%-
HSV(B)193.33º90%15.69%-
XYZ0.951.212.19-
YUV24.54136.72113.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 40 (16.02% from 255) = 52.63%
R=5.26%
G=42.11%
B=52.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal432400.900.2000.84193.3381.828.63
Hex420285A14054c1529
Octal4405013224012430112211
Binary100100000101000101101010100010101001100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042028; }

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

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

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

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

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

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

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

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