Shades of Blackcurrant #1E0149
Tints of Blackcurrant #1E0149
RGB
CMYK
RGB Variations
Color information
#1E0149 (or 0x1E0149) is known color: Blackcurrant. HEX triplet: 1E, 01 and 49. RGB value is (30,1,73). Sum of RGB (Red+Green+Blue) = 30+1+73=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0149 is #E1FEB6. Grayscale: #111111. Windows color (decimal): -14810807 or 4784414. OLE color: 4784414.
HSL color Cylindrical-coordinate representation of color #1E0149: hue angle of 264.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0149 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 1 | 73 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.71 |
| HSL | 264.17º | 0.97% | 0.15% | - |
| HSV(B) | 264.17º | 0.99% | 0.29% | - |
| XYZ | 1.75 | 0.78 | 6.36 | - |
| YUV | 17.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 73 | 0.59 | 0.99 | 0 | 0.71 | 264.17 | 0.97 | 0.15 |
| Hex | 1E | 1 | 49 | 3B | 63 | 0 | 47 | 108 | 61 | F |
| Octal | 36 | 1 | 111 | 73 | 143 | 0 | 107 | 410 | 141 | 17 |
| Binary | 11110 | 1 | 1001001 | 111011 | 1100011 | 0 | 1000111 | 100001000 | 1100001 | 1111 |
Color Harmonies of #1E0149
Complementary color
Monochromatic Colors of #1E0149
Black with #1E0149
Text Example
Text Example
White with #1E0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0149; }
p { color: rgb(30,1,73); }
H1.HeaderClassName
{
color: #1E0149;
}
.AnyTagClassName
{
color: #1E0149;
}
</style>
background-color css
<style>
a { background-color: #1E0149; }
a { background-color: rgb(30,1,73); }
div.DivClassName
{
background-color: #1E0149;
}
.BgClassName
{
background-color: #1E0149;
}
</style>
border-color css
<style>
span { border-color: #1E0149; }
span { border-color: rgb(30,1,73); }
td.TdClassName
{
border-color: #1E0149;
}
.TagClassName
{
border-color: #1E0149;
}
</style>