#042528

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

Shades of Black Pearl #042528

Tints of Black Pearl #042528

Color information

#042528 (or 0x042528) is unknown color: approx Black Pearl. HEX triplet: 04, 25 and 28. RGB value is (4,37,40). Sum of RGB (Red+Green+Blue) = 4+37+40=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #042528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042528 is #FBDAD7. Grayscale: #1B1B1B. Windows color (decimal): -16505560 or 2630916. OLE color: 2630916.

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

Color convert

RGB43740-
CMYK0.900.0700.84
HSL185º81.82%8.63%-
HSV(B)185º90%15.69%-
XYZ1.091.52.24-
YUV27.48135.07111.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.94%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=4.94%
G=45.68%
B=49.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal437400.900.0700.8418581.828.63
Hex425285A7054b9529
Octal445501327012427112211
Binary1001001011010001011010111010101001011100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042528; }

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

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

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

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

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

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

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

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