Shades of Melanzane #33132B
Tints of Melanzane #33132B
RGB
CMYK
RGB Variations
Color information
#33132B (or 0x33132B) is known color: Melanzane. HEX triplet: 33, 13 and 2B. RGB value is (51,19,43). Sum of RGB (Red+Green+Blue) = 51+19+43=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #33132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33132B is #CCECD4. Grayscale: #1F1F1F. Windows color (decimal): -13429973 or 2822963. OLE color: 2822963.
HSL color Cylindrical-coordinate representation of color #33132B: hue angle of 315º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33132B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 43 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.8 |
| HSL | 315º | 0.46% | 0.14% | - |
| HSV(B) | 315º | 0.63% | 0.2% | - |
| XYZ | 2.03 | 1.34 | 2.44 | - |
| YUV | 31.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 43 | 0 | 0.63 | 0.16 | 0.8 | 315 | 0.46 | 0.14 |
| Hex | 33 | 13 | 2B | 0 | 3F | 10 | 50 | 13B | 2E | E |
| Octal | 63 | 23 | 53 | 0 | 77 | 20 | 120 | 473 | 56 | 16 |
| Binary | 110011 | 10011 | 101011 | 0 | 111111 | 10000 | 1010000 | 100111011 | 101110 | 1110 |
Color Harmonies of #33132B
Complementary color
Monochromatic Colors of #33132B
Black with #33132B
Text Example
Text Example
White with #33132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33132B; }
p { color: rgb(51,19,43); }
H1.HeaderClassName
{
color: #33132B;
}
.AnyTagClassName
{
color: #33132B;
}
</style>
background-color css
<style>
a { background-color: #33132B; }
a { background-color: rgb(51,19,43); }
div.DivClassName
{
background-color: #33132B;
}
.BgClassName
{
background-color: #33132B;
}
</style>
border-color css
<style>
span { border-color: #33132B; }
span { border-color: rgb(51,19,43); }
td.TdClassName
{
border-color: #33132B;
}
.TagClassName
{
border-color: #33132B;
}
</style>