Shades of Melanzane #381D30
Tints of Melanzane #381D30
RGB
CMYK
RGB Variations
Color information
#381D30 (or 0x381D30) is known color: Melanzane. HEX triplet: 38, 1D and 30. RGB value is (56,29,48). Sum of RGB (Red+Green+Blue) = 56+29+48=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D30 is #C7E2CF. Grayscale: #272727. Windows color (decimal): -13099728 or 3153208. OLE color: 3153208.
HSL color Cylindrical-coordinate representation of color #381D30: hue angle of 317.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D30 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 48 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.78 |
| HSL | 317.78º | 0.32% | 0.17% | - |
| HSV(B) | 317.78º | 0.48% | 0.22% | - |
| XYZ | 2.6 | 1.93 | 3.03 | - |
| YUV | 39.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 48 | 0 | 0.48 | 0.14 | 0.78 | 317.78 | 0.32 | 0.17 |
| Hex | 38 | 1D | 30 | 0 | 30 | E | 4E | 13E | 20 | 11 |
| Octal | 70 | 35 | 60 | 0 | 60 | 16 | 116 | 476 | 40 | 21 |
| Binary | 111000 | 11101 | 110000 | 0 | 110000 | 1110 | 1001110 | 100111110 | 100000 | 10001 |
Color Harmonies of #381D30
Complementary color
Monochromatic Colors of #381D30
Black with #381D30
Text Example
Text Example
White with #381D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D30; }
p { color: rgb(56,29,48); }
H1.HeaderClassName
{
color: #381D30;
}
.AnyTagClassName
{
color: #381D30;
}
</style>
background-color css
<style>
a { background-color: #381D30; }
a { background-color: rgb(56,29,48); }
div.DivClassName
{
background-color: #381D30;
}
.BgClassName
{
background-color: #381D30;
}
</style>
border-color css
<style>
span { border-color: #381D30; }
span { border-color: rgb(56,29,48); }
td.TdClassName
{
border-color: #381D30;
}
.TagClassName
{
border-color: #381D30;
}
</style>