Shades of Aubergine #261F21
Tints of Aubergine #261F21
RGB
CMYK
RGB Variations
Color information
#261F21 (or 0x261F21) is known color: Aubergine. HEX triplet: 26, 1F and 21. RGB value is (38,31,33). Sum of RGB (Red+Green+Blue) = 38+31+33=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 38 - color contains mainly: red. Hex color #261F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F21 is #D9E0DE. Grayscale: #212121. Windows color (decimal): -14278879 or 2170662. OLE color: 2170662.
HSL color Cylindrical-coordinate representation of color #261F21: hue angle of 342.86º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #261F21 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 33 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.85 |
| HSL | 342.86º | 0.1% | 0.14% | - |
| HSV(B) | 342.86º | 0.18% | 0.15% | - |
| XYZ | 1.56 | 1.5 | 1.65 | - |
| YUV | 33.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 33 | 0 | 0.18 | 0.13 | 0.85 | 342.86 | 0.1 | 0.14 |
| Hex | 26 | 1F | 21 | 0 | 12 | D | 55 | 157 | A | E |
| Octal | 46 | 37 | 41 | 0 | 22 | 15 | 125 | 527 | 12 | 16 |
| Binary | 100110 | 11111 | 100001 | 0 | 10010 | 1101 | 1010101 | 101010111 | 1010 | 1110 |
Color Harmonies of #261F21
Complementary color
Monochromatic Colors of #261F21
Black with #261F21
Text Example
Text Example
White with #261F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F21; }
p { color: rgb(38,31,33); }
H1.HeaderClassName
{
color: #261F21;
}
.AnyTagClassName
{
color: #261F21;
}
</style>
background-color css
<style>
a { background-color: #261F21; }
a { background-color: rgb(38,31,33); }
div.DivClassName
{
background-color: #261F21;
}
.BgClassName
{
background-color: #261F21;
}
</style>
border-color css
<style>
span { border-color: #261F21; }
span { border-color: rgb(38,31,33); }
td.TdClassName
{
border-color: #261F21;
}
.TagClassName
{
border-color: #261F21;
}
</style>