Shades of Blackcurrant #1E0A25
Tints of Blackcurrant #1E0A25
RGB
CMYK
RGB Variations
Color information
#1E0A25 (or 0x1E0A25) is known color: Blackcurrant. HEX triplet: 1E, 0A and 25. RGB value is (30,10,37). Sum of RGB (Red+Green+Blue) = 30+10+37=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A25 is #E1F5DA. Grayscale: #121212. Windows color (decimal): -14808539 or 2427422. OLE color: 2427422.
HSL color Cylindrical-coordinate representation of color #1E0A25: hue angle of 284.44º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0A25 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 10 | 37 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.85 |
| HSL | 284.44º | 0.57% | 0.09% | - |
| HSV(B) | 284.44º | 0.73% | 0.15% | - |
| XYZ | 0.98 | 0.63 | 1.82 | - |
| YUV | 19.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 37 | 0.19 | 0.73 | 0 | 0.85 | 284.44 | 0.57 | 0.09 |
| Hex | 1E | A | 25 | 13 | 49 | 0 | 55 | 11C | 39 | 9 |
| Octal | 36 | 12 | 45 | 23 | 111 | 0 | 125 | 434 | 71 | 11 |
| Binary | 11110 | 1010 | 100101 | 10011 | 1001001 | 0 | 1010101 | 100011100 | 111001 | 1001 |
Color Harmonies of #1E0A25
Complementary color
Monochromatic Colors of #1E0A25
Black with #1E0A25
Text Example
Text Example
White with #1E0A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A25; }
p { color: rgb(30,10,37); }
H1.HeaderClassName
{
color: #1E0A25;
}
.AnyTagClassName
{
color: #1E0A25;
}
</style>
background-color css
<style>
a { background-color: #1E0A25; }
a { background-color: rgb(30,10,37); }
div.DivClassName
{
background-color: #1E0A25;
}
.BgClassName
{
background-color: #1E0A25;
}
</style>
border-color css
<style>
span { border-color: #1E0A25; }
span { border-color: rgb(30,10,37); }
td.TdClassName
{
border-color: #1E0A25;
}
.TagClassName
{
border-color: #1E0A25;
}
</style>