Shades of Blackcurrant #1F0526
Tints of Blackcurrant #1F0526
RGB
CMYK
RGB Variations
Color information
#1F0526 (or 0x1F0526) is known color: Blackcurrant. HEX triplet: 1F, 05 and 26. RGB value is (31,5,38). Sum of RGB (Red+Green+Blue) = 31+5+38=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F0526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0526 is #E0FAD9. Grayscale: #101010. Windows color (decimal): -14744282 or 2491679. OLE color: 2491679.
HSL color Cylindrical-coordinate representation of color #1F0526: hue angle of 287.27º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0526 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 5 | 38 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.85 |
| HSL | 287.27º | 0.77% | 0.08% | - |
| HSV(B) | 287.27º | 0.87% | 0.15% | - |
| XYZ | 0.97 | 0.54 | 1.89 | - |
| YUV | 16.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 38 | 0.18 | 0.87 | 0 | 0.85 | 287.27 | 0.77 | 0.08 |
| Hex | 1F | 5 | 26 | 12 | 57 | 0 | 55 | 11F | 4D | 8 |
| Octal | 37 | 5 | 46 | 22 | 127 | 0 | 125 | 437 | 115 | 10 |
| Binary | 11111 | 101 | 100110 | 10010 | 1010111 | 0 | 1010101 | 100011111 | 1001101 | 1000 |
Color Harmonies of #1F0526
Complementary color
Monochromatic Colors of #1F0526
Black with #1F0526
Text Example
Text Example
White with #1F0526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0526; }
p { color: rgb(31,5,38); }
H1.HeaderClassName
{
color: #1F0526;
}
.AnyTagClassName
{
color: #1F0526;
}
</style>
background-color css
<style>
a { background-color: #1F0526; }
a { background-color: rgb(31,5,38); }
div.DivClassName
{
background-color: #1F0526;
}
.BgClassName
{
background-color: #1F0526;
}
</style>
border-color css
<style>
span { border-color: #1F0526; }
span { border-color: rgb(31,5,38); }
td.TdClassName
{
border-color: #1F0526;
}
.TagClassName
{
border-color: #1F0526;
}
</style>