Shades of Melanzane #381E30
Tints of Melanzane #381E30
RGB
CMYK
RGB Variations
Color information
#381E30 (or 0x381E30) is known color: Melanzane. HEX triplet: 38, 1E and 30. RGB value is (56,30,48). Sum of RGB (Red+Green+Blue) = 56+30+48=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #381E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E30 is #C7E1CF. Grayscale: #272727. Windows color (decimal): -13099472 or 3153464. OLE color: 3153464.
HSL color Cylindrical-coordinate representation of color #381E30: hue angle of 318.46º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E30 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 48 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.78 |
| HSL | 318.46º | 0.3% | 0.17% | - |
| HSV(B) | 318.46º | 0.46% | 0.22% | - |
| XYZ | 2.63 | 1.98 | 3.04 | - |
| YUV | 39.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 48 | 0 | 0.46 | 0.14 | 0.78 | 318.46 | 0.3 | 0.17 |
| Hex | 38 | 1E | 30 | 0 | 2E | E | 4E | 13E | 1E | 11 |
| Octal | 70 | 36 | 60 | 0 | 56 | 16 | 116 | 476 | 36 | 21 |
| Binary | 111000 | 11110 | 110000 | 0 | 101110 | 1110 | 1001110 | 100111110 | 11110 | 10001 |
Color Harmonies of #381E30
Complementary color
Monochromatic Colors of #381E30
Black with #381E30
Text Example
Text Example
White with #381E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E30; }
p { color: rgb(56,30,48); }
H1.HeaderClassName
{
color: #381E30;
}
.AnyTagClassName
{
color: #381E30;
}
</style>
background-color css
<style>
a { background-color: #381E30; }
a { background-color: rgb(56,30,48); }
div.DivClassName
{
background-color: #381E30;
}
.BgClassName
{
background-color: #381E30;
}
</style>
border-color css
<style>
span { border-color: #381E30; }
span { border-color: rgb(56,30,48); }
td.TdClassName
{
border-color: #381E30;
}
.TagClassName
{
border-color: #381E30;
}
</style>