Shades of Blackcurrant #1E1030
Tints of Blackcurrant #1E1030
RGB
CMYK
RGB Variations
Color information
#1E1030 (or 0x1E1030) is known color: Blackcurrant. HEX triplet: 1E, 10 and 30. RGB value is (30,16,48). Sum of RGB (Red+Green+Blue) = 30+16+48=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1030 is #E1EFCF. Grayscale: #171717. Windows color (decimal): -14806992 or 3149854. OLE color: 3149854.
HSL color Cylindrical-coordinate representation of color #1E1030: hue angle of 266.25º degrees, saturation: 0.5, 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 #1E1030 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 16 | 48 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.81 |
| HSL | 266.25º | 0.5% | 0.13% | - |
| HSV(B) | 266.25º | 0.67% | 0.19% | - |
| XYZ | 1.25 | 0.86 | 2.9 | - |
| YUV | 23.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 48 | 0.37 | 0.67 | 0 | 0.81 | 266.25 | 0.5 | 0.13 |
| Hex | 1E | 10 | 30 | 25 | 43 | 0 | 51 | 10A | 32 | D |
| Octal | 36 | 20 | 60 | 45 | 103 | 0 | 121 | 412 | 62 | 15 |
| Binary | 11110 | 10000 | 110000 | 100101 | 1000011 | 0 | 1010001 | 100001010 | 110010 | 1101 |
Color Harmonies of #1E1030
Complementary color
Monochromatic Colors of #1E1030
Black with #1E1030
Text Example
Text Example
White with #1E1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1030; }
p { color: rgb(30,16,48); }
H1.HeaderClassName
{
color: #1E1030;
}
.AnyTagClassName
{
color: #1E1030;
}
</style>
background-color css
<style>
a { background-color: #1E1030; }
a { background-color: rgb(30,16,48); }
div.DivClassName
{
background-color: #1E1030;
}
.BgClassName
{
background-color: #1E1030;
}
</style>
border-color css
<style>
span { border-color: #1E1030; }
span { border-color: rgb(30,16,48); }
td.TdClassName
{
border-color: #1E1030;
}
.TagClassName
{
border-color: #1E1030;
}
</style>