Shades of Melanzane #301129
Tints of Melanzane #301129
RGB
CMYK
RGB Variations
Color information
#301129 (or 0x301129) is known color: Melanzane. HEX triplet: 30, 11 and 29. RGB value is (48,17,41). Sum of RGB (Red+Green+Blue) = 48+17+41=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301129 is #CFEED6. Grayscale: #1C1C1C. Windows color (decimal): -13627095 or 2691376. OLE color: 2691376.
HSL color Cylindrical-coordinate representation of color #301129: hue angle of 313.55º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301129 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 41 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.81 |
| HSL | 313.55º | 0.48% | 0.13% | - |
| HSV(B) | 313.55º | 0.65% | 0.19% | - |
| XYZ | 1.82 | 1.19 | 2.23 | - |
| YUV | 29.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 41 | 0 | 0.65 | 0.15 | 0.81 | 313.55 | 0.48 | 0.13 |
| Hex | 30 | 11 | 29 | 0 | 41 | F | 51 | 13A | 30 | D |
| Octal | 60 | 21 | 51 | 0 | 101 | 17 | 121 | 472 | 60 | 15 |
| Binary | 110000 | 10001 | 101001 | 0 | 1000001 | 1111 | 1010001 | 100111010 | 110000 | 1101 |
Color Harmonies of #301129
Complementary color
Monochromatic Colors of #301129
Black with #301129
Text Example
Text Example
White with #301129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301129; }
p { color: rgb(48,17,41); }
H1.HeaderClassName
{
color: #301129;
}
.AnyTagClassName
{
color: #301129;
}
</style>
background-color css
<style>
a { background-color: #301129; }
a { background-color: rgb(48,17,41); }
div.DivClassName
{
background-color: #301129;
}
.BgClassName
{
background-color: #301129;
}
</style>
border-color css
<style>
span { border-color: #301129; }
span { border-color: rgb(48,17,41); }
td.TdClassName
{
border-color: #301129;
}
.TagClassName
{
border-color: #301129;
}
</style>