Shades of Aubergine #1F1C1D
Tints of Aubergine #1F1C1D
RGB
CMYK
RGB Variations
Color information
#1F1C1D (or 0x1F1C1D) is known color: Aubergine. HEX triplet: 1F, 1C and 1D. RGB value is (31,28,29). Sum of RGB (Red+Green+Blue) = 31+28+29=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1C1D is #E0E3E2. Grayscale: #1D1D1D. Windows color (decimal): -14738403 or 1907743. OLE color: 1907743.
HSL color Cylindrical-coordinate representation of color #1F1C1D: hue angle of 340º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1F1C1D is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 28 | 29 | - |
CMYK | 0 | 0.10 | 0.06 | 0.88 |
HSL | 340º | 0.05% | 0.12% | - |
HSV(B) | 340º | 0.1% | 0.12% | - |
XYZ | 1.2 | 1.21 | 1.33 | - |
YUV | 29.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 28 | 29 | 0 | 0.10 | 0.06 | 0.88 | 340 | 0.05 | 0.12 |
Hex | 1F | 1C | 1D | 0 | A | 6 | 58 | 154 | 5 | C |
Octal | 37 | 34 | 35 | 0 | 12 | 6 | 130 | 524 | 5 | 14 |
Binary | 11111 | 11100 | 11101 | 0 | 1010 | 110 | 1011000 | 101010100 | 101 | 1100 |
Color Harmonies of #1F1C1D
Complementary color
Monochromatic Colors of #1F1C1D
Black with #1F1C1D
Text Example
Text Example
White with #1F1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1C1D; }
p { color: rgb(31,28,29); }
H1.HeaderClassName
{
color: #1F1C1D;
}
.AnyTagClassName
{
color: #1F1C1D;
}
</style>
background-color css
<style>
a { background-color: #1F1C1D; }
a { background-color: rgb(31,28,29); }
div.DivClassName
{
background-color: #1F1C1D;
}
.BgClassName
{
background-color: #1F1C1D;
}
</style>
border-color css
<style>
span { border-color: #1F1C1D; }
span { border-color: rgb(31,28,29); }
td.TdClassName
{
border-color: #1F1C1D;
}
.TagClassName
{
border-color: #1F1C1D;
}
</style>