Shades of Melanzane #33172A
Tints of Melanzane #33172A
RGB
CMYK
RGB Variations
Color information
#33172A (or 0x33172A) is known color: Melanzane. HEX triplet: 33, 17 and 2A. RGB value is (51,23,42). Sum of RGB (Red+Green+Blue) = 51+23+42=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33172A is #CCE8D5. Grayscale: #212121. Windows color (decimal): -13428950 or 2758451. OLE color: 2758451.
HSL color Cylindrical-coordinate representation of color #33172A: hue angle of 319.29º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33172A is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 42 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.8 |
| HSL | 319.29º | 0.38% | 0.15% | - |
| HSV(B) | 319.29º | 0.55% | 0.2% | - |
| XYZ | 2.09 | 1.48 | 2.37 | - |
| YUV | 33.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 42 | 0 | 0.55 | 0.18 | 0.8 | 319.29 | 0.38 | 0.15 |
| Hex | 33 | 17 | 2A | 0 | 37 | 12 | 50 | 13F | 26 | F |
| Octal | 63 | 27 | 52 | 0 | 67 | 22 | 120 | 477 | 46 | 17 |
| Binary | 110011 | 10111 | 101010 | 0 | 110111 | 10010 | 1010000 | 100111111 | 100110 | 1111 |
Color Harmonies of #33172A
Complementary color
Monochromatic Colors of #33172A
Black with #33172A
Text Example
Text Example
White with #33172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33172A; }
p { color: rgb(51,23,42); }
H1.HeaderClassName
{
color: #33172A;
}
.AnyTagClassName
{
color: #33172A;
}
</style>
background-color css
<style>
a { background-color: #33172A; }
a { background-color: rgb(51,23,42); }
div.DivClassName
{
background-color: #33172A;
}
.BgClassName
{
background-color: #33172A;
}
</style>
border-color css
<style>
span { border-color: #33172A; }
span { border-color: rgb(51,23,42); }
td.TdClassName
{
border-color: #33172A;
}
.TagClassName
{
border-color: #33172A;
}
</style>