Shades of Blackcurrant #1F1026
Tints of Blackcurrant #1F1026
RGB
CMYK
RGB Variations
Color information
#1F1026 (or 0x1F1026) is known color: Blackcurrant. HEX triplet: 1F, 10 and 26. RGB value is (31,16,38). Sum of RGB (Red+Green+Blue) = 31+16+38=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1026 is #E0EFD9. Grayscale: #161616. Windows color (decimal): -14741466 or 2494495. OLE color: 2494495.
HSL color Cylindrical-coordinate representation of color #1F1026: hue angle of 280.91º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F1026 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 16 | 38 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.85 |
| HSL | 280.91º | 0.41% | 0.11% | - |
| HSV(B) | 280.91º | 0.58% | 0.15% | - |
| XYZ | 1.1 | 0.8 | 1.93 | - |
| YUV | 22.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 38 | 0.18 | 0.58 | 0 | 0.85 | 280.91 | 0.41 | 0.11 |
| Hex | 1F | 10 | 26 | 12 | 3A | 0 | 55 | 119 | 29 | B |
| Octal | 37 | 20 | 46 | 22 | 72 | 0 | 125 | 431 | 51 | 13 |
| Binary | 11111 | 10000 | 100110 | 10010 | 111010 | 0 | 1010101 | 100011001 | 101001 | 1011 |
Color Harmonies of #1F1026
Complementary color
Monochromatic Colors of #1F1026
Black with #1F1026
Text Example
Text Example
White with #1F1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1026; }
p { color: rgb(31,16,38); }
H1.HeaderClassName
{
color: #1F1026;
}
.AnyTagClassName
{
color: #1F1026;
}
</style>
background-color css
<style>
a { background-color: #1F1026; }
a { background-color: rgb(31,16,38); }
div.DivClassName
{
background-color: #1F1026;
}
.BgClassName
{
background-color: #1F1026;
}
</style>
border-color css
<style>
span { border-color: #1F1026; }
span { border-color: rgb(31,16,38); }
td.TdClassName
{
border-color: #1F1026;
}
.TagClassName
{
border-color: #1F1026;
}
</style>