Shades of Blackcurrant #1E002C
Tints of Blackcurrant #1E002C
RGB
CMYK
RGB Variations
Color information
#1E002C (or 0x1E002C) is known color: Blackcurrant. HEX triplet: 1E, 00 and 2C. RGB value is (30,0,44). Sum of RGB (Red+Green+Blue) = 30+0+44=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E002C is #E1FFD3. Grayscale: #0D0D0D. Windows color (decimal): -14811092 or 2883614. OLE color: 2883614.
HSL color Cylindrical-coordinate representation of color #1E002C: hue angle of 280.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E002C is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 0 | 44 | - |
| CMYK | 0.32 | 1 | 0 | 0.83 |
| HSL | 280.91º | 1% | 0.09% | - |
| HSV(B) | 280.91º | 1% | 0.17% | - |
| XYZ | 0.99 | 0.46 | 2.42 | - |
| YUV | 13.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 44 | 0.32 | 1 | 0 | 0.83 | 280.91 | 1 | 0.09 |
| Hex | 1E | 0 | 2C | 20 | 64 | 0 | 53 | 119 | 64 | 9 |
| Octal | 36 | 0 | 54 | 40 | 144 | 0 | 123 | 431 | 144 | 11 |
| Binary | 11110 | 0 | 101100 | 100000 | 1100100 | 0 | 1010011 | 100011001 | 1100100 | 1001 |
Color Harmonies of #1E002C
Complementary color
Monochromatic Colors of #1E002C
Black with #1E002C
Text Example
Text Example
White with #1E002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E002C; }
p { color: rgb(30,0,44); }
H1.HeaderClassName
{
color: #1E002C;
}
.AnyTagClassName
{
color: #1E002C;
}
</style>
background-color css
<style>
a { background-color: #1E002C; }
a { background-color: rgb(30,0,44); }
div.DivClassName
{
background-color: #1E002C;
}
.BgClassName
{
background-color: #1E002C;
}
</style>
border-color css
<style>
span { border-color: #1E002C; }
span { border-color: rgb(30,0,44); }
td.TdClassName
{
border-color: #1E002C;
}
.TagClassName
{
border-color: #1E002C;
}
</style>