Shades of Aubergine #261A1F
Tints of Aubergine #261A1F
RGB
CMYK
RGB Variations
Color information
#261A1F (or 0x261A1F) is known color: Aubergine. HEX triplet: 26, 1A and 1F. RGB value is (38,26,31). Sum of RGB (Red+Green+Blue) = 38+26+31=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A1F is #D9E5E0. Grayscale: #1E1E1E. Windows color (decimal): -14280161 or 2038310. OLE color: 2038310.
HSL color Cylindrical-coordinate representation of color #261A1F: hue angle of 335º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #261A1F is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 31 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.85 |
| HSL | 335º | 0.19% | 0.13% | - |
| HSV(B) | 335º | 0.32% | 0.15% | - |
| XYZ | 1.42 | 1.25 | 1.46 | - |
| YUV | 30.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 31 | 0 | 0.32 | 0.18 | 0.85 | 335 | 0.19 | 0.13 |
| Hex | 26 | 1A | 1F | 0 | 20 | 12 | 55 | 14F | 13 | D |
| Octal | 46 | 32 | 37 | 0 | 40 | 22 | 125 | 517 | 23 | 15 |
| Binary | 100110 | 11010 | 11111 | 0 | 100000 | 10010 | 1010101 | 101001111 | 10011 | 1101 |
Color Harmonies of #261A1F
Complementary color
Monochromatic Colors of #261A1F
Black with #261A1F
Text Example
Text Example
White with #261A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A1F; }
p { color: rgb(38,26,31); }
H1.HeaderClassName
{
color: #261A1F;
}
.AnyTagClassName
{
color: #261A1F;
}
</style>
background-color css
<style>
a { background-color: #261A1F; }
a { background-color: rgb(38,26,31); }
div.DivClassName
{
background-color: #261A1F;
}
.BgClassName
{
background-color: #261A1F;
}
</style>
border-color css
<style>
span { border-color: #261A1F; }
span { border-color: rgb(38,26,31); }
td.TdClassName
{
border-color: #261A1F;
}
.TagClassName
{
border-color: #261A1F;
}
</style>