Shades of Melanzane #2D242A
Tints of Melanzane #2D242A
RGB
CMYK
RGB Variations
Color information
#2D242A (or 0x2D242A) is known color: Melanzane. HEX triplet: 2D, 24 and 2A. RGB value is (45,36,42). Sum of RGB (Red+Green+Blue) = 45+36+42=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 45 - color contains mainly: red. Hex color #2D242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D242A is #D2DBD5. Grayscale: #272727. Windows color (decimal): -13818838 or 2761773. OLE color: 2761773.
HSL color Cylindrical-coordinate representation of color #2D242A: hue angle of 320º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D242A is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 36 | 42 | - |
CMYK | 0 | 0.2 | 0.07 | 0.82 |
HSL | 320º | 0.11% | 0.16% | - |
HSV(B) | 320º | 0.2% | 0.18% | - |
XYZ | 2.13 | 1.99 | 2.46 | - |
YUV | 39.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 36 | 42 | 0 | 0.2 | 0.07 | 0.82 | 320 | 0.11 | 0.16 |
Hex | 2D | 24 | 2A | 0 | 14 | 7 | 52 | 140 | B | 10 |
Octal | 55 | 44 | 52 | 0 | 24 | 7 | 122 | 500 | 13 | 20 |
Binary | 101101 | 100100 | 101010 | 0 | 10100 | 111 | 1010010 | 101000000 | 1011 | 10000 |
Color Harmonies of #2D242A
Complementary color
Monochromatic Colors of #2D242A
Black with #2D242A
Text Example
Text Example
White with #2D242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D242A; }
p { color: rgb(45,36,42); }
H1.HeaderClassName
{
color: #2D242A;
}
.AnyTagClassName
{
color: #2D242A;
}
</style>
background-color css
<style>
a { background-color: #2D242A; }
a { background-color: rgb(45,36,42); }
div.DivClassName
{
background-color: #2D242A;
}
.BgClassName
{
background-color: #2D242A;
}
</style>
border-color css
<style>
span { border-color: #2D242A; }
span { border-color: rgb(45,36,42); }
td.TdClassName
{
border-color: #2D242A;
}
.TagClassName
{
border-color: #2D242A;
}
</style>