Shades of Blackcurrant #1E0325
Tints of Blackcurrant #1E0325
RGB
CMYK
RGB Variations
Color information
#1E0325 (or 0x1E0325) is known color: Blackcurrant. HEX triplet: 1E, 03 and 25. RGB value is (30,3,37). Sum of RGB (Red+Green+Blue) = 30+3+37=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0325 is #E1FCDA. Grayscale: #0E0E0E. Windows color (decimal): -14810331 or 2425630. OLE color: 2425630.
HSL color Cylindrical-coordinate representation of color #1E0325: hue angle of 287.65º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0325 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 3 | 37 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.85 |
| HSL | 287.65º | 0.85% | 0.08% | - |
| HSV(B) | 287.65º | 0.92% | 0.15% | - |
| XYZ | 0.9 | 0.47 | 1.79 | - |
| YUV | 14.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 37 | 0.19 | 0.92 | 0 | 0.85 | 287.65 | 0.85 | 0.08 |
| Hex | 1E | 3 | 25 | 13 | 5C | 0 | 55 | 120 | 55 | 8 |
| Octal | 36 | 3 | 45 | 23 | 134 | 0 | 125 | 440 | 125 | 10 |
| Binary | 11110 | 11 | 100101 | 10011 | 1011100 | 0 | 1010101 | 100100000 | 1010101 | 1000 |
Color Harmonies of #1E0325
Complementary color
Monochromatic Colors of #1E0325
Black with #1E0325
Text Example
Text Example
White with #1E0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0325; }
p { color: rgb(30,3,37); }
H1.HeaderClassName
{
color: #1E0325;
}
.AnyTagClassName
{
color: #1E0325;
}
</style>
background-color css
<style>
a { background-color: #1E0325; }
a { background-color: rgb(30,3,37); }
div.DivClassName
{
background-color: #1E0325;
}
.BgClassName
{
background-color: #1E0325;
}
</style>
border-color css
<style>
span { border-color: #1E0325; }
span { border-color: rgb(30,3,37); }
td.TdClassName
{
border-color: #1E0325;
}
.TagClassName
{
border-color: #1E0325;
}
</style>