Shades of Blackcurrant #1E0446
Tints of Blackcurrant #1E0446
RGB
CMYK
RGB Variations
Color information
#1E0446 (or 0x1E0446) is known color: Blackcurrant. HEX triplet: 1E, 04 and 46. RGB value is (30,4,70). Sum of RGB (Red+Green+Blue) = 30+4+70=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E0446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0446 is #E1FBB9. Grayscale: #131313. Windows color (decimal): -14810042 or 4588574. OLE color: 4588574.
HSL color Cylindrical-coordinate representation of color #1E0446: hue angle of 263.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0446 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 4 | 70 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.73 |
| HSL | 263.64º | 0.89% | 0.15% | - |
| HSV(B) | 263.64º | 0.94% | 0.27% | - |
| XYZ | 1.68 | 0.81 | 5.86 | - |
| YUV | 19.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 70 | 0.57 | 0.94 | 0 | 0.73 | 263.64 | 0.89 | 0.15 |
| Hex | 1E | 4 | 46 | 39 | 5E | 0 | 49 | 108 | 59 | F |
| Octal | 36 | 4 | 106 | 71 | 136 | 0 | 111 | 410 | 131 | 17 |
| Binary | 11110 | 100 | 1000110 | 111001 | 1011110 | 0 | 1001001 | 100001000 | 1011001 | 1111 |
Color Harmonies of #1E0446
Complementary color
Monochromatic Colors of #1E0446
Black with #1E0446
Text Example
Text Example
White with #1E0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0446; }
p { color: rgb(30,4,70); }
H1.HeaderClassName
{
color: #1E0446;
}
.AnyTagClassName
{
color: #1E0446;
}
</style>
background-color css
<style>
a { background-color: #1E0446; }
a { background-color: rgb(30,4,70); }
div.DivClassName
{
background-color: #1E0446;
}
.BgClassName
{
background-color: #1E0446;
}
</style>
border-color css
<style>
span { border-color: #1E0446; }
span { border-color: rgb(30,4,70); }
td.TdClassName
{
border-color: #1E0446;
}
.TagClassName
{
border-color: #1E0446;
}
</style>