Shades of Melanzane #2A0C22
Tints of Melanzane #2A0C22
RGB
CMYK
RGB Variations
Color information
#2A0C22 (or 0x2A0C22) is known color: Melanzane. HEX triplet: 2A, 0C and 22. RGB value is (42,12,34). Sum of RGB (Red+Green+Blue) = 42+12+34=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0C22 is #D5F3DD. Grayscale: #171717. Windows color (decimal): -14021598 or 2231338. OLE color: 2231338.
HSL color Cylindrical-coordinate representation of color #2A0C22: hue angle of 316º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A0C22 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 12 | 34 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.84 |
| HSL | 316º | 0.56% | 0.11% | - |
| HSV(B) | 316º | 0.71% | 0.16% | - |
| XYZ | 1.38 | 0.87 | 1.61 | - |
| YUV | 23.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 34 | 0 | 0.71 | 0.19 | 0.84 | 316 | 0.56 | 0.11 |
| Hex | 2A | C | 22 | 0 | 47 | 13 | 54 | 13C | 38 | B |
| Octal | 52 | 14 | 42 | 0 | 107 | 23 | 124 | 474 | 70 | 13 |
| Binary | 101010 | 1100 | 100010 | 0 | 1000111 | 10011 | 1010100 | 100111100 | 111000 | 1011 |
Color Harmonies of #2A0C22
Complementary color
Monochromatic Colors of #2A0C22
Black with #2A0C22
Text Example
Text Example
White with #2A0C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0C22; }
p { color: rgb(42,12,34); }
H1.HeaderClassName
{
color: #2A0C22;
}
.AnyTagClassName
{
color: #2A0C22;
}
</style>
background-color css
<style>
a { background-color: #2A0C22; }
a { background-color: rgb(42,12,34); }
div.DivClassName
{
background-color: #2A0C22;
}
.BgClassName
{
background-color: #2A0C22;
}
</style>
border-color css
<style>
span { border-color: #2A0C22; }
span { border-color: rgb(42,12,34); }
td.TdClassName
{
border-color: #2A0C22;
}
.TagClassName
{
border-color: #2A0C22;
}
</style>