Shades of Aubergine #221B1E
Tints of Aubergine #221B1E
RGB
CMYK
RGB Variations
Color information
#221B1E (or 0x221B1E) is known color: Aubergine. HEX triplet: 22, 1B and 1E. RGB value is (34,27,30). Sum of RGB (Red+Green+Blue) = 34+27+30=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B1E is #DDE4E1. Grayscale: #1D1D1D. Windows color (decimal): -14542050 or 1973026. OLE color: 1973026.
HSL color Cylindrical-coordinate representation of color #221B1E: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #221B1E is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 30 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.87 |
| HSL | 334.29º | 0.11% | 0.12% | - |
| HSV(B) | 334.29º | 0.21% | 0.13% | - |
| XYZ | 1.29 | 1.22 | 1.4 | - |
| YUV | 29.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 30 | 0 | 0.21 | 0.12 | 0.87 | 334.29 | 0.11 | 0.12 |
| Hex | 22 | 1B | 1E | 0 | 15 | C | 57 | 14E | B | C |
| Octal | 42 | 33 | 36 | 0 | 25 | 14 | 127 | 516 | 13 | 14 |
| Binary | 100010 | 11011 | 11110 | 0 | 10101 | 1100 | 1010111 | 101001110 | 1011 | 1100 |
Color Harmonies of #221B1E
Complementary color
Monochromatic Colors of #221B1E
Black with #221B1E
Text Example
Text Example
White with #221B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B1E; }
p { color: rgb(34,27,30); }
H1.HeaderClassName
{
color: #221B1E;
}
.AnyTagClassName
{
color: #221B1E;
}
</style>
background-color css
<style>
a { background-color: #221B1E; }
a { background-color: rgb(34,27,30); }
div.DivClassName
{
background-color: #221B1E;
}
.BgClassName
{
background-color: #221B1E;
}
</style>
border-color css
<style>
span { border-color: #221B1E; }
span { border-color: rgb(34,27,30); }
td.TdClassName
{
border-color: #221B1E;
}
.TagClassName
{
border-color: #221B1E;
}
</style>