Shades of Melanzane #33262E
Tints of Melanzane #33262E
RGB
CMYK
RGB Variations
Color information
#33262E (or 0x33262E) is known color: Melanzane. HEX triplet: 33, 26 and 2E. RGB value is (51,38,46). Sum of RGB (Red+Green+Blue) = 51+38+46=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 51 - color contains mainly: red. Hex color #33262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33262E is #CCD9D1. Grayscale: #2A2A2A. Windows color (decimal): -13425106 or 3024435. OLE color: 3024435.
HSL color Cylindrical-coordinate representation of color #33262E: hue angle of 323.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #33262E is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 46 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.8 |
| HSL | 323.08º | 0.15% | 0.17% | - |
| HSV(B) | 323.08º | 0.25% | 0.2% | - |
| XYZ | 2.55 | 2.29 | 2.89 | - |
| YUV | 42.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 46 | 0 | 0.25 | 0.10 | 0.8 | 323.08 | 0.15 | 0.17 |
| Hex | 33 | 26 | 2E | 0 | 19 | A | 50 | 143 | F | 11 |
| Octal | 63 | 46 | 56 | 0 | 31 | 12 | 120 | 503 | 17 | 21 |
| Binary | 110011 | 100110 | 101110 | 0 | 11001 | 1010 | 1010000 | 101000011 | 1111 | 10001 |
Color Harmonies of #33262E
Complementary color
Monochromatic Colors of #33262E
Black with #33262E
Text Example
Text Example
White with #33262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33262E; }
p { color: rgb(51,38,46); }
H1.HeaderClassName
{
color: #33262E;
}
.AnyTagClassName
{
color: #33262E;
}
</style>
background-color css
<style>
a { background-color: #33262E; }
a { background-color: rgb(51,38,46); }
div.DivClassName
{
background-color: #33262E;
}
.BgClassName
{
background-color: #33262E;
}
</style>
border-color css
<style>
span { border-color: #33262E; }
span { border-color: rgb(51,38,46); }
td.TdClassName
{
border-color: #33262E;
}
.TagClassName
{
border-color: #33262E;
}
</style>