Shades of Blackcurrant #1F0925
Tints of Blackcurrant #1F0925
RGB
CMYK
RGB Variations
Color information
#1F0925 (or 0x1F0925) is known color: Blackcurrant. HEX triplet: 1F, 09 and 25. RGB value is (31,9,37). Sum of RGB (Red+Green+Blue) = 31+9+37=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0925 is #E0F6DA. Grayscale: #121212. Windows color (decimal): -14743259 or 2427167. OLE color: 2427167.
HSL color Cylindrical-coordinate representation of color #1F0925: hue angle of 287.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F0925 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 9 | 37 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.85 |
| HSL | 287.14º | 0.61% | 0.09% | - |
| HSV(B) | 287.14º | 0.76% | 0.15% | - |
| XYZ | 1 | 0.62 | 1.82 | - |
| YUV | 18.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 37 | 0.16 | 0.76 | 0 | 0.85 | 287.14 | 0.61 | 0.09 |
| Hex | 1F | 9 | 25 | 10 | 4C | 0 | 55 | 11F | 3D | 9 |
| Octal | 37 | 11 | 45 | 20 | 114 | 0 | 125 | 437 | 75 | 11 |
| Binary | 11111 | 1001 | 100101 | 10000 | 1001100 | 0 | 1010101 | 100011111 | 111101 | 1001 |
Color Harmonies of #1F0925
Complementary color
Monochromatic Colors of #1F0925
Black with #1F0925
Text Example
Text Example
White with #1F0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0925; }
p { color: rgb(31,9,37); }
H1.HeaderClassName
{
color: #1F0925;
}
.AnyTagClassName
{
color: #1F0925;
}
</style>
background-color css
<style>
a { background-color: #1F0925; }
a { background-color: rgb(31,9,37); }
div.DivClassName
{
background-color: #1F0925;
}
.BgClassName
{
background-color: #1F0925;
}
</style>
border-color css
<style>
span { border-color: #1F0925; }
span { border-color: rgb(31,9,37); }
td.TdClassName
{
border-color: #1F0925;
}
.TagClassName
{
border-color: #1F0925;
}
</style>