Shades of Melanzane #383036
Tints of Melanzane #383036
RGB
CMYK
RGB Variations
Color information
#383036 (or 0x383036) is known color: Melanzane. HEX triplet: 38, 30 and 36. RGB value is (56,48,54). Sum of RGB (Red+Green+Blue) = 56+48+54=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383036 is #C7CFC9. Grayscale: #333333. Windows color (decimal): -13094858 or 3551288. OLE color: 3551288.
HSL color Cylindrical-coordinate representation of color #383036: hue angle of 315º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383036 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 54 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.78 |
| HSL | 315º | 0.08% | 0.2% | - |
| HSV(B) | 315º | 0.14% | 0.22% | - |
| XYZ | 3.35 | 3.22 | 3.93 | - |
| YUV | 51.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 54 | 0 | 0.14 | 0.04 | 0.78 | 315 | 0.08 | 0.2 |
| Hex | 38 | 30 | 36 | 0 | E | 4 | 4E | 13B | 8 | 14 |
| Octal | 70 | 60 | 66 | 0 | 16 | 4 | 116 | 473 | 10 | 24 |
| Binary | 111000 | 110000 | 110110 | 0 | 1110 | 100 | 1001110 | 100111011 | 1000 | 10100 |
Color Harmonies of #383036
Complementary color
Monochromatic Colors of #383036
Black with #383036
Text Example
Text Example
White with #383036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383036; }
p { color: rgb(56,48,54); }
H1.HeaderClassName
{
color: #383036;
}
.AnyTagClassName
{
color: #383036;
}
</style>
background-color css
<style>
a { background-color: #383036; }
a { background-color: rgb(56,48,54); }
div.DivClassName
{
background-color: #383036;
}
.BgClassName
{
background-color: #383036;
}
</style>
border-color css
<style>
span { border-color: #383036; }
span { border-color: rgb(56,48,54); }
td.TdClassName
{
border-color: #383036;
}
.TagClassName
{
border-color: #383036;
}
</style>