Shades of Blackcurrant #1E1721
Tints of Blackcurrant #1E1721
RGB
CMYK
RGB Variations
Color information
#1E1721 (or 0x1E1721) is known color: Blackcurrant. HEX triplet: 1E, 17 and 21. RGB value is (30,23,33). Sum of RGB (Red+Green+Blue) = 30+23+33=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: blue. Hex color #1E1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1721 is #E1E8DE. Grayscale: #1A1A1A. Windows color (decimal): -14805215 or 2168606. OLE color: 2168606.
HSL color Cylindrical-coordinate representation of color #1E1721: hue angle of 282º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1721 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 23 | 33 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.87 |
| HSL | 282º | 0.18% | 0.11% | - |
| HSV(B) | 282º | 0.3% | 0.13% | - |
| XYZ | 1.12 | 1 | 1.57 | - |
| YUV | 26.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 33 | 0.09 | 0.30 | 0 | 0.87 | 282 | 0.18 | 0.11 |
| Hex | 1E | 17 | 21 | 9 | 1E | 0 | 57 | 11A | 12 | B |
| Octal | 36 | 27 | 41 | 11 | 36 | 0 | 127 | 432 | 22 | 13 |
| Binary | 11110 | 10111 | 100001 | 1001 | 11110 | 0 | 1010111 | 100011010 | 10010 | 1011 |
Color Harmonies of #1E1721
Complementary color
Monochromatic Colors of #1E1721
Black with #1E1721
Text Example
Text Example
White with #1E1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1721; }
p { color: rgb(30,23,33); }
H1.HeaderClassName
{
color: #1E1721;
}
.AnyTagClassName
{
color: #1E1721;
}
</style>
background-color css
<style>
a { background-color: #1E1721; }
a { background-color: rgb(30,23,33); }
div.DivClassName
{
background-color: #1E1721;
}
.BgClassName
{
background-color: #1E1721;
}
</style>
border-color css
<style>
span { border-color: #1E1721; }
span { border-color: rgb(30,23,33); }
td.TdClassName
{
border-color: #1E1721;
}
.TagClassName
{
border-color: #1E1721;
}
</style>