Shades of Blackcurrant #1E0132
Tints of Blackcurrant #1E0132
RGB
CMYK
RGB Variations
Color information
#1E0132 (or 0x1E0132) is known color: Blackcurrant. HEX triplet: 1E, 01 and 32. RGB value is (30,1,50). Sum of RGB (Red+Green+Blue) = 30+1+50=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E0132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0132 is #E1FECD. Grayscale: #0F0F0F. Windows color (decimal): -14810830 or 3277086. OLE color: 3277086.
HSL color Cylindrical-coordinate representation of color #1E0132: hue angle of 275.51º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0132 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 1 | 50 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.80 |
| HSL | 275.51º | 0.96% | 0.1% | - |
| HSV(B) | 275.51º | 0.98% | 0.2% | - |
| XYZ | 1.12 | 0.53 | 3.06 | - |
| YUV | 15.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 50 | 0.40 | 0.98 | 0 | 0.80 | 275.51 | 0.96 | 0.1 |
| Hex | 1E | 1 | 32 | 28 | 62 | 0 | 50 | 114 | 60 | A |
| Octal | 36 | 1 | 62 | 50 | 142 | 0 | 120 | 424 | 140 | 12 |
| Binary | 11110 | 1 | 110010 | 101000 | 1100010 | 0 | 1010000 | 100010100 | 1100000 | 1010 |
Color Harmonies of #1E0132
Complementary color
Monochromatic Colors of #1E0132
Black with #1E0132
Text Example
Text Example
White with #1E0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0132; }
p { color: rgb(30,1,50); }
H1.HeaderClassName
{
color: #1E0132;
}
.AnyTagClassName
{
color: #1E0132;
}
</style>
background-color css
<style>
a { background-color: #1E0132; }
a { background-color: rgb(30,1,50); }
div.DivClassName
{
background-color: #1E0132;
}
.BgClassName
{
background-color: #1E0132;
}
</style>
border-color css
<style>
span { border-color: #1E0132; }
span { border-color: rgb(30,1,50); }
td.TdClassName
{
border-color: #1E0132;
}
.TagClassName
{
border-color: #1E0132;
}
</style>