Shades of Blackcurrant #1E082E
Tints of Blackcurrant #1E082E
RGB
CMYK
RGB Variations
Color information
#1E082E (or 0x1E082E) is known color: Blackcurrant. HEX triplet: 1E, 08 and 2E. RGB value is (30,8,46). Sum of RGB (Red+Green+Blue) = 30+8+46=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E082E is #E1F7D1. Grayscale: #121212. Windows color (decimal): -14809042 or 3016734. OLE color: 3016734.
HSL color Cylindrical-coordinate representation of color #1E082E: hue angle of 274.74º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E082E is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 8 | 46 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.82 |
| HSL | 274.74º | 0.7% | 0.11% | - |
| HSV(B) | 274.74º | 0.83% | 0.18% | - |
| XYZ | 1.12 | 0.65 | 2.65 | - |
| YUV | 18.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 46 | 0.35 | 0.83 | 0 | 0.82 | 274.74 | 0.7 | 0.11 |
| Hex | 1E | 8 | 2E | 23 | 53 | 0 | 52 | 113 | 46 | B |
| Octal | 36 | 10 | 56 | 43 | 123 | 0 | 122 | 423 | 106 | 13 |
| Binary | 11110 | 1000 | 101110 | 100011 | 1010011 | 0 | 1010010 | 100010011 | 1000110 | 1011 |
Color Harmonies of #1E082E
Complementary color
Monochromatic Colors of #1E082E
Black with #1E082E
Text Example
Text Example
White with #1E082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E082E; }
p { color: rgb(30,8,46); }
H1.HeaderClassName
{
color: #1E082E;
}
.AnyTagClassName
{
color: #1E082E;
}
</style>
background-color css
<style>
a { background-color: #1E082E; }
a { background-color: rgb(30,8,46); }
div.DivClassName
{
background-color: #1E082E;
}
.BgClassName
{
background-color: #1E082E;
}
</style>
border-color css
<style>
span { border-color: #1E082E; }
span { border-color: rgb(30,8,46); }
td.TdClassName
{
border-color: #1E082E;
}
.TagClassName
{
border-color: #1E082E;
}
</style>