Shades of Melanzane #383236
Tints of Melanzane #383236
RGB
CMYK
RGB Variations
Color information
#383236 (or 0x383236) is known color: Melanzane. HEX triplet: 38, 32 and 36. RGB value is (56,50,54). Sum of RGB (Red+Green+Blue) = 56+50+54=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383236 is #C7CDC9. Grayscale: #343434. Windows color (decimal): -13094346 or 3551800. OLE color: 3551800.
HSL color Cylindrical-coordinate representation of color #383236: hue angle of 320º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383236 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 50 | 54 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.78 |
| HSL | 320º | 0.06% | 0.21% | - |
| HSV(B) | 320º | 0.11% | 0.22% | - |
| XYZ | 3.44 | 3.39 | 3.96 | - |
| YUV | 52.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 54 | 0 | 0.11 | 0.04 | 0.78 | 320 | 0.06 | 0.21 |
| Hex | 38 | 32 | 36 | 0 | B | 4 | 4E | 140 | 6 | 15 |
| Octal | 70 | 62 | 66 | 0 | 13 | 4 | 116 | 500 | 6 | 25 |
| Binary | 111000 | 110010 | 110110 | 0 | 1011 | 100 | 1001110 | 101000000 | 110 | 10101 |
Color Harmonies of #383236
Complementary color
Monochromatic Colors of #383236
Black with #383236
Text Example
Text Example
White with #383236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383236; }
p { color: rgb(56,50,54); }
H1.HeaderClassName
{
color: #383236;
}
.AnyTagClassName
{
color: #383236;
}
</style>
background-color css
<style>
a { background-color: #383236; }
a { background-color: rgb(56,50,54); }
div.DivClassName
{
background-color: #383236;
}
.BgClassName
{
background-color: #383236;
}
</style>
border-color css
<style>
span { border-color: #383236; }
span { border-color: rgb(56,50,54); }
td.TdClassName
{
border-color: #383236;
}
.TagClassName
{
border-color: #383236;
}
</style>