Shades of Blackcurrant #1E1031
Tints of Blackcurrant #1E1031
RGB
CMYK
RGB Variations
Color information
#1E1031 (or 0x1E1031) is known color: Blackcurrant. HEX triplet: 1E, 10 and 31. RGB value is (30,16,49). Sum of RGB (Red+Green+Blue) = 30+16+49=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1031 is #E1EFCE. Grayscale: #171717. Windows color (decimal): -14806991 or 3215390. OLE color: 3215390.
HSL color Cylindrical-coordinate representation of color #1E1031: hue angle of 265.45º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E1031 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 16 | 49 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.81 |
| HSL | 265.45º | 0.51% | 0.13% | - |
| HSV(B) | 265.45º | 0.67% | 0.19% | - |
| XYZ | 1.28 | 0.87 | 3.01 | - |
| YUV | 23.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 49 | 0.39 | 0.67 | 0 | 0.81 | 265.45 | 0.51 | 0.13 |
| Hex | 1E | 10 | 31 | 27 | 43 | 0 | 51 | 109 | 33 | D |
| Octal | 36 | 20 | 61 | 47 | 103 | 0 | 121 | 411 | 63 | 15 |
| Binary | 11110 | 10000 | 110001 | 100111 | 1000011 | 0 | 1010001 | 100001001 | 110011 | 1101 |
Color Harmonies of #1E1031
Complementary color
Monochromatic Colors of #1E1031
Black with #1E1031
Text Example
Text Example
White with #1E1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1031; }
p { color: rgb(30,16,49); }
H1.HeaderClassName
{
color: #1E1031;
}
.AnyTagClassName
{
color: #1E1031;
}
</style>
background-color css
<style>
a { background-color: #1E1031; }
a { background-color: rgb(30,16,49); }
div.DivClassName
{
background-color: #1E1031;
}
.BgClassName
{
background-color: #1E1031;
}
</style>
border-color css
<style>
span { border-color: #1E1031; }
span { border-color: rgb(30,16,49); }
td.TdClassName
{
border-color: #1E1031;
}
.TagClassName
{
border-color: #1E1031;
}
</style>