Shades of Blackcurrant #1E002B
Tints of Blackcurrant #1E002B
RGB
CMYK
RGB Variations
Color information
#1E002B (or 0x1E002B) is known color: Blackcurrant. HEX triplet: 1E, 00 and 2B. RGB value is (30,0,43). Sum of RGB (Red+Green+Blue) = 30+0+43=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #1E002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E002B is #E1FFD4. Grayscale: #0D0D0D. Windows color (decimal): -14811093 or 2818078. OLE color: 2818078.
HSL color Cylindrical-coordinate representation of color #1E002B: hue angle of 281.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E002B is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 0 | 43 | - |
| CMYK | 0.30 | 1 | 0 | 0.83 |
| HSL | 281.86º | 1% | 0.08% | - |
| HSV(B) | 281.86º | 1% | 0.17% | - |
| XYZ | 0.97 | 0.45 | 2.32 | - |
| YUV | 13.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 43 | 0.30 | 1 | 0 | 0.83 | 281.86 | 1 | 0.08 |
| Hex | 1E | 0 | 2B | 1E | 64 | 0 | 53 | 11A | 64 | 8 |
| Octal | 36 | 0 | 53 | 36 | 144 | 0 | 123 | 432 | 144 | 10 |
| Binary | 11110 | 0 | 101011 | 11110 | 1100100 | 0 | 1010011 | 100011010 | 1100100 | 1000 |
Color Harmonies of #1E002B
Complementary color
Monochromatic Colors of #1E002B
Black with #1E002B
Text Example
Text Example
White with #1E002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E002B; }
p { color: rgb(30,0,43); }
H1.HeaderClassName
{
color: #1E002B;
}
.AnyTagClassName
{
color: #1E002B;
}
</style>
background-color css
<style>
a { background-color: #1E002B; }
a { background-color: rgb(30,0,43); }
div.DivClassName
{
background-color: #1E002B;
}
.BgClassName
{
background-color: #1E002B;
}
</style>
border-color css
<style>
span { border-color: #1E002B; }
span { border-color: rgb(30,0,43); }
td.TdClassName
{
border-color: #1E002B;
}
.TagClassName
{
border-color: #1E002B;
}
</style>