Shades of Aubergine #261C1E
Tints of Aubergine #261C1E
RGB
CMYK
RGB Variations
Color information
#261C1E (or 0x261C1E) is known color: Aubergine. HEX triplet: 26, 1C and 1E. RGB value is (38,28,30). Sum of RGB (Red+Green+Blue) = 38+28+30=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C1E is #D9E3E1. Grayscale: #1F1F1F. Windows color (decimal): -14279650 or 1973286. OLE color: 1973286.
HSL color Cylindrical-coordinate representation of color #261C1E: hue angle of 348º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261C1E is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 30 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.85 |
| HSL | 348º | 0.15% | 0.13% | - |
| HSV(B) | 348º | 0.26% | 0.15% | - |
| XYZ | 1.45 | 1.34 | 1.41 | - |
| YUV | 31.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 30 | 0 | 0.26 | 0.21 | 0.85 | 348 | 0.15 | 0.13 |
| Hex | 26 | 1C | 1E | 0 | 1A | 15 | 55 | 15C | F | D |
| Octal | 46 | 34 | 36 | 0 | 32 | 25 | 125 | 534 | 17 | 15 |
| Binary | 100110 | 11100 | 11110 | 0 | 11010 | 10101 | 1010101 | 101011100 | 1111 | 1101 |
Color Harmonies of #261C1E
Complementary color
Monochromatic Colors of #261C1E
Black with #261C1E
Text Example
Text Example
White with #261C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C1E; }
p { color: rgb(38,28,30); }
H1.HeaderClassName
{
color: #261C1E;
}
.AnyTagClassName
{
color: #261C1E;
}
</style>
background-color css
<style>
a { background-color: #261C1E; }
a { background-color: rgb(38,28,30); }
div.DivClassName
{
background-color: #261C1E;
}
.BgClassName
{
background-color: #261C1E;
}
</style>
border-color css
<style>
span { border-color: #261C1E; }
span { border-color: rgb(38,28,30); }
td.TdClassName
{
border-color: #261C1E;
}
.TagClassName
{
border-color: #261C1E;
}
</style>