Shades of Aubergine #1E1A1B
Tints of Aubergine #1E1A1B
RGB
CMYK
RGB Variations
Color information
#1E1A1B (or 0x1E1A1B) is known color: Aubergine. HEX triplet: 1E, 1A and 1B. RGB value is (30,26,27). Sum of RGB (Red+Green+Blue) = 30+26+27=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A1B is #E1E5E4. Grayscale: #1B1B1B. Windows color (decimal): -14804453 or 1776158. OLE color: 1776158.
HSL color Cylindrical-coordinate representation of color #1E1A1B: hue angle of 345º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1E1A1B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 26 | 27 | - |
CMYK | 0 | 0.13 | 0.10 | 0.88 |
HSL | 345º | 0.07% | 0.11% | - |
HSV(B) | 345º | 0.13% | 0.12% | - |
XYZ | 1.1 | 1.09 | 1.19 | - |
YUV | 27.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 26 | 27 | 0 | 0.13 | 0.10 | 0.88 | 345 | 0.07 | 0.11 |
Hex | 1E | 1A | 1B | 0 | D | A | 58 | 159 | 7 | B |
Octal | 36 | 32 | 33 | 0 | 15 | 12 | 130 | 531 | 7 | 13 |
Binary | 11110 | 11010 | 11011 | 0 | 1101 | 1010 | 1011000 | 101011001 | 111 | 1011 |
Color Harmonies of #1E1A1B
Complementary color
Monochromatic Colors of #1E1A1B
Black with #1E1A1B
Text Example
Text Example
White with #1E1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A1B; }
p { color: rgb(30,26,27); }
H1.HeaderClassName
{
color: #1E1A1B;
}
.AnyTagClassName
{
color: #1E1A1B;
}
</style>
background-color css
<style>
a { background-color: #1E1A1B; }
a { background-color: rgb(30,26,27); }
div.DivClassName
{
background-color: #1E1A1B;
}
.BgClassName
{
background-color: #1E1A1B;
}
</style>
border-color css
<style>
span { border-color: #1E1A1B; }
span { border-color: rgb(30,26,27); }
td.TdClassName
{
border-color: #1E1A1B;
}
.TagClassName
{
border-color: #1E1A1B;
}
</style>