Shades of Blackcurrant #1E1725
Tints of Blackcurrant #1E1725
RGB
CMYK
RGB Variations
Color information
#1E1725 (or 0x1E1725) is known color: Blackcurrant. HEX triplet: 1E, 17 and 25. RGB value is (30,23,37). Sum of RGB (Red+Green+Blue) = 30+23+37=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1725 is #E1E8DA. Grayscale: #1A1A1A. Windows color (decimal): -14805211 or 2430750. OLE color: 2430750.
HSL color Cylindrical-coordinate representation of color #1E1725: hue angle of 270º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E1725 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 23 | 37 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.85 |
| HSL | 270º | 0.23% | 0.12% | - |
| HSV(B) | 270º | 0.38% | 0.15% | - |
| XYZ | 1.18 | 1.02 | 1.89 | - |
| YUV | 26.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 37 | 0.19 | 0.38 | 0 | 0.85 | 270 | 0.23 | 0.12 |
| Hex | 1E | 17 | 25 | 13 | 26 | 0 | 55 | 10E | 17 | C |
| Octal | 36 | 27 | 45 | 23 | 46 | 0 | 125 | 416 | 27 | 14 |
| Binary | 11110 | 10111 | 100101 | 10011 | 100110 | 0 | 1010101 | 100001110 | 10111 | 1100 |
Color Harmonies of #1E1725
Complementary color
Monochromatic Colors of #1E1725
Black with #1E1725
Text Example
Text Example
White with #1E1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1725; }
p { color: rgb(30,23,37); }
H1.HeaderClassName
{
color: #1E1725;
}
.AnyTagClassName
{
color: #1E1725;
}
</style>
background-color css
<style>
a { background-color: #1E1725; }
a { background-color: rgb(30,23,37); }
div.DivClassName
{
background-color: #1E1725;
}
.BgClassName
{
background-color: #1E1725;
}
</style>
border-color css
<style>
span { border-color: #1E1725; }
span { border-color: rgb(30,23,37); }
td.TdClassName
{
border-color: #1E1725;
}
.TagClassName
{
border-color: #1E1725;
}
</style>