Shades of Blackcurrant #1F1925
Tints of Blackcurrant #1F1925
RGB
CMYK
RGB Variations
Color information
#1F1925 (or 0x1F1925) is known color: Blackcurrant. HEX triplet: 1F, 19 and 25. RGB value is (31,25,37). Sum of RGB (Red+Green+Blue) = 31+25+37=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1925 is #E0E6DA. Grayscale: #1C1C1C. Windows color (decimal): -14739163 or 2431263. OLE color: 2431263.
HSL color Cylindrical-coordinate representation of color #1F1925: hue angle of 270º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F1925 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 25 | 37 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.85 |
| HSL | 270º | 0.19% | 0.12% | - |
| HSV(B) | 270º | 0.32% | 0.15% | - |
| XYZ | 1.25 | 1.12 | 1.9 | - |
| YUV | 28.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 37 | 0.16 | 0.32 | 0 | 0.85 | 270 | 0.19 | 0.12 |
| Hex | 1F | 19 | 25 | 10 | 20 | 0 | 55 | 10E | 13 | C |
| Octal | 37 | 31 | 45 | 20 | 40 | 0 | 125 | 416 | 23 | 14 |
| Binary | 11111 | 11001 | 100101 | 10000 | 100000 | 0 | 1010101 | 100001110 | 10011 | 1100 |
Color Harmonies of #1F1925
Complementary color
Monochromatic Colors of #1F1925
Black with #1F1925
Text Example
Text Example
White with #1F1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1925; }
p { color: rgb(31,25,37); }
H1.HeaderClassName
{
color: #1F1925;
}
.AnyTagClassName
{
color: #1F1925;
}
</style>
background-color css
<style>
a { background-color: #1F1925; }
a { background-color: rgb(31,25,37); }
div.DivClassName
{
background-color: #1F1925;
}
.BgClassName
{
background-color: #1F1925;
}
</style>
border-color css
<style>
span { border-color: #1F1925; }
span { border-color: rgb(31,25,37); }
td.TdClassName
{
border-color: #1F1925;
}
.TagClassName
{
border-color: #1F1925;
}
</style>