Shades of Aubergine #261F22
Tints of Aubergine #261F22
RGB
CMYK
RGB Variations
Color information
#261F22 (or 0x261F22) is known color: Aubergine. HEX triplet: 26, 1F and 22. RGB value is (38,31,34). Sum of RGB (Red+Green+Blue) = 38+31+34=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #261F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F22 is #D9E0DD. Grayscale: #212121. Windows color (decimal): -14278878 or 2236198. OLE color: 2236198.
HSL color Cylindrical-coordinate representation of color #261F22: hue angle of 334.29º 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 #261F22 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 34 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.85 |
| HSL | 334.29º | 0.1% | 0.14% | - |
| HSV(B) | 334.29º | 0.18% | 0.15% | - |
| XYZ | 1.58 | 1.51 | 1.72 | - |
| YUV | 33.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 34 | 0 | 0.18 | 0.11 | 0.85 | 334.29 | 0.1 | 0.14 |
| Hex | 26 | 1F | 22 | 0 | 12 | B | 55 | 14E | A | E |
| Octal | 46 | 37 | 42 | 0 | 22 | 13 | 125 | 516 | 12 | 16 |
| Binary | 100110 | 11111 | 100010 | 0 | 10010 | 1011 | 1010101 | 101001110 | 1010 | 1110 |
Color Harmonies of #261F22
Complementary color
Monochromatic Colors of #261F22
Black with #261F22
Text Example
Text Example
White with #261F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F22; }
p { color: rgb(38,31,34); }
H1.HeaderClassName
{
color: #261F22;
}
.AnyTagClassName
{
color: #261F22;
}
</style>
background-color css
<style>
a { background-color: #261F22; }
a { background-color: rgb(38,31,34); }
div.DivClassName
{
background-color: #261F22;
}
.BgClassName
{
background-color: #261F22;
}
</style>
border-color css
<style>
span { border-color: #261F22; }
span { border-color: rgb(38,31,34); }
td.TdClassName
{
border-color: #261F22;
}
.TagClassName
{
border-color: #261F22;
}
</style>