Shades of Blackcurrant #1E1921
Tints of Blackcurrant #1E1921
RGB
CMYK
RGB Variations
Color information
#1E1921 (or 0x1E1921) is known color: Blackcurrant. HEX triplet: 1E, 19 and 21. RGB value is (30,25,33). Sum of RGB (Red+Green+Blue) = 30+25+33=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1921 is #E1E6DE. Grayscale: #1B1B1B. Windows color (decimal): -14804703 or 2169118. OLE color: 2169118.
HSL color Cylindrical-coordinate representation of color #1E1921: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1E1921 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 25 | 33 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.87 |
| HSL | 277.5º | 0.14% | 0.11% | - |
| HSV(B) | 277.5º | 0.24% | 0.13% | - |
| XYZ | 1.16 | 1.08 | 1.59 | - |
| YUV | 27.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 33 | 0.09 | 0.24 | 0 | 0.87 | 277.5 | 0.14 | 0.11 |
| Hex | 1E | 19 | 21 | 9 | 18 | 0 | 57 | 116 | E | B |
| Octal | 36 | 31 | 41 | 11 | 30 | 0 | 127 | 426 | 16 | 13 |
| Binary | 11110 | 11001 | 100001 | 1001 | 11000 | 0 | 1010111 | 100010110 | 1110 | 1011 |
Color Harmonies of #1E1921
Complementary color
Monochromatic Colors of #1E1921
Black with #1E1921
Text Example
Text Example
White with #1E1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1921; }
p { color: rgb(30,25,33); }
H1.HeaderClassName
{
color: #1E1921;
}
.AnyTagClassName
{
color: #1E1921;
}
</style>
background-color css
<style>
a { background-color: #1E1921; }
a { background-color: rgb(30,25,33); }
div.DivClassName
{
background-color: #1E1921;
}
.BgClassName
{
background-color: #1E1921;
}
</style>
border-color css
<style>
span { border-color: #1E1921; }
span { border-color: rgb(30,25,33); }
td.TdClassName
{
border-color: #1E1921;
}
.TagClassName
{
border-color: #1E1921;
}
</style>