Shades of Aubergine #261B1F
Tints of Aubergine #261B1F
RGB
CMYK
RGB Variations
Color information
#261B1F (or 0x261B1F) is known color: Aubergine. HEX triplet: 26, 1B and 1F. RGB value is (38,27,31). Sum of RGB (Red+Green+Blue) = 38+27+31=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1F is #D9E4E0. Grayscale: #1E1E1E. Windows color (decimal): -14279905 or 2038566. OLE color: 2038566.
HSL color Cylindrical-coordinate representation of color #261B1F: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #261B1F is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 31 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.85 |
| HSL | 338.18º | 0.17% | 0.13% | - |
| HSV(B) | 338.18º | 0.29% | 0.15% | - |
| XYZ | 1.44 | 1.29 | 1.47 | - |
| YUV | 30.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 31 | 0 | 0.29 | 0.18 | 0.85 | 338.18 | 0.17 | 0.13 |
| Hex | 26 | 1B | 1F | 0 | 1D | 12 | 55 | 152 | 11 | D |
| Octal | 46 | 33 | 37 | 0 | 35 | 22 | 125 | 522 | 21 | 15 |
| Binary | 100110 | 11011 | 11111 | 0 | 11101 | 10010 | 1010101 | 101010010 | 10001 | 1101 |
Color Harmonies of #261B1F
Complementary color
Monochromatic Colors of #261B1F
Black with #261B1F
Text Example
Text Example
White with #261B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B1F; }
p { color: rgb(38,27,31); }
H1.HeaderClassName
{
color: #261B1F;
}
.AnyTagClassName
{
color: #261B1F;
}
</style>
background-color css
<style>
a { background-color: #261B1F; }
a { background-color: rgb(38,27,31); }
div.DivClassName
{
background-color: #261B1F;
}
.BgClassName
{
background-color: #261B1F;
}
</style>
border-color css
<style>
span { border-color: #261B1F; }
span { border-color: rgb(38,27,31); }
td.TdClassName
{
border-color: #261B1F;
}
.TagClassName
{
border-color: #261B1F;
}
</style>