Shades of Blackcurrant #1E1620
Tints of Blackcurrant #1E1620
RGB
CMYK
RGB Variations
Color information
#1E1620 (or 0x1E1620) is known color: Blackcurrant. HEX triplet: 1E, 16 and 20. RGB value is (30,22,32). Sum of RGB (Red+Green+Blue) = 30+22+32=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E1620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1620 is #E1E9DF. Grayscale: #191919. Windows color (decimal): -14805472 or 2102814. OLE color: 2102814.
HSL color Cylindrical-coordinate representation of color #1E1620: hue angle of 288º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1E1620 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 22 | 32 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.87 |
| HSL | 288º | 0.19% | 0.11% | - |
| HSV(B) | 288º | 0.31% | 0.13% | - |
| XYZ | 1.08 | 0.95 | 1.49 | - |
| YUV | 25.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 32 | 0.06 | 0.31 | 0 | 0.87 | 288 | 0.19 | 0.11 |
| Hex | 1E | 16 | 20 | 6 | 1F | 0 | 57 | 120 | 13 | B |
| Octal | 36 | 26 | 40 | 6 | 37 | 0 | 127 | 440 | 23 | 13 |
| Binary | 11110 | 10110 | 100000 | 110 | 11111 | 0 | 1010111 | 100100000 | 10011 | 1011 |
Color Harmonies of #1E1620
Complementary color
Monochromatic Colors of #1E1620
Black with #1E1620
Text Example
Text Example
White with #1E1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1620; }
p { color: rgb(30,22,32); }
H1.HeaderClassName
{
color: #1E1620;
}
.AnyTagClassName
{
color: #1E1620;
}
</style>
background-color css
<style>
a { background-color: #1E1620; }
a { background-color: rgb(30,22,32); }
div.DivClassName
{
background-color: #1E1620;
}
.BgClassName
{
background-color: #1E1620;
}
</style>
border-color css
<style>
span { border-color: #1E1620; }
span { border-color: rgb(30,22,32); }
td.TdClassName
{
border-color: #1E1620;
}
.TagClassName
{
border-color: #1E1620;
}
</style>