Shades of Melanzane #411F38
Tints of Melanzane #411F38
RGB
CMYK
RGB Variations
Color information
#411F38 (or 0x411F38) is known color: Melanzane. HEX triplet: 41, 1F and 38. RGB value is (65,31,56). Sum of RGB (Red+Green+Blue) = 65+31+56=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #411F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F38 is #BEE0C7. Grayscale: #2B2B2B. Windows color (decimal): -12509384 or 3678017. OLE color: 3678017.
HSL color Cylindrical-coordinate representation of color #411F38: hue angle of 315.88º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F38 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 56 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.75 |
| HSL | 315.88º | 0.35% | 0.19% | - |
| HSV(B) | 315.88º | 0.52% | 0.25% | - |
| XYZ | 3.38 | 2.39 | 4.02 | - |
| YUV | 44.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 56 | 0 | 0.52 | 0.14 | 0.75 | 315.88 | 0.35 | 0.19 |
| Hex | 41 | 1F | 38 | 0 | 34 | E | 4B | 13C | 23 | 13 |
| Octal | 101 | 37 | 70 | 0 | 64 | 16 | 113 | 474 | 43 | 23 |
| Binary | 1000001 | 11111 | 111000 | 0 | 110100 | 1110 | 1001011 | 100111100 | 100011 | 10011 |
Color Harmonies of #411F38
Complementary color
Monochromatic Colors of #411F38
Black with #411F38
Text Example
Text Example
White with #411F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F38; }
p { color: rgb(65,31,56); }
H1.HeaderClassName
{
color: #411F38;
}
.AnyTagClassName
{
color: #411F38;
}
</style>
background-color css
<style>
a { background-color: #411F38; }
a { background-color: rgb(65,31,56); }
div.DivClassName
{
background-color: #411F38;
}
.BgClassName
{
background-color: #411F38;
}
</style>
border-color css
<style>
span { border-color: #411F38; }
span { border-color: rgb(65,31,56); }
td.TdClassName
{
border-color: #411F38;
}
.TagClassName
{
border-color: #411F38;
}
</style>