Shades of Aubergine #281C1F
Tints of Aubergine #281C1F
RGB
CMYK
RGB Variations
Color information
#281C1F (or 0x281C1F) is known color: Aubergine. HEX triplet: 28, 1C and 1F. RGB value is (40,28,31). Sum of RGB (Red+Green+Blue) = 40+28+31=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #281C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C1F is #D7E3E0. Grayscale: #1F1F1F. Windows color (decimal): -14148577 or 2038824. OLE color: 2038824.
HSL color Cylindrical-coordinate representation of color #281C1F: hue angle of 345º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C1F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 31 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.84 |
| HSL | 345º | 0.18% | 0.13% | - |
| HSV(B) | 345º | 0.3% | 0.16% | - |
| XYZ | 1.54 | 1.38 | 1.48 | - |
| YUV | 31.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 31 | 0 | 0.30 | 0.22 | 0.84 | 345 | 0.18 | 0.13 |
| Hex | 28 | 1C | 1F | 0 | 1E | 16 | 54 | 159 | 12 | D |
| Octal | 50 | 34 | 37 | 0 | 36 | 26 | 124 | 531 | 22 | 15 |
| Binary | 101000 | 11100 | 11111 | 0 | 11110 | 10110 | 1010100 | 101011001 | 10010 | 1101 |
Color Harmonies of #281C1F
Complementary color
Monochromatic Colors of #281C1F
Black with #281C1F
Text Example
Text Example
White with #281C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C1F; }
p { color: rgb(40,28,31); }
H1.HeaderClassName
{
color: #281C1F;
}
.AnyTagClassName
{
color: #281C1F;
}
</style>
background-color css
<style>
a { background-color: #281C1F; }
a { background-color: rgb(40,28,31); }
div.DivClassName
{
background-color: #281C1F;
}
.BgClassName
{
background-color: #281C1F;
}
</style>
border-color css
<style>
span { border-color: #281C1F; }
span { border-color: rgb(40,28,31); }
td.TdClassName
{
border-color: #281C1F;
}
.TagClassName
{
border-color: #281C1F;
}
</style>