Shades of Blackcurrant #1E002D
Tints of Blackcurrant #1E002D
RGB
CMYK
RGB Variations
Color information
#1E002D (or 0x1E002D) is known color: Blackcurrant. HEX triplet: 1E, 00 and 2D. RGB value is (30,0,45). Sum of RGB (Red+Green+Blue) = 30+0+45=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E002D is #E1FFD2. Grayscale: #0D0D0D. Windows color (decimal): -14811091 or 2949150. OLE color: 2949150.
HSL color Cylindrical-coordinate representation of color #1E002D: hue angle of 280º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E002D is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 0 | 45 | - |
| CMYK | 0.33 | 1 | 0 | 0.82 |
| HSL | 280º | 1% | 0.09% | - |
| HSV(B) | 280º | 1% | 0.18% | - |
| XYZ | 1.01 | 0.47 | 2.52 | - |
| YUV | 14.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 45 | 0.33 | 1 | 0 | 0.82 | 280 | 1 | 0.09 |
| Hex | 1E | 0 | 2D | 21 | 64 | 0 | 52 | 118 | 64 | 9 |
| Octal | 36 | 0 | 55 | 41 | 144 | 0 | 122 | 430 | 144 | 11 |
| Binary | 11110 | 0 | 101101 | 100001 | 1100100 | 0 | 1010010 | 100011000 | 1100100 | 1001 |
Color Harmonies of #1E002D
Complementary color
Monochromatic Colors of #1E002D
Black with #1E002D
Text Example
Text Example
White with #1E002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E002D; }
p { color: rgb(30,0,45); }
H1.HeaderClassName
{
color: #1E002D;
}
.AnyTagClassName
{
color: #1E002D;
}
</style>
background-color css
<style>
a { background-color: #1E002D; }
a { background-color: rgb(30,0,45); }
div.DivClassName
{
background-color: #1E002D;
}
.BgClassName
{
background-color: #1E002D;
}
</style>
border-color css
<style>
span { border-color: #1E002D; }
span { border-color: rgb(30,0,45); }
td.TdClassName
{
border-color: #1E002D;
}
.TagClassName
{
border-color: #1E002D;
}
</style>