Shades of Blackcurrant #1F1725
Tints of Blackcurrant #1F1725
RGB
CMYK
RGB Variations
Color information
#1F1725 (or 0x1F1725) is known color: Blackcurrant. HEX triplet: 1F, 17 and 25. RGB value is (31,23,37). Sum of RGB (Red+Green+Blue) = 31+23+37=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1725 is #E0E8DA. Grayscale: #1A1A1A. Windows color (decimal): -14739675 or 2430751. OLE color: 2430751.
HSL color Cylindrical-coordinate representation of color #1F1725: hue angle of 274.29º 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 #1F1725 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 23 | 37 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.85 |
| HSL | 274.29º | 0.23% | 0.12% | - |
| HSV(B) | 274.29º | 0.38% | 0.15% | - |
| XYZ | 1.21 | 1.04 | 1.89 | - |
| YUV | 26.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 37 | 0.16 | 0.38 | 0 | 0.85 | 274.29 | 0.23 | 0.12 |
| Hex | 1F | 17 | 25 | 10 | 26 | 0 | 55 | 112 | 17 | C |
| Octal | 37 | 27 | 45 | 20 | 46 | 0 | 125 | 422 | 27 | 14 |
| Binary | 11111 | 10111 | 100101 | 10000 | 100110 | 0 | 1010101 | 100010010 | 10111 | 1100 |
Color Harmonies of #1F1725
Complementary color
Monochromatic Colors of #1F1725
Black with #1F1725
Text Example
Text Example
White with #1F1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1725; }
p { color: rgb(31,23,37); }
H1.HeaderClassName
{
color: #1F1725;
}
.AnyTagClassName
{
color: #1F1725;
}
</style>
background-color css
<style>
a { background-color: #1F1725; }
a { background-color: rgb(31,23,37); }
div.DivClassName
{
background-color: #1F1725;
}
.BgClassName
{
background-color: #1F1725;
}
</style>
border-color css
<style>
span { border-color: #1F1725; }
span { border-color: rgb(31,23,37); }
td.TdClassName
{
border-color: #1F1725;
}
.TagClassName
{
border-color: #1F1725;
}
</style>