Shades of Blackcurrant #1E1B1F
Tints of Blackcurrant #1E1B1F
RGB
CMYK
RGB Variations
Color information
#1E1B1F (or 0x1E1B1F) is known color: Blackcurrant. HEX triplet: 1E, 1B and 1F. RGB value is (30,27,31). Sum of RGB (Red+Green+Blue) = 30+27+31=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E1B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B1F is #E1E4E0. Grayscale: #1C1C1C. Windows color (decimal): -14804193 or 2038558. OLE color: 2038558.
HSL color Cylindrical-coordinate representation of color #1E1B1F: hue angle of 285º 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 #1E1B1F is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 31 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.88 |
| HSL | 285º | 0.07% | 0.11% | - |
| HSV(B) | 285º | 0.13% | 0.12% | - |
| XYZ | 1.17 | 1.16 | 1.46 | - |
| YUV | 28.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 31 | 0.03 | 0.13 | 0 | 0.88 | 285 | 0.07 | 0.11 |
| Hex | 1E | 1B | 1F | 3 | D | 0 | 58 | 11D | 7 | B |
| Octal | 36 | 33 | 37 | 3 | 15 | 0 | 130 | 435 | 7 | 13 |
| Binary | 11110 | 11011 | 11111 | 11 | 1101 | 0 | 1011000 | 100011101 | 111 | 1011 |
Color Harmonies of #1E1B1F
Complementary color
Monochromatic Colors of #1E1B1F
Black with #1E1B1F
Text Example
Text Example
White with #1E1B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B1F; }
p { color: rgb(30,27,31); }
H1.HeaderClassName
{
color: #1E1B1F;
}
.AnyTagClassName
{
color: #1E1B1F;
}
</style>
background-color css
<style>
a { background-color: #1E1B1F; }
a { background-color: rgb(30,27,31); }
div.DivClassName
{
background-color: #1E1B1F;
}
.BgClassName
{
background-color: #1E1B1F;
}
</style>
border-color css
<style>
span { border-color: #1E1B1F; }
span { border-color: rgb(30,27,31); }
td.TdClassName
{
border-color: #1E1B1F;
}
.TagClassName
{
border-color: #1E1B1F;
}
</style>