Shades of Blackcurrant #1E0229
Tints of Blackcurrant #1E0229
RGB
CMYK
RGB Variations
Color information
#1E0229 (or 0x1E0229) is known color: Blackcurrant. HEX triplet: 1E, 02 and 29. RGB value is (30,2,41). Sum of RGB (Red+Green+Blue) = 30+2+41=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0229 is #E1FDD6. Grayscale: #0E0E0E. Windows color (decimal): -14810583 or 2687518. OLE color: 2687518.
HSL color Cylindrical-coordinate representation of color #1E0229: hue angle of 283.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0229 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 2 | 41 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.84 |
| HSL | 283.08º | 0.91% | 0.08% | - |
| HSV(B) | 283.08º | 0.95% | 0.16% | - |
| XYZ | 0.96 | 0.48 | 2.14 | - |
| YUV | 14.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 41 | 0.27 | 0.95 | 0 | 0.84 | 283.08 | 0.91 | 0.08 |
| Hex | 1E | 2 | 29 | 1B | 5F | 0 | 54 | 11B | 5B | 8 |
| Octal | 36 | 2 | 51 | 33 | 137 | 0 | 124 | 433 | 133 | 10 |
| Binary | 11110 | 10 | 101001 | 11011 | 1011111 | 0 | 1010100 | 100011011 | 1011011 | 1000 |
Color Harmonies of #1E0229
Complementary color
Monochromatic Colors of #1E0229
Black with #1E0229
Text Example
Text Example
White with #1E0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0229; }
p { color: rgb(30,2,41); }
H1.HeaderClassName
{
color: #1E0229;
}
.AnyTagClassName
{
color: #1E0229;
}
</style>
background-color css
<style>
a { background-color: #1E0229; }
a { background-color: rgb(30,2,41); }
div.DivClassName
{
background-color: #1E0229;
}
.BgClassName
{
background-color: #1E0229;
}
</style>
border-color css
<style>
span { border-color: #1E0229; }
span { border-color: rgb(30,2,41); }
td.TdClassName
{
border-color: #1E0229;
}
.TagClassName
{
border-color: #1E0229;
}
</style>