Shades of Aubergine #261D1F
Tints of Aubergine #261D1F
RGB
CMYK
RGB Variations
Color information
#261D1F (or 0x261D1F) is known color: Aubergine. HEX triplet: 26, 1D and 1F. RGB value is (38,29,31). Sum of RGB (Red+Green+Blue) = 38+29+31=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D1F is #D9E2E0. Grayscale: #1F1F1F. Windows color (decimal): -14279393 or 2039078. OLE color: 2039078.
HSL color Cylindrical-coordinate representation of color #261D1F: hue angle of 346.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #261D1F is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 31 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.85 |
| HSL | 346.67º | 0.13% | 0.13% | - |
| HSV(B) | 346.67º | 0.24% | 0.15% | - |
| XYZ | 1.49 | 1.39 | 1.49 | - |
| YUV | 31.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 31 | 0 | 0.24 | 0.18 | 0.85 | 346.67 | 0.13 | 0.13 |
| Hex | 26 | 1D | 1F | 0 | 18 | 12 | 55 | 15B | D | D |
| Octal | 46 | 35 | 37 | 0 | 30 | 22 | 125 | 533 | 15 | 15 |
| Binary | 100110 | 11101 | 11111 | 0 | 11000 | 10010 | 1010101 | 101011011 | 1101 | 1101 |
Color Harmonies of #261D1F
Complementary color
Monochromatic Colors of #261D1F
Black with #261D1F
Text Example
Text Example
White with #261D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D1F; }
p { color: rgb(38,29,31); }
H1.HeaderClassName
{
color: #261D1F;
}
.AnyTagClassName
{
color: #261D1F;
}
</style>
background-color css
<style>
a { background-color: #261D1F; }
a { background-color: rgb(38,29,31); }
div.DivClassName
{
background-color: #261D1F;
}
.BgClassName
{
background-color: #261D1F;
}
</style>
border-color css
<style>
span { border-color: #261D1F; }
span { border-color: rgb(38,29,31); }
td.TdClassName
{
border-color: #261D1F;
}
.TagClassName
{
border-color: #261D1F;
}
</style>