Shades of Blackcurrant #1E0725
Tints of Blackcurrant #1E0725
RGB
CMYK
RGB Variations
Color information
#1E0725 (or 0x1E0725) is known color: Blackcurrant. HEX triplet: 1E, 07 and 25. RGB value is (30,7,37). Sum of RGB (Red+Green+Blue) = 30+7+37=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0725 is #E1F8DA. Grayscale: #111111. Windows color (decimal): -14809307 or 2426654. OLE color: 2426654.
HSL color Cylindrical-coordinate representation of color #1E0725: hue angle of 286º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E0725 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 7 | 37 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.85 |
| HSL | 286º | 0.68% | 0.09% | - |
| HSV(B) | 286º | 0.81% | 0.15% | - |
| XYZ | 0.95 | 0.56 | 1.81 | - |
| YUV | 17.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 37 | 0.19 | 0.81 | 0 | 0.85 | 286 | 0.68 | 0.09 |
| Hex | 1E | 7 | 25 | 13 | 51 | 0 | 55 | 11E | 44 | 9 |
| Octal | 36 | 7 | 45 | 23 | 121 | 0 | 125 | 436 | 104 | 11 |
| Binary | 11110 | 111 | 100101 | 10011 | 1010001 | 0 | 1010101 | 100011110 | 1000100 | 1001 |
Color Harmonies of #1E0725
Complementary color
Monochromatic Colors of #1E0725
Black with #1E0725
Text Example
Text Example
White with #1E0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0725; }
p { color: rgb(30,7,37); }
H1.HeaderClassName
{
color: #1E0725;
}
.AnyTagClassName
{
color: #1E0725;
}
</style>
background-color css
<style>
a { background-color: #1E0725; }
a { background-color: rgb(30,7,37); }
div.DivClassName
{
background-color: #1E0725;
}
.BgClassName
{
background-color: #1E0725;
}
</style>
border-color css
<style>
span { border-color: #1E0725; }
span { border-color: rgb(30,7,37); }
td.TdClassName
{
border-color: #1E0725;
}
.TagClassName
{
border-color: #1E0725;
}
</style>