Shades of Blackcurrant #1E0033
Tints of Blackcurrant #1E0033
RGB
CMYK
RGB Variations
Color information
#1E0033 (or 0x1E0033) is known color: Blackcurrant. HEX triplet: 1E, 00 and 33. RGB value is (30,0,51). Sum of RGB (Red+Green+Blue) = 30+0+51=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #1E0033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0033 is #E1FFCC. Grayscale: #0E0E0E. Windows color (decimal): -14811085 or 3342366. OLE color: 3342366.
HSL color Cylindrical-coordinate representation of color #1E0033: hue angle of 275.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0033 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 0 | 51 | - |
| CMYK | 0.41 | 1 | 0 | 0.8 |
| HSL | 275.29º | 1% | 0.1% | - |
| HSV(B) | 275.29º | 1% | 0.2% | - |
| XYZ | 1.13 | 0.52 | 3.17 | - |
| YUV | 14.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 51 | 0.41 | 1 | 0 | 0.8 | 275.29 | 1 | 0.1 |
| Hex | 1E | 0 | 33 | 29 | 64 | 0 | 50 | 113 | 64 | A |
| Octal | 36 | 0 | 63 | 51 | 144 | 0 | 120 | 423 | 144 | 12 |
| Binary | 11110 | 0 | 110011 | 101001 | 1100100 | 0 | 1010000 | 100010011 | 1100100 | 1010 |
Color Harmonies of #1E0033
Complementary color
Monochromatic Colors of #1E0033
Black with #1E0033
Text Example
Text Example
White with #1E0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0033; }
p { color: rgb(30,0,51); }
H1.HeaderClassName
{
color: #1E0033;
}
.AnyTagClassName
{
color: #1E0033;
}
</style>
background-color css
<style>
a { background-color: #1E0033; }
a { background-color: rgb(30,0,51); }
div.DivClassName
{
background-color: #1E0033;
}
.BgClassName
{
background-color: #1E0033;
}
</style>
border-color css
<style>
span { border-color: #1E0033; }
span { border-color: rgb(30,0,51); }
td.TdClassName
{
border-color: #1E0033;
}
.TagClassName
{
border-color: #1E0033;
}
</style>