Shades of Melanzane #382133
Tints of Melanzane #382133
RGB
CMYK
RGB Variations
Color information
#382133 (or 0x382133) is known color: Melanzane. HEX triplet: 38, 21 and 33. RGB value is (56,33,51). Sum of RGB (Red+Green+Blue) = 56+33+51=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #382133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382133 is #C7DECC. Grayscale: #292929. Windows color (decimal): -13098701 or 3350840. OLE color: 3350840.
HSL color Cylindrical-coordinate representation of color #382133: hue angle of 313.04º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382133 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 33 | 51 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.78 |
| HSL | 313.04º | 0.26% | 0.17% | - |
| HSV(B) | 313.04º | 0.41% | 0.22% | - |
| XYZ | 2.77 | 2.17 | 3.4 | - |
| YUV | 41.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 51 | 0 | 0.41 | 0.09 | 0.78 | 313.04 | 0.26 | 0.17 |
| Hex | 38 | 21 | 33 | 0 | 29 | 9 | 4E | 139 | 1A | 11 |
| Octal | 70 | 41 | 63 | 0 | 51 | 11 | 116 | 471 | 32 | 21 |
| Binary | 111000 | 100001 | 110011 | 0 | 101001 | 1001 | 1001110 | 100111001 | 11010 | 10001 |
Color Harmonies of #382133
Complementary color
Monochromatic Colors of #382133
Black with #382133
Text Example
Text Example
White with #382133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382133; }
p { color: rgb(56,33,51); }
H1.HeaderClassName
{
color: #382133;
}
.AnyTagClassName
{
color: #382133;
}
</style>
background-color css
<style>
a { background-color: #382133; }
a { background-color: rgb(56,33,51); }
div.DivClassName
{
background-color: #382133;
}
.BgClassName
{
background-color: #382133;
}
</style>
border-color css
<style>
span { border-color: #382133; }
span { border-color: rgb(56,33,51); }
td.TdClassName
{
border-color: #382133;
}
.TagClassName
{
border-color: #382133;
}
</style>