Shades of Melanzane #330F2B
Tints of Melanzane #330F2B
RGB
CMYK
RGB Variations
Color information
#330F2B (or 0x330F2B) is known color: Melanzane. HEX triplet: 33, 0F and 2B. RGB value is (51,15,43). Sum of RGB (Red+Green+Blue) = 51+15+43=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2B is #CCF0D4. Grayscale: #1C1C1C. Windows color (decimal): -13430997 or 2821939. OLE color: 2821939.
HSL color Cylindrical-coordinate representation of color #330F2B: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F2B is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 43 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.8 |
| HSL | 313.33º | 0.55% | 0.13% | - |
| HSV(B) | 313.33º | 0.71% | 0.2% | - |
| XYZ | 1.97 | 1.22 | 2.42 | - |
| YUV | 28.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 43 | 0 | 0.71 | 0.16 | 0.8 | 313.33 | 0.55 | 0.13 |
| Hex | 33 | F | 2B | 0 | 47 | 10 | 50 | 139 | 37 | D |
| Octal | 63 | 17 | 53 | 0 | 107 | 20 | 120 | 471 | 67 | 15 |
| Binary | 110011 | 1111 | 101011 | 0 | 1000111 | 10000 | 1010000 | 100111001 | 110111 | 1101 |
Color Harmonies of #330F2B
Complementary color
Monochromatic Colors of #330F2B
Black with #330F2B
Text Example
Text Example
White with #330F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F2B; }
p { color: rgb(51,15,43); }
H1.HeaderClassName
{
color: #330F2B;
}
.AnyTagClassName
{
color: #330F2B;
}
</style>
background-color css
<style>
a { background-color: #330F2B; }
a { background-color: rgb(51,15,43); }
div.DivClassName
{
background-color: #330F2B;
}
.BgClassName
{
background-color: #330F2B;
}
</style>
border-color css
<style>
span { border-color: #330F2B; }
span { border-color: rgb(51,15,43); }
td.TdClassName
{
border-color: #330F2B;
}
.TagClassName
{
border-color: #330F2B;
}
</style>