Shades of Aubergine #301F21
Tints of Aubergine #301F21
RGB
CMYK
RGB Variations
Color information
#301F21 (or 0x301F21) is known color: Aubergine. HEX triplet: 30, 1F and 21. RGB value is (48,31,33). Sum of RGB (Red+Green+Blue) = 48+31+33=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F21 is #CFE0DE. Grayscale: #242424. Windows color (decimal): -13623519 or 2170672. OLE color: 2170672.
HSL color Cylindrical-coordinate representation of color #301F21: hue angle of 352.94º 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 #301F21 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 33 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.81 |
| HSL | 352.94º | 0.22% | 0.15% | - |
| HSV(B) | 352.94º | 0.35% | 0.19% | - |
| XYZ | 1.98 | 1.72 | 1.67 | - |
| YUV | 36.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 33 | 0 | 0.35 | 0.31 | 0.81 | 352.94 | 0.22 | 0.15 |
| Hex | 30 | 1F | 21 | 0 | 23 | 1F | 51 | 161 | 16 | F |
| Octal | 60 | 37 | 41 | 0 | 43 | 37 | 121 | 541 | 26 | 17 |
| Binary | 110000 | 11111 | 100001 | 0 | 100011 | 11111 | 1010001 | 101100001 | 10110 | 1111 |
Color Harmonies of #301F21
Complementary color
Monochromatic Colors of #301F21
Black with #301F21
Text Example
Text Example
White with #301F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F21; }
p { color: rgb(48,31,33); }
H1.HeaderClassName
{
color: #301F21;
}
.AnyTagClassName
{
color: #301F21;
}
</style>
background-color css
<style>
a { background-color: #301F21; }
a { background-color: rgb(48,31,33); }
div.DivClassName
{
background-color: #301F21;
}
.BgClassName
{
background-color: #301F21;
}
</style>
border-color css
<style>
span { border-color: #301F21; }
span { border-color: rgb(48,31,33); }
td.TdClassName
{
border-color: #301F21;
}
.TagClassName
{
border-color: #301F21;
}
</style>