Shades of Blackcurrant #1F0426
Tints of Blackcurrant #1F0426
RGB
CMYK
RGB Variations
Color information
#1F0426 (or 0x1F0426) is known color: Blackcurrant. HEX triplet: 1F, 04 and 26. RGB value is (31,4,38). Sum of RGB (Red+Green+Blue) = 31+4+38=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F0426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0426 is #E0FBD9. Grayscale: #0F0F0F. Windows color (decimal): -14744538 or 2491423. OLE color: 2491423.
HSL color Cylindrical-coordinate representation of color #1F0426: hue angle of 287.65º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0426 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 4 | 38 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.85 |
| HSL | 287.65º | 0.81% | 0.08% | - |
| HSV(B) | 287.65º | 0.89% | 0.15% | - |
| XYZ | 0.96 | 0.52 | 1.88 | - |
| YUV | 15.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 38 | 0.18 | 0.89 | 0 | 0.85 | 287.65 | 0.81 | 0.08 |
| Hex | 1F | 4 | 26 | 12 | 59 | 0 | 55 | 120 | 51 | 8 |
| Octal | 37 | 4 | 46 | 22 | 131 | 0 | 125 | 440 | 121 | 10 |
| Binary | 11111 | 100 | 100110 | 10010 | 1011001 | 0 | 1010101 | 100100000 | 1010001 | 1000 |
Color Harmonies of #1F0426
Complementary color
Monochromatic Colors of #1F0426
Black with #1F0426
Text Example
Text Example
White with #1F0426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0426; }
p { color: rgb(31,4,38); }
H1.HeaderClassName
{
color: #1F0426;
}
.AnyTagClassName
{
color: #1F0426;
}
</style>
background-color css
<style>
a { background-color: #1F0426; }
a { background-color: rgb(31,4,38); }
div.DivClassName
{
background-color: #1F0426;
}
.BgClassName
{
background-color: #1F0426;
}
</style>
border-color css
<style>
span { border-color: #1F0426; }
span { border-color: rgb(31,4,38); }
td.TdClassName
{
border-color: #1F0426;
}
.TagClassName
{
border-color: #1F0426;
}
</style>