Shades of Blackcurrant #1E1522
Tints of Blackcurrant #1E1522
RGB
CMYK
RGB Variations
Color information
#1E1522 (or 0x1E1522) is known color: Blackcurrant. HEX triplet: 1E, 15 and 22. RGB value is (30,21,34). Sum of RGB (Red+Green+Blue) = 30+21+34=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E1522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1522 is #E1EADD. Grayscale: #191919. Windows color (decimal): -14805726 or 2233630. OLE color: 2233630.
HSL color Cylindrical-coordinate representation of color #1E1522: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E1522 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 21 | 34 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.87 |
| HSL | 281.54º | 0.24% | 0.11% | - |
| HSV(B) | 281.54º | 0.38% | 0.13% | - |
| XYZ | 1.09 | 0.93 | 1.63 | - |
| YUV | 25.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 34 | 0.12 | 0.38 | 0 | 0.87 | 281.54 | 0.24 | 0.11 |
| Hex | 1E | 15 | 22 | C | 26 | 0 | 57 | 11A | 18 | B |
| Octal | 36 | 25 | 42 | 14 | 46 | 0 | 127 | 432 | 30 | 13 |
| Binary | 11110 | 10101 | 100010 | 1100 | 100110 | 0 | 1010111 | 100011010 | 11000 | 1011 |
Color Harmonies of #1E1522
Complementary color
Monochromatic Colors of #1E1522
Black with #1E1522
Text Example
Text Example
White with #1E1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1522; }
p { color: rgb(30,21,34); }
H1.HeaderClassName
{
color: #1E1522;
}
.AnyTagClassName
{
color: #1E1522;
}
</style>
background-color css
<style>
a { background-color: #1E1522; }
a { background-color: rgb(30,21,34); }
div.DivClassName
{
background-color: #1E1522;
}
.BgClassName
{
background-color: #1E1522;
}
</style>
border-color css
<style>
span { border-color: #1E1522; }
span { border-color: rgb(30,21,34); }
td.TdClassName
{
border-color: #1E1522;
}
.TagClassName
{
border-color: #1E1522;
}
</style>