Shades of Melanzane #2D252A
Tints of Melanzane #2D252A
RGB
CMYK
RGB Variations
Color information
#2D252A (or 0x2D252A) is known color: Melanzane. HEX triplet: 2D, 25 and 2A. RGB value is (45,37,42). Sum of RGB (Red+Green+Blue) = 45+37+42=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 45 - color contains mainly: red. Hex color #2D252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D252A is #D2DAD5. Grayscale: #272727. Windows color (decimal): -13818582 or 2762029. OLE color: 2762029.
HSL color Cylindrical-coordinate representation of color #2D252A: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D252A is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 37 | 42 | - |
CMYK | 0 | 0.18 | 0.07 | 0.82 |
HSL | 322.5º | 0.1% | 0.16% | - |
HSV(B) | 322.5º | 0.18% | 0.18% | - |
XYZ | 2.16 | 2.05 | 2.47 | - |
YUV | 39.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 37 | 42 | 0 | 0.18 | 0.07 | 0.82 | 322.5 | 0.1 | 0.16 |
Hex | 2D | 25 | 2A | 0 | 12 | 7 | 52 | 142 | A | 10 |
Octal | 55 | 45 | 52 | 0 | 22 | 7 | 122 | 502 | 12 | 20 |
Binary | 101101 | 100101 | 101010 | 0 | 10010 | 111 | 1010010 | 101000010 | 1010 | 10000 |
Color Harmonies of #2D252A
Complementary color
Monochromatic Colors of #2D252A
Black with #2D252A
Text Example
Text Example
White with #2D252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D252A; }
p { color: rgb(45,37,42); }
H1.HeaderClassName
{
color: #2D252A;
}
.AnyTagClassName
{
color: #2D252A;
}
</style>
background-color css
<style>
a { background-color: #2D252A; }
a { background-color: rgb(45,37,42); }
div.DivClassName
{
background-color: #2D252A;
}
.BgClassName
{
background-color: #2D252A;
}
</style>
border-color css
<style>
span { border-color: #2D252A; }
span { border-color: rgb(45,37,42); }
td.TdClassName
{
border-color: #2D252A;
}
.TagClassName
{
border-color: #2D252A;
}
</style>