Shades of Melanzane #301B29
Tints of Melanzane #301B29
RGB
CMYK
RGB Variations
Color information
#301B29 (or 0x301B29) is known color: Melanzane. HEX triplet: 30, 1B and 29. RGB value is (48,27,41). Sum of RGB (Red+Green+Blue) = 48+27+41=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B29 is #CFE4D6. Grayscale: #222222. Windows color (decimal): -13624535 or 2693936. OLE color: 2693936.
HSL color Cylindrical-coordinate representation of color #301B29: hue angle of 320º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B29 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 41 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.81 |
| HSL | 320º | 0.28% | 0.15% | - |
| HSV(B) | 320º | 0.44% | 0.19% | - |
| XYZ | 2.01 | 1.57 | 2.3 | - |
| YUV | 34.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 41 | 0 | 0.44 | 0.15 | 0.81 | 320 | 0.28 | 0.15 |
| Hex | 30 | 1B | 29 | 0 | 2C | F | 51 | 140 | 1C | F |
| Octal | 60 | 33 | 51 | 0 | 54 | 17 | 121 | 500 | 34 | 17 |
| Binary | 110000 | 11011 | 101001 | 0 | 101100 | 1111 | 1010001 | 101000000 | 11100 | 1111 |
Color Harmonies of #301B29
Complementary color
Monochromatic Colors of #301B29
Black with #301B29
Text Example
Text Example
White with #301B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B29; }
p { color: rgb(48,27,41); }
H1.HeaderClassName
{
color: #301B29;
}
.AnyTagClassName
{
color: #301B29;
}
</style>
background-color css
<style>
a { background-color: #301B29; }
a { background-color: rgb(48,27,41); }
div.DivClassName
{
background-color: #301B29;
}
.BgClassName
{
background-color: #301B29;
}
</style>
border-color css
<style>
span { border-color: #301B29; }
span { border-color: rgb(48,27,41); }
td.TdClassName
{
border-color: #301B29;
}
.TagClassName
{
border-color: #301B29;
}
</style>