Shades of Blackcurrant #1E0127
Tints of Blackcurrant #1E0127
RGB
CMYK
RGB Variations
Color information
#1E0127 (or 0x1E0127) is known color: Blackcurrant. HEX triplet: 1E, 01 and 27. RGB value is (30,1,39). Sum of RGB (Red+Green+Blue) = 30+1+39=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E0127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0127 is #E1FED8. Grayscale: #0D0D0D. Windows color (decimal): -14810841 or 2556190. OLE color: 2556190.
HSL color Cylindrical-coordinate representation of color #1E0127: hue angle of 285.79º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0127 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 1 | 39 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.85 |
| HSL | 285.79º | 0.95% | 0.08% | - |
| HSV(B) | 285.79º | 0.97% | 0.15% | - |
| XYZ | 0.91 | 0.44 | 1.96 | - |
| YUV | 14 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 39 | 0.23 | 0.97 | 0 | 0.85 | 285.79 | 0.95 | 0.08 |
| Hex | 1E | 1 | 27 | 17 | 61 | 0 | 55 | 11E | 5F | 8 |
| Octal | 36 | 1 | 47 | 27 | 141 | 0 | 125 | 436 | 137 | 10 |
| Binary | 11110 | 1 | 100111 | 10111 | 1100001 | 0 | 1010101 | 100011110 | 1011111 | 1000 |
Color Harmonies of #1E0127
Complementary color
Monochromatic Colors of #1E0127
Black with #1E0127
Text Example
Text Example
White with #1E0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0127; }
p { color: rgb(30,1,39); }
H1.HeaderClassName
{
color: #1E0127;
}
.AnyTagClassName
{
color: #1E0127;
}
</style>
background-color css
<style>
a { background-color: #1E0127; }
a { background-color: rgb(30,1,39); }
div.DivClassName
{
background-color: #1E0127;
}
.BgClassName
{
background-color: #1E0127;
}
</style>
border-color css
<style>
span { border-color: #1E0127; }
span { border-color: rgb(30,1,39); }
td.TdClassName
{
border-color: #1E0127;
}
.TagClassName
{
border-color: #1E0127;
}
</style>