Shades of Melanzane #2A1025
Tints of Melanzane #2A1025
RGB
CMYK
RGB Variations
Color information
#2A1025 (or 0x2A1025) is known color: Melanzane. HEX triplet: 2A, 10 and 25. RGB value is (42,16,37). Sum of RGB (Red+Green+Blue) = 42+16+37=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1025 is #D5EFDA. Grayscale: #1A1A1A. Windows color (decimal): -14020571 or 2428970. OLE color: 2428970.
HSL color Cylindrical-coordinate representation of color #2A1025: hue angle of 311.54º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A1025 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 16 | 37 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.84 |
| HSL | 311.54º | 0.45% | 0.11% | - |
| HSV(B) | 311.54º | 0.62% | 0.16% | - |
| XYZ | 1.47 | 1 | 1.86 | - |
| YUV | 26.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 37 | 0 | 0.62 | 0.12 | 0.84 | 311.54 | 0.45 | 0.11 |
| Hex | 2A | 10 | 25 | 0 | 3E | C | 54 | 138 | 2D | B |
| Octal | 52 | 20 | 45 | 0 | 76 | 14 | 124 | 470 | 55 | 13 |
| Binary | 101010 | 10000 | 100101 | 0 | 111110 | 1100 | 1010100 | 100111000 | 101101 | 1011 |
Color Harmonies of #2A1025
Complementary color
Monochromatic Colors of #2A1025
Black with #2A1025
Text Example
Text Example
White with #2A1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1025; }
p { color: rgb(42,16,37); }
H1.HeaderClassName
{
color: #2A1025;
}
.AnyTagClassName
{
color: #2A1025;
}
</style>
background-color css
<style>
a { background-color: #2A1025; }
a { background-color: rgb(42,16,37); }
div.DivClassName
{
background-color: #2A1025;
}
.BgClassName
{
background-color: #2A1025;
}
</style>
border-color css
<style>
span { border-color: #2A1025; }
span { border-color: rgb(42,16,37); }
td.TdClassName
{
border-color: #2A1025;
}
.TagClassName
{
border-color: #2A1025;
}
</style>