Shades of Blackcurrant #1E1322
Tints of Blackcurrant #1E1322
RGB
CMYK
RGB Variations
Color information
#1E1322 (or 0x1E1322) is known color: Blackcurrant. HEX triplet: 1E, 13 and 22. RGB value is (30,19,34). Sum of RGB (Red+Green+Blue) = 30+19+34=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E1322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1322 is #E1ECDD. Grayscale: #171717. Windows color (decimal): -14806238 or 2233118. OLE color: 2233118.
HSL color Cylindrical-coordinate representation of color #1E1322: hue angle of 284º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E1322 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 19 | 34 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.87 |
| HSL | 284º | 0.28% | 0.1% | - |
| HSV(B) | 284º | 0.44% | 0.13% | - |
| XYZ | 1.06 | 0.86 | 1.62 | - |
| YUV | 24 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 34 | 0.12 | 0.44 | 0 | 0.87 | 284 | 0.28 | 0.1 |
| Hex | 1E | 13 | 22 | C | 2C | 0 | 57 | 11C | 1C | A |
| Octal | 36 | 23 | 42 | 14 | 54 | 0 | 127 | 434 | 34 | 12 |
| Binary | 11110 | 10011 | 100010 | 1100 | 101100 | 0 | 1010111 | 100011100 | 11100 | 1010 |
Color Harmonies of #1E1322
Complementary color
Monochromatic Colors of #1E1322
Black with #1E1322
Text Example
Text Example
White with #1E1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1322; }
p { color: rgb(30,19,34); }
H1.HeaderClassName
{
color: #1E1322;
}
.AnyTagClassName
{
color: #1E1322;
}
</style>
background-color css
<style>
a { background-color: #1E1322; }
a { background-color: rgb(30,19,34); }
div.DivClassName
{
background-color: #1E1322;
}
.BgClassName
{
background-color: #1E1322;
}
</style>
border-color css
<style>
span { border-color: #1E1322; }
span { border-color: rgb(30,19,34); }
td.TdClassName
{
border-color: #1E1322;
}
.TagClassName
{
border-color: #1E1322;
}
</style>