Shades of Blackcurrant #1E0022
Tints of Blackcurrant #1E0022
RGB
CMYK
RGB Variations
Color information
#1E0022 (or 0x1E0022) is known color: Blackcurrant. HEX triplet: 1E, 00 and 22. RGB value is (30,0,34). Sum of RGB (Red+Green+Blue) = 30+0+34=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 34 (13.67% from 255 or 53.12% from 64); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0022 is #E1FFDD. Grayscale: #0C0C0C. Windows color (decimal): -14811102 or 2228254. OLE color: 2228254.
HSL color Cylindrical-coordinate representation of color #1E0022: hue angle of 292.94º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0022 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 0 | 34 | - |
| CMYK | 0.12 | 1 | 0 | 0.87 |
| HSL | 292.94º | 1% | 0.07% | - |
| HSV(B) | 292.94º | 1% | 0.13% | - |
| XYZ | 0.82 | 0.39 | 1.55 | - |
| YUV | 12.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 34 | 0.12 | 1 | 0 | 0.87 | 292.94 | 1 | 0.07 |
| Hex | 1E | 0 | 22 | C | 64 | 0 | 57 | 125 | 64 | 7 |
| Octal | 36 | 0 | 42 | 14 | 144 | 0 | 127 | 445 | 144 | 7 |
| Binary | 11110 | 0 | 100010 | 1100 | 1100100 | 0 | 1010111 | 100100101 | 1100100 | 111 |
Color Harmonies of #1E0022
Complementary color
Monochromatic Colors of #1E0022
Black with #1E0022
Text Example
Text Example
White with #1E0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0022; }
p { color: rgb(30,0,34); }
H1.HeaderClassName
{
color: #1E0022;
}
.AnyTagClassName
{
color: #1E0022;
}
</style>
background-color css
<style>
a { background-color: #1E0022; }
a { background-color: rgb(30,0,34); }
div.DivClassName
{
background-color: #1E0022;
}
.BgClassName
{
background-color: #1E0022;
}
</style>
border-color css
<style>
span { border-color: #1E0022; }
span { border-color: rgb(30,0,34); }
td.TdClassName
{
border-color: #1E0022;
}
.TagClassName
{
border-color: #1E0022;
}
</style>