Shades of Blackcurrant #1E082D
Tints of Blackcurrant #1E082D
RGB
CMYK
RGB Variations
Color information
#1E082D (or 0x1E082D) is known color: Blackcurrant. HEX triplet: 1E, 08 and 2D. RGB value is (30,8,45). Sum of RGB (Red+Green+Blue) = 30+8+45=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E082D is #E1F7D2. Grayscale: #121212. Windows color (decimal): -14809043 or 2951198. OLE color: 2951198.
HSL color Cylindrical-coordinate representation of color #1E082D: hue angle of 275.68º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E082D is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 8 | 45 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.82 |
| HSL | 275.68º | 0.7% | 0.1% | - |
| HSV(B) | 275.68º | 0.82% | 0.18% | - |
| XYZ | 1.1 | 0.64 | 2.55 | - |
| YUV | 18.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 45 | 0.33 | 0.82 | 0 | 0.82 | 275.68 | 0.7 | 0.1 |
| Hex | 1E | 8 | 2D | 21 | 52 | 0 | 52 | 114 | 46 | A |
| Octal | 36 | 10 | 55 | 41 | 122 | 0 | 122 | 424 | 106 | 12 |
| Binary | 11110 | 1000 | 101101 | 100001 | 1010010 | 0 | 1010010 | 100010100 | 1000110 | 1010 |
Color Harmonies of #1E082D
Complementary color
Monochromatic Colors of #1E082D
Black with #1E082D
Text Example
Text Example
White with #1E082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E082D; }
p { color: rgb(30,8,45); }
H1.HeaderClassName
{
color: #1E082D;
}
.AnyTagClassName
{
color: #1E082D;
}
</style>
background-color css
<style>
a { background-color: #1E082D; }
a { background-color: rgb(30,8,45); }
div.DivClassName
{
background-color: #1E082D;
}
.BgClassName
{
background-color: #1E082D;
}
</style>
border-color css
<style>
span { border-color: #1E082D; }
span { border-color: rgb(30,8,45); }
td.TdClassName
{
border-color: #1E082D;
}
.TagClassName
{
border-color: #1E082D;
}
</style>