Shades of Melanzane #2A2327
Tints of Melanzane #2A2327
RGB
CMYK
RGB Variations
Color information
#2A2327 (or 0x2A2327) is known color: Melanzane. HEX triplet: 2A, 23 and 27. RGB value is (42,35,39). Sum of RGB (Red+Green+Blue) = 42+35+39=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2327 is #D5DCD8. Grayscale: #252525. Windows color (decimal): -14015705 or 2564906. OLE color: 2564906.
HSL color Cylindrical-coordinate representation of color #2A2327: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2A2327 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 35 | 39 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.84 |
| HSL | 325.71º | 0.09% | 0.15% | - |
| HSV(B) | 325.71º | 0.17% | 0.16% | - |
| XYZ | 1.92 | 1.84 | 2.17 | - |
| YUV | 37.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 39 | 0 | 0.17 | 0.07 | 0.84 | 325.71 | 0.09 | 0.15 |
| Hex | 2A | 23 | 27 | 0 | 11 | 7 | 54 | 146 | 9 | F |
| Octal | 52 | 43 | 47 | 0 | 21 | 7 | 124 | 506 | 11 | 17 |
| Binary | 101010 | 100011 | 100111 | 0 | 10001 | 111 | 1010100 | 101000110 | 1001 | 1111 |
Color Harmonies of #2A2327
Complementary color
Monochromatic Colors of #2A2327
Black with #2A2327
Text Example
Text Example
White with #2A2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2327; }
p { color: rgb(42,35,39); }
H1.HeaderClassName
{
color: #2A2327;
}
.AnyTagClassName
{
color: #2A2327;
}
</style>
background-color css
<style>
a { background-color: #2A2327; }
a { background-color: rgb(42,35,39); }
div.DivClassName
{
background-color: #2A2327;
}
.BgClassName
{
background-color: #2A2327;
}
</style>
border-color css
<style>
span { border-color: #2A2327; }
span { border-color: rgb(42,35,39); }
td.TdClassName
{
border-color: #2A2327;
}
.TagClassName
{
border-color: #2A2327;
}
</style>