Shades of Blackcurrant #1E0045
Tints of Blackcurrant #1E0045
RGB
CMYK
RGB Variations
Color information
#1E0045 (or 0x1E0045) is known color: Blackcurrant. HEX triplet: 1E, 00 and 45. RGB value is (30,0,69). Sum of RGB (Red+Green+Blue) = 30+0+69=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #1E0045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0045 is #E1FFBA. Grayscale: #101010. Windows color (decimal): -14811067 or 4522014. OLE color: 4522014.
HSL color Cylindrical-coordinate representation of color #1E0045: hue angle of 266.09º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0045 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 0 | 69 | - |
| CMYK | 0.57 | 1 | 0 | 0.73 |
| HSL | 266.09º | 1% | 0.14% | - |
| HSV(B) | 266.09º | 1% | 0.27% | - |
| XYZ | 1.61 | 0.71 | 5.68 | - |
| YUV | 16.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 69 | 0.57 | 1 | 0 | 0.73 | 266.09 | 1 | 0.14 |
| Hex | 1E | 0 | 45 | 39 | 64 | 0 | 49 | 10A | 64 | E |
| Octal | 36 | 0 | 105 | 71 | 144 | 0 | 111 | 412 | 144 | 16 |
| Binary | 11110 | 0 | 1000101 | 111001 | 1100100 | 0 | 1001001 | 100001010 | 1100100 | 1110 |
Color Harmonies of #1E0045
Complementary color
Monochromatic Colors of #1E0045
Black with #1E0045
Text Example
Text Example
White with #1E0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0045; }
p { color: rgb(30,0,69); }
H1.HeaderClassName
{
color: #1E0045;
}
.AnyTagClassName
{
color: #1E0045;
}
</style>
background-color css
<style>
a { background-color: #1E0045; }
a { background-color: rgb(30,0,69); }
div.DivClassName
{
background-color: #1E0045;
}
.BgClassName
{
background-color: #1E0045;
}
</style>
border-color css
<style>
span { border-color: #1E0045; }
span { border-color: rgb(30,0,69); }
td.TdClassName
{
border-color: #1E0045;
}
.TagClassName
{
border-color: #1E0045;
}
</style>