Shades of Aubergine #221A1C
Tints of Aubergine #221A1C
RGB
CMYK
RGB Variations
Color information
#221A1C (or 0x221A1C) is known color: Aubergine. HEX triplet: 22, 1A and 1C. RGB value is (34,26,28). Sum of RGB (Red+Green+Blue) = 34+26+28=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #221A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A1C is #DDE5E3. Grayscale: #1C1C1C. Windows color (decimal): -14542308 or 1841698. OLE color: 1841698.
HSL color Cylindrical-coordinate representation of color #221A1C: hue angle of 345º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #221A1C is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 26 | 28 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.87 |
| HSL | 345º | 0.13% | 0.12% | - |
| HSV(B) | 345º | 0.24% | 0.13% | - |
| XYZ | 1.24 | 1.16 | 1.26 | - |
| YUV | 28.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 28 | 0 | 0.24 | 0.18 | 0.87 | 345 | 0.13 | 0.12 |
| Hex | 22 | 1A | 1C | 0 | 18 | 12 | 57 | 159 | D | C |
| Octal | 42 | 32 | 34 | 0 | 30 | 22 | 127 | 531 | 15 | 14 |
| Binary | 100010 | 11010 | 11100 | 0 | 11000 | 10010 | 1010111 | 101011001 | 1101 | 1100 |
Color Harmonies of #221A1C
Complementary color
Monochromatic Colors of #221A1C
Black with #221A1C
Text Example
Text Example
White with #221A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A1C; }
p { color: rgb(34,26,28); }
H1.HeaderClassName
{
color: #221A1C;
}
.AnyTagClassName
{
color: #221A1C;
}
</style>
background-color css
<style>
a { background-color: #221A1C; }
a { background-color: rgb(34,26,28); }
div.DivClassName
{
background-color: #221A1C;
}
.BgClassName
{
background-color: #221A1C;
}
</style>
border-color css
<style>
span { border-color: #221A1C; }
span { border-color: rgb(34,26,28); }
td.TdClassName
{
border-color: #221A1C;
}
.TagClassName
{
border-color: #221A1C;
}
</style>