Shades of Blackcurrant #1F1025
Tints of Blackcurrant #1F1025
RGB
CMYK
RGB Variations
Color information
#1F1025 (or 0x1F1025) is known color: Blackcurrant. HEX triplet: 1F, 10 and 25. RGB value is (31,16,37). Sum of RGB (Red+Green+Blue) = 31+16+37=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1025 is #E0EFDA. Grayscale: #161616. Windows color (decimal): -14741467 or 2428959. OLE color: 2428959.
HSL color Cylindrical-coordinate representation of color #1F1025: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F1025 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 16 | 37 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.85 |
| HSL | 282.86º | 0.4% | 0.1% | - |
| HSV(B) | 282.86º | 0.57% | 0.15% | - |
| XYZ | 1.08 | 0.8 | 1.85 | - |
| YUV | 22.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 37 | 0.16 | 0.57 | 0 | 0.85 | 282.86 | 0.4 | 0.1 |
| Hex | 1F | 10 | 25 | 10 | 39 | 0 | 55 | 11B | 28 | A |
| Octal | 37 | 20 | 45 | 20 | 71 | 0 | 125 | 433 | 50 | 12 |
| Binary | 11111 | 10000 | 100101 | 10000 | 111001 | 0 | 1010101 | 100011011 | 101000 | 1010 |
Color Harmonies of #1F1025
Complementary color
Monochromatic Colors of #1F1025
Black with #1F1025
Text Example
Text Example
White with #1F1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1025; }
p { color: rgb(31,16,37); }
H1.HeaderClassName
{
color: #1F1025;
}
.AnyTagClassName
{
color: #1F1025;
}
</style>
background-color css
<style>
a { background-color: #1F1025; }
a { background-color: rgb(31,16,37); }
div.DivClassName
{
background-color: #1F1025;
}
.BgClassName
{
background-color: #1F1025;
}
</style>
border-color css
<style>
span { border-color: #1F1025; }
span { border-color: rgb(31,16,37); }
td.TdClassName
{
border-color: #1F1025;
}
.TagClassName
{
border-color: #1F1025;
}
</style>