Shades of Blackcurrant #1E1325
Tints of Blackcurrant #1E1325
RGB
CMYK
RGB Variations
Color information
#1E1325 (or 0x1E1325) is known color: Blackcurrant. HEX triplet: 1E, 13 and 25. RGB value is (30,19,37). Sum of RGB (Red+Green+Blue) = 30+19+37=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1325 is #E1ECDA. Grayscale: #181818. Windows color (decimal): -14806235 or 2429726. OLE color: 2429726.
HSL color Cylindrical-coordinate representation of color #1E1325: hue angle of 276.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E1325 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 19 | 37 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.85 |
| HSL | 276.67º | 0.32% | 0.11% | - |
| HSV(B) | 276.67º | 0.49% | 0.15% | - |
| XYZ | 1.1 | 0.88 | 1.86 | - |
| YUV | 24.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 37 | 0.19 | 0.49 | 0 | 0.85 | 276.67 | 0.32 | 0.11 |
| Hex | 1E | 13 | 25 | 13 | 31 | 0 | 55 | 115 | 20 | B |
| Octal | 36 | 23 | 45 | 23 | 61 | 0 | 125 | 425 | 40 | 13 |
| Binary | 11110 | 10011 | 100101 | 10011 | 110001 | 0 | 1010101 | 100010101 | 100000 | 1011 |
Color Harmonies of #1E1325
Complementary color
Monochromatic Colors of #1E1325
Black with #1E1325
Text Example
Text Example
White with #1E1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1325; }
p { color: rgb(30,19,37); }
H1.HeaderClassName
{
color: #1E1325;
}
.AnyTagClassName
{
color: #1E1325;
}
</style>
background-color css
<style>
a { background-color: #1E1325; }
a { background-color: rgb(30,19,37); }
div.DivClassName
{
background-color: #1E1325;
}
.BgClassName
{
background-color: #1E1325;
}
</style>
border-color css
<style>
span { border-color: #1E1325; }
span { border-color: rgb(30,19,37); }
td.TdClassName
{
border-color: #1E1325;
}
.TagClassName
{
border-color: #1E1325;
}
</style>