Shades of Blackcurrant #1E1920
Tints of Blackcurrant #1E1920
RGB
CMYK
RGB Variations
Color information
#1E1920 (or 0x1E1920) is known color: Blackcurrant. HEX triplet: 1E, 19 and 20. RGB value is (30,25,32). Sum of RGB (Red+Green+Blue) = 30+25+32=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E1920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1920 is #E1E6DF. Grayscale: #1B1B1B. Windows color (decimal): -14804704 or 2103582. OLE color: 2103582.
HSL color Cylindrical-coordinate representation of color #1E1920: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1E1920 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 25 | 32 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.87 |
| HSL | 282.86º | 0.12% | 0.11% | - |
| HSV(B) | 282.86º | 0.22% | 0.13% | - |
| XYZ | 1.14 | 1.08 | 1.51 | - |
| YUV | 27.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 32 | 0.06 | 0.22 | 0 | 0.87 | 282.86 | 0.12 | 0.11 |
| Hex | 1E | 19 | 20 | 6 | 16 | 0 | 57 | 11B | C | B |
| Octal | 36 | 31 | 40 | 6 | 26 | 0 | 127 | 433 | 14 | 13 |
| Binary | 11110 | 11001 | 100000 | 110 | 10110 | 0 | 1010111 | 100011011 | 1100 | 1011 |
Color Harmonies of #1E1920
Complementary color
Monochromatic Colors of #1E1920
Black with #1E1920
Text Example
Text Example
White with #1E1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1920; }
p { color: rgb(30,25,32); }
H1.HeaderClassName
{
color: #1E1920;
}
.AnyTagClassName
{
color: #1E1920;
}
</style>
background-color css
<style>
a { background-color: #1E1920; }
a { background-color: rgb(30,25,32); }
div.DivClassName
{
background-color: #1E1920;
}
.BgClassName
{
background-color: #1E1920;
}
</style>
border-color css
<style>
span { border-color: #1E1920; }
span { border-color: rgb(30,25,32); }
td.TdClassName
{
border-color: #1E1920;
}
.TagClassName
{
border-color: #1E1920;
}
</style>