Shades of Aubergine #301F22
Tints of Aubergine #301F22
RGB
CMYK
RGB Variations
Color information
#301F22 (or 0x301F22) is known color: Aubergine. HEX triplet: 30, 1F and 22. RGB value is (48,31,34). Sum of RGB (Red+Green+Blue) = 48+31+34=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F22 is #CFE0DD. Grayscale: #242424. Windows color (decimal): -13623518 or 2236208. OLE color: 2236208.
HSL color Cylindrical-coordinate representation of color #301F22: hue angle of 349.41º 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 #301F22 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 34 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.81 |
| HSL | 349.41º | 0.22% | 0.15% | - |
| HSV(B) | 349.41º | 0.35% | 0.19% | - |
| XYZ | 2 | 1.72 | 1.74 | - |
| YUV | 36.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 34 | 0 | 0.35 | 0.29 | 0.81 | 349.41 | 0.22 | 0.15 |
| Hex | 30 | 1F | 22 | 0 | 23 | 1D | 51 | 15D | 16 | F |
| Octal | 60 | 37 | 42 | 0 | 43 | 35 | 121 | 535 | 26 | 17 |
| Binary | 110000 | 11111 | 100010 | 0 | 100011 | 11101 | 1010001 | 101011101 | 10110 | 1111 |
Color Harmonies of #301F22
Complementary color
Monochromatic Colors of #301F22
Black with #301F22
Text Example
Text Example
White with #301F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F22; }
p { color: rgb(48,31,34); }
H1.HeaderClassName
{
color: #301F22;
}
.AnyTagClassName
{
color: #301F22;
}
</style>
background-color css
<style>
a { background-color: #301F22; }
a { background-color: rgb(48,31,34); }
div.DivClassName
{
background-color: #301F22;
}
.BgClassName
{
background-color: #301F22;
}
</style>
border-color css
<style>
span { border-color: #301F22; }
span { border-color: rgb(48,31,34); }
td.TdClassName
{
border-color: #301F22;
}
.TagClassName
{
border-color: #301F22;
}
</style>