Shades of Melanzane #381E2F
Tints of Melanzane #381E2F
RGB
CMYK
RGB Variations
Color information
#381E2F (or 0x381E2F) is known color: Melanzane. HEX triplet: 38, 1E and 2F. RGB value is (56,30,47). Sum of RGB (Red+Green+Blue) = 56+30+47=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E2F is #C7E1D0. Grayscale: #272727. Windows color (decimal): -13099473 or 3087928. OLE color: 3087928.
HSL color Cylindrical-coordinate representation of color #381E2F: hue angle of 320.77º 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 #381E2F is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 47 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.78 |
| HSL | 320.77º | 0.3% | 0.17% | - |
| HSV(B) | 320.77º | 0.46% | 0.22% | - |
| XYZ | 2.61 | 1.97 | 2.93 | - |
| YUV | 39.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 47 | 0 | 0.46 | 0.16 | 0.78 | 320.77 | 0.3 | 0.17 |
| Hex | 38 | 1E | 2F | 0 | 2E | 10 | 4E | 141 | 1E | 11 |
| Octal | 70 | 36 | 57 | 0 | 56 | 20 | 116 | 501 | 36 | 21 |
| Binary | 111000 | 11110 | 101111 | 0 | 101110 | 10000 | 1001110 | 101000001 | 11110 | 10001 |
Color Harmonies of #381E2F
Complementary color
Monochromatic Colors of #381E2F
Black with #381E2F
Text Example
Text Example
White with #381E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E2F; }
p { color: rgb(56,30,47); }
H1.HeaderClassName
{
color: #381E2F;
}
.AnyTagClassName
{
color: #381E2F;
}
</style>
background-color css
<style>
a { background-color: #381E2F; }
a { background-color: rgb(56,30,47); }
div.DivClassName
{
background-color: #381E2F;
}
.BgClassName
{
background-color: #381E2F;
}
</style>
border-color css
<style>
span { border-color: #381E2F; }
span { border-color: rgb(56,30,47); }
td.TdClassName
{
border-color: #381E2F;
}
.TagClassName
{
border-color: #381E2F;
}
</style>