Shades of Blackcurrant #1F0326
Tints of Blackcurrant #1F0326
RGB
CMYK
RGB Variations
Color information
#1F0326 (or 0x1F0326) is known color: Blackcurrant. HEX triplet: 1F, 03 and 26. RGB value is (31,3,38). Sum of RGB (Red+Green+Blue) = 31+3+38=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F0326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0326 is #E0FCD9. Grayscale: #0F0F0F. Windows color (decimal): -14744794 or 2491167. OLE color: 2491167.
HSL color Cylindrical-coordinate representation of color #1F0326: hue angle of 288º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0326 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 3 | 38 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.85 |
| HSL | 288º | 0.85% | 0.08% | - |
| HSV(B) | 288º | 0.92% | 0.15% | - |
| XYZ | 0.95 | 0.5 | 1.88 | - |
| YUV | 15.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 38 | 0.18 | 0.92 | 0 | 0.85 | 288 | 0.85 | 0.08 |
| Hex | 1F | 3 | 26 | 12 | 5C | 0 | 55 | 120 | 55 | 8 |
| Octal | 37 | 3 | 46 | 22 | 134 | 0 | 125 | 440 | 125 | 10 |
| Binary | 11111 | 11 | 100110 | 10010 | 1011100 | 0 | 1010101 | 100100000 | 1010101 | 1000 |
Color Harmonies of #1F0326
Complementary color
Monochromatic Colors of #1F0326
Black with #1F0326
Text Example
Text Example
White with #1F0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0326; }
p { color: rgb(31,3,38); }
H1.HeaderClassName
{
color: #1F0326;
}
.AnyTagClassName
{
color: #1F0326;
}
</style>
background-color css
<style>
a { background-color: #1F0326; }
a { background-color: rgb(31,3,38); }
div.DivClassName
{
background-color: #1F0326;
}
.BgClassName
{
background-color: #1F0326;
}
</style>
border-color css
<style>
span { border-color: #1F0326; }
span { border-color: rgb(31,3,38); }
td.TdClassName
{
border-color: #1F0326;
}
.TagClassName
{
border-color: #1F0326;
}
</style>