Shades of Melanzane #382A33
Tints of Melanzane #382A33
RGB
CMYK
RGB Variations
Color information
#382A33 (or 0x382A33) is known color: Melanzane. HEX triplet: 38, 2A and 33. RGB value is (56,42,51). Sum of RGB (Red+Green+Blue) = 56+42+51=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A33 is #C7D5CC. Grayscale: #2F2F2F. Windows color (decimal): -13096397 or 3353144. OLE color: 3353144.
HSL color Cylindrical-coordinate representation of color #382A33: hue angle of 321.43º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382A33 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 42 | 51 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.78 |
| HSL | 321.43º | 0.14% | 0.19% | - |
| HSV(B) | 321.43º | 0.25% | 0.22% | - |
| XYZ | 3.06 | 2.74 | 3.5 | - |
| YUV | 47.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 51 | 0 | 0.25 | 0.09 | 0.78 | 321.43 | 0.14 | 0.19 |
| Hex | 38 | 2A | 33 | 0 | 19 | 9 | 4E | 141 | E | 13 |
| Octal | 70 | 52 | 63 | 0 | 31 | 11 | 116 | 501 | 16 | 23 |
| Binary | 111000 | 101010 | 110011 | 0 | 11001 | 1001 | 1001110 | 101000001 | 1110 | 10011 |
Color Harmonies of #382A33
Complementary color
Monochromatic Colors of #382A33
Black with #382A33
Text Example
Text Example
White with #382A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A33; }
p { color: rgb(56,42,51); }
H1.HeaderClassName
{
color: #382A33;
}
.AnyTagClassName
{
color: #382A33;
}
</style>
background-color css
<style>
a { background-color: #382A33; }
a { background-color: rgb(56,42,51); }
div.DivClassName
{
background-color: #382A33;
}
.BgClassName
{
background-color: #382A33;
}
</style>
border-color css
<style>
span { border-color: #382A33; }
span { border-color: rgb(56,42,51); }
td.TdClassName
{
border-color: #382A33;
}
.TagClassName
{
border-color: #382A33;
}
</style>