Shades of Melanzane #301B2C
Tints of Melanzane #301B2C
RGB
CMYK
RGB Variations
Color information
#301B2C (or 0x301B2C) is known color: Melanzane. HEX triplet: 30, 1B and 2C. RGB value is (48,27,44). Sum of RGB (Red+Green+Blue) = 48+27+44=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2C is #CFE4D3. Grayscale: #232323. Windows color (decimal): -13624532 or 2890544. OLE color: 2890544.
HSL color Cylindrical-coordinate representation of color #301B2C: hue angle of 311.43º 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 #301B2C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 44 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.81 |
| HSL | 311.43º | 0.28% | 0.15% | - |
| HSV(B) | 311.43º | 0.44% | 0.19% | - |
| XYZ | 2.07 | 1.59 | 2.58 | - |
| YUV | 35.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 44 | 0 | 0.44 | 0.08 | 0.81 | 311.43 | 0.28 | 0.15 |
| Hex | 30 | 1B | 2C | 0 | 2C | 8 | 51 | 137 | 1C | F |
| Octal | 60 | 33 | 54 | 0 | 54 | 10 | 121 | 467 | 34 | 17 |
| Binary | 110000 | 11011 | 101100 | 0 | 101100 | 1000 | 1010001 | 100110111 | 11100 | 1111 |
Color Harmonies of #301B2C
Complementary color
Monochromatic Colors of #301B2C
Black with #301B2C
Text Example
Text Example
White with #301B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B2C; }
p { color: rgb(48,27,44); }
H1.HeaderClassName
{
color: #301B2C;
}
.AnyTagClassName
{
color: #301B2C;
}
</style>
background-color css
<style>
a { background-color: #301B2C; }
a { background-color: rgb(48,27,44); }
div.DivClassName
{
background-color: #301B2C;
}
.BgClassName
{
background-color: #301B2C;
}
</style>
border-color css
<style>
span { border-color: #301B2C; }
span { border-color: rgb(48,27,44); }
td.TdClassName
{
border-color: #301B2C;
}
.TagClassName
{
border-color: #301B2C;
}
</style>