Shades of Melanzane #2D252B
Tints of Melanzane #2D252B
RGB
CMYK
RGB Variations
Color information
#2D252B (or 0x2D252B) is known color: Melanzane. HEX triplet: 2D, 25 and 2B. RGB value is (45,37,43). Sum of RGB (Red+Green+Blue) = 45+37+43=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 45 - color contains mainly: red. Hex color #2D252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D252B is #D2DAD4. Grayscale: #282828. Windows color (decimal): -13818581 or 2827565. OLE color: 2827565.
HSL color Cylindrical-coordinate representation of color #2D252B: hue angle of 315º 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 #2D252B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 37 | 43 | - |
CMYK | 0 | 0.18 | 0.04 | 0.82 |
HSL | 315º | 0.1% | 0.16% | - |
HSV(B) | 315º | 0.18% | 0.18% | - |
XYZ | 2.18 | 2.06 | 2.57 | - |
YUV | 40.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 37 | 43 | 0 | 0.18 | 0.04 | 0.82 | 315 | 0.1 | 0.16 |
Hex | 2D | 25 | 2B | 0 | 12 | 4 | 52 | 13B | A | 10 |
Octal | 55 | 45 | 53 | 0 | 22 | 4 | 122 | 473 | 12 | 20 |
Binary | 101101 | 100101 | 101011 | 0 | 10010 | 100 | 1010010 | 100111011 | 1010 | 10000 |
Color Harmonies of #2D252B
Complementary color
Monochromatic Colors of #2D252B
Black with #2D252B
Text Example
Text Example
White with #2D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D252B; }
p { color: rgb(45,37,43); }
H1.HeaderClassName
{
color: #2D252B;
}
.AnyTagClassName
{
color: #2D252B;
}
</style>
background-color css
<style>
a { background-color: #2D252B; }
a { background-color: rgb(45,37,43); }
div.DivClassName
{
background-color: #2D252B;
}
.BgClassName
{
background-color: #2D252B;
}
</style>
border-color css
<style>
span { border-color: #2D252B; }
span { border-color: rgb(45,37,43); }
td.TdClassName
{
border-color: #2D252B;
}
.TagClassName
{
border-color: #2D252B;
}
</style>