Shades of Melanzane #33182D
Tints of Melanzane #33182D
RGB
CMYK
RGB Variations
Color information
#33182D (or 0x33182D) is known color: Melanzane. HEX triplet: 33, 18 and 2D. RGB value is (51,24,45). Sum of RGB (Red+Green+Blue) = 51+24+45=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #33182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33182D is #CCE7D2. Grayscale: #222222. Windows color (decimal): -13428691 or 2955315. OLE color: 2955315.
HSL color Cylindrical-coordinate representation of color #33182D: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33182D is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 45 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.8 |
| HSL | 313.33º | 0.36% | 0.15% | - |
| HSV(B) | 313.33º | 0.53% | 0.2% | - |
| XYZ | 2.17 | 1.55 | 2.67 | - |
| YUV | 34.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 45 | 0 | 0.53 | 0.12 | 0.8 | 313.33 | 0.36 | 0.15 |
| Hex | 33 | 18 | 2D | 0 | 35 | C | 50 | 139 | 24 | F |
| Octal | 63 | 30 | 55 | 0 | 65 | 14 | 120 | 471 | 44 | 17 |
| Binary | 110011 | 11000 | 101101 | 0 | 110101 | 1100 | 1010000 | 100111001 | 100100 | 1111 |
Color Harmonies of #33182D
Complementary color
Monochromatic Colors of #33182D
Black with #33182D
Text Example
Text Example
White with #33182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33182D; }
p { color: rgb(51,24,45); }
H1.HeaderClassName
{
color: #33182D;
}
.AnyTagClassName
{
color: #33182D;
}
</style>
background-color css
<style>
a { background-color: #33182D; }
a { background-color: rgb(51,24,45); }
div.DivClassName
{
background-color: #33182D;
}
.BgClassName
{
background-color: #33182D;
}
</style>
border-color css
<style>
span { border-color: #33182D; }
span { border-color: rgb(51,24,45); }
td.TdClassName
{
border-color: #33182D;
}
.TagClassName
{
border-color: #33182D;
}
</style>