Shades of Blackcurrant #1E0331
Tints of Blackcurrant #1E0331
RGB
CMYK
RGB Variations
Color information
#1E0331 (or 0x1E0331) is known color: Blackcurrant. HEX triplet: 1E, 03 and 31. RGB value is (30,3,49). Sum of RGB (Red+Green+Blue) = 30+3+49=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E0331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0331 is #E1FCCE. Grayscale: #101010. Windows color (decimal): -14810319 or 3212062. OLE color: 3212062.
HSL color Cylindrical-coordinate representation of color #1E0331: hue angle of 275.22º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0331 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 3 | 49 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.81 |
| HSL | 275.22º | 0.88% | 0.1% | - |
| HSV(B) | 275.22º | 0.94% | 0.19% | - |
| XYZ | 1.12 | 0.56 | 2.96 | - |
| YUV | 16.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 49 | 0.39 | 0.94 | 0 | 0.81 | 275.22 | 0.88 | 0.1 |
| Hex | 1E | 3 | 31 | 27 | 5E | 0 | 51 | 113 | 58 | A |
| Octal | 36 | 3 | 61 | 47 | 136 | 0 | 121 | 423 | 130 | 12 |
| Binary | 11110 | 11 | 110001 | 100111 | 1011110 | 0 | 1010001 | 100010011 | 1011000 | 1010 |
Color Harmonies of #1E0331
Complementary color
Monochromatic Colors of #1E0331
Black with #1E0331
Text Example
Text Example
White with #1E0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0331; }
p { color: rgb(30,3,49); }
H1.HeaderClassName
{
color: #1E0331;
}
.AnyTagClassName
{
color: #1E0331;
}
</style>
background-color css
<style>
a { background-color: #1E0331; }
a { background-color: rgb(30,3,49); }
div.DivClassName
{
background-color: #1E0331;
}
.BgClassName
{
background-color: #1E0331;
}
</style>
border-color css
<style>
span { border-color: #1E0331; }
span { border-color: rgb(30,3,49); }
td.TdClassName
{
border-color: #1E0331;
}
.TagClassName
{
border-color: #1E0331;
}
</style>