Shades of Melanzane #2A1725
Tints of Melanzane #2A1725
RGB
CMYK
RGB Variations
Color information
#2A1725 (or 0x2A1725) is known color: Melanzane. HEX triplet: 2A, 17 and 25. RGB value is (42,23,37). Sum of RGB (Red+Green+Blue) = 42+23+37=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1725 is #D5E8DA. Grayscale: #1E1E1E. Windows color (decimal): -14018779 or 2430762. OLE color: 2430762.
HSL color Cylindrical-coordinate representation of color #2A1725: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A1725 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 23 | 37 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.84 |
| HSL | 315.79º | 0.29% | 0.13% | - |
| HSV(B) | 315.79º | 0.45% | 0.16% | - |
| XYZ | 1.6 | 1.24 | 1.91 | - |
| YUV | 30.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 37 | 0 | 0.45 | 0.12 | 0.84 | 315.79 | 0.29 | 0.13 |
| Hex | 2A | 17 | 25 | 0 | 2D | C | 54 | 13C | 1D | D |
| Octal | 52 | 27 | 45 | 0 | 55 | 14 | 124 | 474 | 35 | 15 |
| Binary | 101010 | 10111 | 100101 | 0 | 101101 | 1100 | 1010100 | 100111100 | 11101 | 1101 |
Color Harmonies of #2A1725
Complementary color
Monochromatic Colors of #2A1725
Black with #2A1725
Text Example
Text Example
White with #2A1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1725; }
p { color: rgb(42,23,37); }
H1.HeaderClassName
{
color: #2A1725;
}
.AnyTagClassName
{
color: #2A1725;
}
</style>
background-color css
<style>
a { background-color: #2A1725; }
a { background-color: rgb(42,23,37); }
div.DivClassName
{
background-color: #2A1725;
}
.BgClassName
{
background-color: #2A1725;
}
</style>
border-color css
<style>
span { border-color: #2A1725; }
span { border-color: rgb(42,23,37); }
td.TdClassName
{
border-color: #2A1725;
}
.TagClassName
{
border-color: #2A1725;
}
</style>