Shades of Melanzane #252123
Tints of Melanzane #252123
RGB
CMYK
RGB Variations
Color information
#252123 (or 0x252123) is known color: Melanzane. HEX triplet: 25, 21 and 23. RGB value is (37,33,35). Sum of RGB (Red+Green+Blue) = 37+33+35=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 37 - color contains mainly: red. Hex color #252123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252123 is #DADEDC. Grayscale: #222222. Windows color (decimal): -14343901 or 2302245. OLE color: 2302245.
HSL color Cylindrical-coordinate representation of color #252123: hue angle of 330º 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 #252123 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 33 | 35 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.85 |
| HSL | 330º | 0.06% | 0.14% | - |
| HSV(B) | 330º | 0.11% | 0.15% | - |
| XYZ | 1.61 | 1.6 | 1.81 | - |
| YUV | 34.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 35 | 0 | 0.11 | 0.05 | 0.85 | 330 | 0.06 | 0.14 |
| Hex | 25 | 21 | 23 | 0 | B | 5 | 55 | 14A | 6 | E |
| Octal | 45 | 41 | 43 | 0 | 13 | 5 | 125 | 512 | 6 | 16 |
| Binary | 100101 | 100001 | 100011 | 0 | 1011 | 101 | 1010101 | 101001010 | 110 | 1110 |
Color Harmonies of #252123
Complementary color
Monochromatic Colors of #252123
Black with #252123
Text Example
Text Example
White with #252123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252123; }
p { color: rgb(37,33,35); }
H1.HeaderClassName
{
color: #252123;
}
.AnyTagClassName
{
color: #252123;
}
</style>
background-color css
<style>
a { background-color: #252123; }
a { background-color: rgb(37,33,35); }
div.DivClassName
{
background-color: #252123;
}
.BgClassName
{
background-color: #252123;
}
</style>
border-color css
<style>
span { border-color: #252123; }
span { border-color: rgb(37,33,35); }
td.TdClassName
{
border-color: #252123;
}
.TagClassName
{
border-color: #252123;
}
</style>