Shades of Blackcurrant #1E1127
Tints of Blackcurrant #1E1127
RGB
CMYK
RGB Variations
Color information
#1E1127 (or 0x1E1127) is known color: Blackcurrant. HEX triplet: 1E, 11 and 27. RGB value is (30,17,39). Sum of RGB (Red+Green+Blue) = 30+17+39=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1127 is #E1EED8. Grayscale: #171717. Windows color (decimal): -14806745 or 2560286. OLE color: 2560286.
HSL color Cylindrical-coordinate representation of color #1E1127: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E1127 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 17 | 39 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.85 |
| HSL | 275.45º | 0.39% | 0.11% | - |
| HSV(B) | 275.45º | 0.56% | 0.15% | - |
| XYZ | 1.1 | 0.82 | 2.02 | - |
| YUV | 23.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 39 | 0.23 | 0.56 | 0 | 0.85 | 275.45 | 0.39 | 0.11 |
| Hex | 1E | 11 | 27 | 17 | 38 | 0 | 55 | 113 | 27 | B |
| Octal | 36 | 21 | 47 | 27 | 70 | 0 | 125 | 423 | 47 | 13 |
| Binary | 11110 | 10001 | 100111 | 10111 | 111000 | 0 | 1010101 | 100010011 | 100111 | 1011 |
Color Harmonies of #1E1127
Complementary color
Monochromatic Colors of #1E1127
Black with #1E1127
Text Example
Text Example
White with #1E1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1127; }
p { color: rgb(30,17,39); }
H1.HeaderClassName
{
color: #1E1127;
}
.AnyTagClassName
{
color: #1E1127;
}
</style>
background-color css
<style>
a { background-color: #1E1127; }
a { background-color: rgb(30,17,39); }
div.DivClassName
{
background-color: #1E1127;
}
.BgClassName
{
background-color: #1E1127;
}
</style>
border-color css
<style>
span { border-color: #1E1127; }
span { border-color: rgb(30,17,39); }
td.TdClassName
{
border-color: #1E1127;
}
.TagClassName
{
border-color: #1E1127;
}
</style>