Shades of Melanzane #2D0C26
Tints of Melanzane #2D0C26
RGB
CMYK
RGB Variations
Color information
#2D0C26 (or 0x2D0C26) is known color: Melanzane. HEX triplet: 2D, 0C and 26. RGB value is (45,12,38). Sum of RGB (Red+Green+Blue) = 45+12+38=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0C26 is #D2F3D9. Grayscale: #181818. Windows color (decimal): -13824986 or 2493485. OLE color: 2493485.
HSL color Cylindrical-coordinate representation of color #2D0C26: hue angle of 312.73º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D0C26 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 12 | 38 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.82 |
| HSL | 312.73º | 0.58% | 0.11% | - |
| HSV(B) | 312.73º | 0.73% | 0.18% | - |
| XYZ | 1.56 | 0.96 | 1.94 | - |
| YUV | 24.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 38 | 0 | 0.73 | 0.16 | 0.82 | 312.73 | 0.58 | 0.11 |
| Hex | 2D | C | 26 | 0 | 49 | 10 | 52 | 139 | 3A | B |
| Octal | 55 | 14 | 46 | 0 | 111 | 20 | 122 | 471 | 72 | 13 |
| Binary | 101101 | 1100 | 100110 | 0 | 1001001 | 10000 | 1010010 | 100111001 | 111010 | 1011 |
Color Harmonies of #2D0C26
Complementary color
Monochromatic Colors of #2D0C26
Black with #2D0C26
Text Example
Text Example
White with #2D0C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C26; }
p { color: rgb(45,12,38); }
H1.HeaderClassName
{
color: #2D0C26;
}
.AnyTagClassName
{
color: #2D0C26;
}
</style>
background-color css
<style>
a { background-color: #2D0C26; }
a { background-color: rgb(45,12,38); }
div.DivClassName
{
background-color: #2D0C26;
}
.BgClassName
{
background-color: #2D0C26;
}
</style>
border-color css
<style>
span { border-color: #2D0C26; }
span { border-color: rgb(45,12,38); }
td.TdClassName
{
border-color: #2D0C26;
}
.TagClassName
{
border-color: #2D0C26;
}
</style>