Shades of Blackcurrant #1E052C
Tints of Blackcurrant #1E052C
RGB
CMYK
RGB Variations
Color information
#1E052C (or 0x1E052C) is known color: Blackcurrant. HEX triplet: 1E, 05 and 2C. RGB value is (30,5,44). Sum of RGB (Red+Green+Blue) = 30+5+44=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E052C is #E1FAD3. Grayscale: #101010. Windows color (decimal): -14809812 or 2884894. OLE color: 2884894.
HSL color Cylindrical-coordinate representation of color #1E052C: hue angle of 278.46º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E052C is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 5 | 44 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.83 |
| HSL | 278.46º | 0.8% | 0.1% | - |
| HSV(B) | 278.46º | 0.89% | 0.17% | - |
| XYZ | 1.04 | 0.57 | 2.44 | - |
| YUV | 16.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 44 | 0.32 | 0.89 | 0 | 0.83 | 278.46 | 0.8 | 0.1 |
| Hex | 1E | 5 | 2C | 20 | 59 | 0 | 53 | 116 | 50 | A |
| Octal | 36 | 5 | 54 | 40 | 131 | 0 | 123 | 426 | 120 | 12 |
| Binary | 11110 | 101 | 101100 | 100000 | 1011001 | 0 | 1010011 | 100010110 | 1010000 | 1010 |
Color Harmonies of #1E052C
Complementary color
Monochromatic Colors of #1E052C
Black with #1E052C
Text Example
Text Example
White with #1E052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E052C; }
p { color: rgb(30,5,44); }
H1.HeaderClassName
{
color: #1E052C;
}
.AnyTagClassName
{
color: #1E052C;
}
</style>
background-color css
<style>
a { background-color: #1E052C; }
a { background-color: rgb(30,5,44); }
div.DivClassName
{
background-color: #1E052C;
}
.BgClassName
{
background-color: #1E052C;
}
</style>
border-color css
<style>
span { border-color: #1E052C; }
span { border-color: rgb(30,5,44); }
td.TdClassName
{
border-color: #1E052C;
}
.TagClassName
{
border-color: #1E052C;
}
</style>