Shades of Melanzane #2A0D22
Tints of Melanzane #2A0D22
RGB
CMYK
RGB Variations
Color information
#2A0D22 (or 0x2A0D22) is known color: Melanzane. HEX triplet: 2A, 0D and 22. RGB value is (42,13,34). Sum of RGB (Red+Green+Blue) = 42+13+34=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D22 is #D5F2DD. Grayscale: #181818. Windows color (decimal): -14021342 or 2231594. OLE color: 2231594.
HSL color Cylindrical-coordinate representation of color #2A0D22: hue angle of 316.55º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0D22 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 13 | 34 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.84 |
| HSL | 316.55º | 0.53% | 0.11% | - |
| HSV(B) | 316.55º | 0.69% | 0.16% | - |
| XYZ | 1.39 | 0.9 | 1.61 | - |
| YUV | 24.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 34 | 0 | 0.69 | 0.19 | 0.84 | 316.55 | 0.53 | 0.11 |
| Hex | 2A | D | 22 | 0 | 45 | 13 | 54 | 13D | 35 | B |
| Octal | 52 | 15 | 42 | 0 | 105 | 23 | 124 | 475 | 65 | 13 |
| Binary | 101010 | 1101 | 100010 | 0 | 1000101 | 10011 | 1010100 | 100111101 | 110101 | 1011 |
Color Harmonies of #2A0D22
Complementary color
Monochromatic Colors of #2A0D22
Black with #2A0D22
Text Example
Text Example
White with #2A0D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D22; }
p { color: rgb(42,13,34); }
H1.HeaderClassName
{
color: #2A0D22;
}
.AnyTagClassName
{
color: #2A0D22;
}
</style>
background-color css
<style>
a { background-color: #2A0D22; }
a { background-color: rgb(42,13,34); }
div.DivClassName
{
background-color: #2A0D22;
}
.BgClassName
{
background-color: #2A0D22;
}
</style>
border-color css
<style>
span { border-color: #2A0D22; }
span { border-color: rgb(42,13,34); }
td.TdClassName
{
border-color: #2A0D22;
}
.TagClassName
{
border-color: #2A0D22;
}
</style>