#042428

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

Shades of Black Pearl #042428

Tints of Black Pearl #042428

Color information

#042428 (or 0x042428) is unknown color: approx Black Pearl. HEX triplet: 04, 24 and 28. RGB value is (4,36,40). Sum of RGB (Red+Green+Blue) = 4+36+40=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #042428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042428 is #FBDBD7. Grayscale: #1A1A1A. Windows color (decimal): -16505816 or 2630660. OLE color: 2630660.

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

Color convert

RGB43640-
CMYK0.900.1000.84
HSL186.67º81.82%8.63%-
HSV(B)186.67º90%15.69%-
XYZ1.061.442.23-
YUV26.89135.4111.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 40 (16.02% from 255) = 50%
R=5%
G=45%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal436400.900.1000.84186.6781.828.63
Hex424285AA054bb529
Octal4445013212012427312211
Binary10010010010100010110101010010101001011101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042428; }

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

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

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

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

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

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

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

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