Shades of Melanzane #411B38
Tints of Melanzane #411B38
RGB
CMYK
RGB Variations
Color information
#411B38 (or 0x411B38) is known color: Melanzane. HEX triplet: 41, 1B and 38. RGB value is (65,27,56). Sum of RGB (Red+Green+Blue) = 65+27+56=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #411B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B38 is #BEE4C7. Grayscale: #292929. Windows color (decimal): -12510408 or 3676993. OLE color: 3676993.
HSL color Cylindrical-coordinate representation of color #411B38: hue angle of 314.21º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B38 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 56 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.75 |
| HSL | 314.21º | 0.41% | 0.18% | - |
| HSV(B) | 314.21º | 0.58% | 0.25% | - |
| XYZ | 3.29 | 2.19 | 3.99 | - |
| YUV | 41.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 56 | 0 | 0.58 | 0.14 | 0.75 | 314.21 | 0.41 | 0.18 |
| Hex | 41 | 1B | 38 | 0 | 3A | E | 4B | 13A | 29 | 12 |
| Octal | 101 | 33 | 70 | 0 | 72 | 16 | 113 | 472 | 51 | 22 |
| Binary | 1000001 | 11011 | 111000 | 0 | 111010 | 1110 | 1001011 | 100111010 | 101001 | 10010 |
Color Harmonies of #411B38
Complementary color
Monochromatic Colors of #411B38
Black with #411B38
Text Example
Text Example
White with #411B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B38; }
p { color: rgb(65,27,56); }
H1.HeaderClassName
{
color: #411B38;
}
.AnyTagClassName
{
color: #411B38;
}
</style>
background-color css
<style>
a { background-color: #411B38; }
a { background-color: rgb(65,27,56); }
div.DivClassName
{
background-color: #411B38;
}
.BgClassName
{
background-color: #411B38;
}
</style>
border-color css
<style>
span { border-color: #411B38; }
span { border-color: rgb(65,27,56); }
td.TdClassName
{
border-color: #411B38;
}
.TagClassName
{
border-color: #411B38;
}
</style>