Shades of Melanzane #301F2B
Tints of Melanzane #301F2B
RGB
CMYK
RGB Variations
Color information
#301F2B (or 0x301F2B) is known color: Melanzane. HEX triplet: 30, 1F and 2B. RGB value is (48,31,43). Sum of RGB (Red+Green+Blue) = 48+31+43=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #301F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F2B is #CFE0D4. Grayscale: #252525. Windows color (decimal): -13623509 or 2826032. OLE color: 2826032.
HSL color Cylindrical-coordinate representation of color #301F2B: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #301F2B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 43 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.81 |
| HSL | 317.65º | 0.22% | 0.15% | - |
| HSV(B) | 317.65º | 0.35% | 0.19% | - |
| XYZ | 2.14 | 1.78 | 2.52 | - |
| YUV | 37.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 43 | 0 | 0.35 | 0.10 | 0.81 | 317.65 | 0.22 | 0.15 |
| Hex | 30 | 1F | 2B | 0 | 23 | A | 51 | 13E | 16 | F |
| Octal | 60 | 37 | 53 | 0 | 43 | 12 | 121 | 476 | 26 | 17 |
| Binary | 110000 | 11111 | 101011 | 0 | 100011 | 1010 | 1010001 | 100111110 | 10110 | 1111 |
Color Harmonies of #301F2B
Complementary color
Monochromatic Colors of #301F2B
Black with #301F2B
Text Example
Text Example
White with #301F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F2B; }
p { color: rgb(48,31,43); }
H1.HeaderClassName
{
color: #301F2B;
}
.AnyTagClassName
{
color: #301F2B;
}
</style>
background-color css
<style>
a { background-color: #301F2B; }
a { background-color: rgb(48,31,43); }
div.DivClassName
{
background-color: #301F2B;
}
.BgClassName
{
background-color: #301F2B;
}
</style>
border-color css
<style>
span { border-color: #301F2B; }
span { border-color: rgb(48,31,43); }
td.TdClassName
{
border-color: #301F2B;
}
.TagClassName
{
border-color: #301F2B;
}
</style>