Shades of Blackcurrant #1E0148
Tints of Blackcurrant #1E0148
RGB
CMYK
RGB Variations
Color information
#1E0148 (or 0x1E0148) is known color: Blackcurrant. HEX triplet: 1E, 01 and 48. RGB value is (30,1,72). Sum of RGB (Red+Green+Blue) = 30+1+72=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0148 is #E1FEB7. Grayscale: #111111. Windows color (decimal): -14810808 or 4718878. OLE color: 4718878.
HSL color Cylindrical-coordinate representation of color #1E0148: hue angle of 264.51º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0148 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 1 | 72 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.72 |
| HSL | 264.51º | 0.97% | 0.14% | - |
| HSV(B) | 264.51º | 0.99% | 0.28% | - |
| XYZ | 1.72 | 0.77 | 6.19 | - |
| YUV | 17.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 72 | 0.58 | 0.99 | 0 | 0.72 | 264.51 | 0.97 | 0.14 |
| Hex | 1E | 1 | 48 | 3A | 63 | 0 | 48 | 109 | 61 | E |
| Octal | 36 | 1 | 110 | 72 | 143 | 0 | 110 | 411 | 141 | 16 |
| Binary | 11110 | 1 | 1001000 | 111010 | 1100011 | 0 | 1001000 | 100001001 | 1100001 | 1110 |
Color Harmonies of #1E0148
Complementary color
Monochromatic Colors of #1E0148
Black with #1E0148
Text Example
Text Example
White with #1E0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0148; }
p { color: rgb(30,1,72); }
H1.HeaderClassName
{
color: #1E0148;
}
.AnyTagClassName
{
color: #1E0148;
}
</style>
background-color css
<style>
a { background-color: #1E0148; }
a { background-color: rgb(30,1,72); }
div.DivClassName
{
background-color: #1E0148;
}
.BgClassName
{
background-color: #1E0148;
}
</style>
border-color css
<style>
span { border-color: #1E0148; }
span { border-color: rgb(30,1,72); }
td.TdClassName
{
border-color: #1E0148;
}
.TagClassName
{
border-color: #1E0148;
}
</style>