Shades of Blackcurrant #1E004B
Tints of Blackcurrant #1E004B
RGB
CMYK
RGB Variations
Color information
#1E004B (or 0x1E004B) is known color: Blackcurrant. HEX triplet: 1E, 00 and 4B. RGB value is (30,0,75). Sum of RGB (Red+Green+Blue) = 30+0+75=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E004B is #E1FFB4. Grayscale: #111111. Windows color (decimal): -14811061 or 4915230. OLE color: 4915230.
HSL color Cylindrical-coordinate representation of color #1E004B: hue angle of 264º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E004B is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 0 | 75 | - |
| CMYK | 0.60 | 1 | 0 | 0.71 |
| HSL | 264º | 1% | 0.15% | - |
| HSV(B) | 264º | 1% | 0.29% | - |
| XYZ | 1.81 | 0.78 | 6.71 | - |
| YUV | 17.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 75 | 0.60 | 1 | 0 | 0.71 | 264 | 1 | 0.15 |
| Hex | 1E | 0 | 4B | 3C | 64 | 0 | 47 | 108 | 64 | F |
| Octal | 36 | 0 | 113 | 74 | 144 | 0 | 107 | 410 | 144 | 17 |
| Binary | 11110 | 0 | 1001011 | 111100 | 1100100 | 0 | 1000111 | 100001000 | 1100100 | 1111 |
Color Harmonies of #1E004B
Complementary color
Monochromatic Colors of #1E004B
Black with #1E004B
Text Example
Text Example
White with #1E004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E004B; }
p { color: rgb(30,0,75); }
H1.HeaderClassName
{
color: #1E004B;
}
.AnyTagClassName
{
color: #1E004B;
}
</style>
background-color css
<style>
a { background-color: #1E004B; }
a { background-color: rgb(30,0,75); }
div.DivClassName
{
background-color: #1E004B;
}
.BgClassName
{
background-color: #1E004B;
}
</style>
border-color css
<style>
span { border-color: #1E004B; }
span { border-color: rgb(30,0,75); }
td.TdClassName
{
border-color: #1E004B;
}
.TagClassName
{
border-color: #1E004B;
}
</style>