#252124

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

Shades of Melanzane #252124

Tints of Melanzane #252124

Color information

#252124 (or 0x252124) is unknown color: approx Melanzane. HEX triplet: 25, 21 and 24. RGB value is (37,33,36). Sum of RGB (Red+Green+Blue) = 37+33+36=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 37 - color contains mainly: red. Hex color #252124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252124 is #DADEDB. Grayscale: #222222. Windows color (decimal): -14343900 or 2367781. OLE color: 2367781.

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

Color convert

RGB373336-
CMYK00.110.030.85
HSL315º5.71%13.73%-
HSV(B)315º10.81%14.51%-
XYZ1.631.611.89-
YUV34.54128.83129.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=34.91%
G=31.13%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37333600.110.030.853155.7113.73
Hex2521240B35513b6e
Octal4541440133125473616
Binary100101100001100100010111110101011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252124; }

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

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

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

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

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

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

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

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