Shades of Melanzane #382C35
Tints of Melanzane #382C35
RGB
CMYK
RGB Variations
Color information
#382C35 (or 0x382C35) is known color: Melanzane. HEX triplet: 38, 2C and 35. RGB value is (56,44,53). Sum of RGB (Red+Green+Blue) = 56+44+53=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #382C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C35 is #C7D3CA. Grayscale: #303030. Windows color (decimal): -13095883 or 3484728. OLE color: 3484728.
HSL color Cylindrical-coordinate representation of color #382C35: hue angle of 315º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #382C35 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 44 | 53 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.78 |
| HSL | 315º | 0.12% | 0.2% | - |
| HSV(B) | 315º | 0.21% | 0.22% | - |
| XYZ | 3.17 | 2.9 | 3.76 | - |
| YUV | 48.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 53 | 0 | 0.21 | 0.05 | 0.78 | 315 | 0.12 | 0.2 |
| Hex | 38 | 2C | 35 | 0 | 15 | 5 | 4E | 13B | C | 14 |
| Octal | 70 | 54 | 65 | 0 | 25 | 5 | 116 | 473 | 14 | 24 |
| Binary | 111000 | 101100 | 110101 | 0 | 10101 | 101 | 1001110 | 100111011 | 1100 | 10100 |
Color Harmonies of #382C35
Complementary color
Monochromatic Colors of #382C35
Black with #382C35
Text Example
Text Example
White with #382C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C35; }
p { color: rgb(56,44,53); }
H1.HeaderClassName
{
color: #382C35;
}
.AnyTagClassName
{
color: #382C35;
}
</style>
background-color css
<style>
a { background-color: #382C35; }
a { background-color: rgb(56,44,53); }
div.DivClassName
{
background-color: #382C35;
}
.BgClassName
{
background-color: #382C35;
}
</style>
border-color css
<style>
span { border-color: #382C35; }
span { border-color: rgb(56,44,53); }
td.TdClassName
{
border-color: #382C35;
}
.TagClassName
{
border-color: #382C35;
}
</style>