Shades of Aubergine #261C20
Tints of Aubergine #261C20
RGB
CMYK
RGB Variations
Color information
#261C20 (or 0x261C20) is known color: Aubergine. HEX triplet: 26, 1C and 20. RGB value is (38,28,32). Sum of RGB (Red+Green+Blue) = 38+28+32=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C20 is #D9E3DF. Grayscale: #1F1F1F. Windows color (decimal): -14279648 or 2104358. OLE color: 2104358.
HSL color Cylindrical-coordinate representation of color #261C20: hue angle of 336º 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 #261C20 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 32 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.85 |
| HSL | 336º | 0.15% | 0.13% | - |
| HSV(B) | 336º | 0.26% | 0.15% | - |
| XYZ | 1.48 | 1.35 | 1.55 | - |
| YUV | 31.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 32 | 0 | 0.26 | 0.16 | 0.85 | 336 | 0.15 | 0.13 |
| Hex | 26 | 1C | 20 | 0 | 1A | 10 | 55 | 150 | F | D |
| Octal | 46 | 34 | 40 | 0 | 32 | 20 | 125 | 520 | 17 | 15 |
| Binary | 100110 | 11100 | 100000 | 0 | 11010 | 10000 | 1010101 | 101010000 | 1111 | 1101 |
Color Harmonies of #261C20
Complementary color
Monochromatic Colors of #261C20
Black with #261C20
Text Example
Text Example
White with #261C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C20; }
p { color: rgb(38,28,32); }
H1.HeaderClassName
{
color: #261C20;
}
.AnyTagClassName
{
color: #261C20;
}
</style>
background-color css
<style>
a { background-color: #261C20; }
a { background-color: rgb(38,28,32); }
div.DivClassName
{
background-color: #261C20;
}
.BgClassName
{
background-color: #261C20;
}
</style>
border-color css
<style>
span { border-color: #261C20; }
span { border-color: rgb(38,28,32); }
td.TdClassName
{
border-color: #261C20;
}
.TagClassName
{
border-color: #261C20;
}
</style>