Shades of Melanzane #382030
Tints of Melanzane #382030
RGB
CMYK
RGB Variations
Color information
#382030 (or 0x382030) is known color: Melanzane. HEX triplet: 38, 20 and 30. RGB value is (56,32,48). Sum of RGB (Red+Green+Blue) = 56+32+48=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382030 is #C7DFCF. Grayscale: #282828. Windows color (decimal): -13098960 or 3153976. OLE color: 3153976.
HSL color Cylindrical-coordinate representation of color #382030: hue angle of 320º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382030 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 32 | 48 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.78 |
| HSL | 320º | 0.27% | 0.17% | - |
| HSV(B) | 320º | 0.43% | 0.22% | - |
| XYZ | 2.68 | 2.09 | 3.06 | - |
| YUV | 41 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 48 | 0 | 0.43 | 0.14 | 0.78 | 320 | 0.27 | 0.17 |
| Hex | 38 | 20 | 30 | 0 | 2B | E | 4E | 140 | 1B | 11 |
| Octal | 70 | 40 | 60 | 0 | 53 | 16 | 116 | 500 | 33 | 21 |
| Binary | 111000 | 100000 | 110000 | 0 | 101011 | 1110 | 1001110 | 101000000 | 11011 | 10001 |
Color Harmonies of #382030
Complementary color
Monochromatic Colors of #382030
Black with #382030
Text Example
Text Example
White with #382030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382030; }
p { color: rgb(56,32,48); }
H1.HeaderClassName
{
color: #382030;
}
.AnyTagClassName
{
color: #382030;
}
</style>
background-color css
<style>
a { background-color: #382030; }
a { background-color: rgb(56,32,48); }
div.DivClassName
{
background-color: #382030;
}
.BgClassName
{
background-color: #382030;
}
</style>
border-color css
<style>
span { border-color: #382030; }
span { border-color: rgb(56,32,48); }
td.TdClassName
{
border-color: #382030;
}
.TagClassName
{
border-color: #382030;
}
</style>