#252024

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

Shades of Melanzane #252024

Tints of Melanzane #252024

Color information

#252024 (or 0x252024) is unknown color: approx Melanzane. HEX triplet: 25, 20 and 24. RGB value is (37,32,36). Sum of RGB (Red+Green+Blue) = 37+32+36=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 37 - color contains mainly: red. Hex color #252024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252024 is #DADFDB. Grayscale: #212121. Windows color (decimal): -14344156 or 2367525. OLE color: 2367525.

HSL color Cylindrical-coordinate representation of color #252024: hue angle of 312º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252024 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB373236-
CMYK00.140.030.85
HSL312º7.25%13.53%-
HSV(B)312º13.51%14.51%-
XYZ1.61.551.88-
YUV33.95129.16130.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=35.24%
G=30.48%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323600.140.030.853127.2513.53
Hex2520240E3551387e
Octal4540440163125470716
Binary100101100000100100011101110101011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252024; }

 p { color: rgb(37,32,36); }

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

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

 a { background-color: rgb(37,32,36); }

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

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

 span { border-color: rgb(37,32,36); }

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