Shades of Melanzane #382334
Tints of Melanzane #382334
RGB
CMYK
RGB Variations
Color information
#382334 (or 0x382334) is known color: Melanzane. HEX triplet: 38, 23 and 34. RGB value is (56,35,52). Sum of RGB (Red+Green+Blue) = 56+35+52=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382334 is #C7DCCB. Grayscale: #2B2B2B. Windows color (decimal): -13098188 or 3416888. OLE color: 3416888.
HSL color Cylindrical-coordinate representation of color #382334: hue angle of 311.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382334 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 52 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.78 |
| HSL | 311.43º | 0.23% | 0.18% | - |
| HSV(B) | 311.43º | 0.38% | 0.22% | - |
| XYZ | 2.85 | 2.29 | 3.54 | - |
| YUV | 43.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 52 | 0 | 0.37 | 0.07 | 0.78 | 311.43 | 0.23 | 0.18 |
| Hex | 38 | 23 | 34 | 0 | 25 | 7 | 4E | 137 | 17 | 12 |
| Octal | 70 | 43 | 64 | 0 | 45 | 7 | 116 | 467 | 27 | 22 |
| Binary | 111000 | 100011 | 110100 | 0 | 100101 | 111 | 1001110 | 100110111 | 10111 | 10010 |
Color Harmonies of #382334
Complementary color
Monochromatic Colors of #382334
Black with #382334
Text Example
Text Example
White with #382334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382334; }
p { color: rgb(56,35,52); }
H1.HeaderClassName
{
color: #382334;
}
.AnyTagClassName
{
color: #382334;
}
</style>
background-color css
<style>
a { background-color: #382334; }
a { background-color: rgb(56,35,52); }
div.DivClassName
{
background-color: #382334;
}
.BgClassName
{
background-color: #382334;
}
</style>
border-color css
<style>
span { border-color: #382334; }
span { border-color: rgb(56,35,52); }
td.TdClassName
{
border-color: #382334;
}
.TagClassName
{
border-color: #382334;
}
</style>