Shades of Blackcurrant #1E0422
Tints of Blackcurrant #1E0422
RGB
CMYK
RGB Variations
Color information
#1E0422 (or 0x1E0422) is known color: Blackcurrant. HEX triplet: 1E, 04 and 22. RGB value is (30,4,34). Sum of RGB (Red+Green+Blue) = 30+4+34=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E0422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0422 is #E1FBDD. Grayscale: #0F0F0F. Windows color (decimal): -14810078 or 2229278. OLE color: 2229278.
HSL color Cylindrical-coordinate representation of color #1E0422: hue angle of 292º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0422 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 4 | 34 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.87 |
| HSL | 292º | 0.79% | 0.07% | - |
| HSV(B) | 292º | 0.88% | 0.13% | - |
| XYZ | 0.87 | 0.48 | 1.56 | - |
| YUV | 15.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 34 | 0.12 | 0.88 | 0 | 0.87 | 292 | 0.79 | 0.07 |
| Hex | 1E | 4 | 22 | C | 58 | 0 | 57 | 124 | 4F | 7 |
| Octal | 36 | 4 | 42 | 14 | 130 | 0 | 127 | 444 | 117 | 7 |
| Binary | 11110 | 100 | 100010 | 1100 | 1011000 | 0 | 1010111 | 100100100 | 1001111 | 111 |
Color Harmonies of #1E0422
Complementary color
Monochromatic Colors of #1E0422
Black with #1E0422
Text Example
Text Example
White with #1E0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0422; }
p { color: rgb(30,4,34); }
H1.HeaderClassName
{
color: #1E0422;
}
.AnyTagClassName
{
color: #1E0422;
}
</style>
background-color css
<style>
a { background-color: #1E0422; }
a { background-color: rgb(30,4,34); }
div.DivClassName
{
background-color: #1E0422;
}
.BgClassName
{
background-color: #1E0422;
}
</style>
border-color css
<style>
span { border-color: #1E0422; }
span { border-color: rgb(30,4,34); }
td.TdClassName
{
border-color: #1E0422;
}
.TagClassName
{
border-color: #1E0422;
}
</style>