Shades of Melanzane #381932
Tints of Melanzane #381932
RGB
CMYK
RGB Variations
Color information
#381932 (or 0x381932) is known color: Melanzane. HEX triplet: 38, 19 and 32. RGB value is (56,25,50). Sum of RGB (Red+Green+Blue) = 56+25+50=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381932 is #C7E6CD. Grayscale: #252525. Windows color (decimal): -13100750 or 3283256. OLE color: 3283256.
HSL color Cylindrical-coordinate representation of color #381932: hue angle of 311.61º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381932 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 50 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.78 |
| HSL | 311.61º | 0.38% | 0.16% | - |
| HSV(B) | 311.61º | 0.55% | 0.22% | - |
| XYZ | 2.55 | 1.77 | 3.22 | - |
| YUV | 37.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 50 | 0 | 0.55 | 0.11 | 0.78 | 311.61 | 0.38 | 0.16 |
| Hex | 38 | 19 | 32 | 0 | 37 | B | 4E | 138 | 26 | 10 |
| Octal | 70 | 31 | 62 | 0 | 67 | 13 | 116 | 470 | 46 | 20 |
| Binary | 111000 | 11001 | 110010 | 0 | 110111 | 1011 | 1001110 | 100111000 | 100110 | 10000 |
Color Harmonies of #381932
Complementary color
Monochromatic Colors of #381932
Black with #381932
Text Example
Text Example
White with #381932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381932; }
p { color: rgb(56,25,50); }
H1.HeaderClassName
{
color: #381932;
}
.AnyTagClassName
{
color: #381932;
}
</style>
background-color css
<style>
a { background-color: #381932; }
a { background-color: rgb(56,25,50); }
div.DivClassName
{
background-color: #381932;
}
.BgClassName
{
background-color: #381932;
}
</style>
border-color css
<style>
span { border-color: #381932; }
span { border-color: rgb(56,25,50); }
td.TdClassName
{
border-color: #381932;
}
.TagClassName
{
border-color: #381932;
}
</style>