Shades of Blackcurrant #1F0022
Tints of Blackcurrant #1F0022
RGB
CMYK
RGB Variations
Color information
#1F0022 (or 0x1F0022) is known color: Blackcurrant. HEX triplet: 1F, 00 and 22. RGB value is (31,0,34). Sum of RGB (Red+Green+Blue) = 31+0+34=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 34 (13.67% from 255 or 52.31% from 65); Max value from RGB is 34 - color contains mainly: blue. Hex color #1F0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0022 is #E0FFDD. Grayscale: #0D0D0D. Windows color (decimal): -14745566 or 2228255. OLE color: 2228255.
HSL color Cylindrical-coordinate representation of color #1F0022: hue angle of 294.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0022 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 0 | 34 | - |
| CMYK | 0.09 | 1 | 0 | 0.87 |
| HSL | 294.71º | 1% | 0.07% | - |
| HSV(B) | 294.71º | 1% | 0.13% | - |
| XYZ | 0.85 | 0.41 | 1.55 | - |
| YUV | 13.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 34 | 0.09 | 1 | 0 | 0.87 | 294.71 | 1 | 0.07 |
| Hex | 1F | 0 | 22 | 9 | 64 | 0 | 57 | 127 | 64 | 7 |
| Octal | 37 | 0 | 42 | 11 | 144 | 0 | 127 | 447 | 144 | 7 |
| Binary | 11111 | 0 | 100010 | 1001 | 1100100 | 0 | 1010111 | 100100111 | 1100100 | 111 |
Color Harmonies of #1F0022
Complementary color
Monochromatic Colors of #1F0022
Black with #1F0022
Text Example
Text Example
White with #1F0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0022; }
p { color: rgb(31,0,34); }
H1.HeaderClassName
{
color: #1F0022;
}
.AnyTagClassName
{
color: #1F0022;
}
</style>
background-color css
<style>
a { background-color: #1F0022; }
a { background-color: rgb(31,0,34); }
div.DivClassName
{
background-color: #1F0022;
}
.BgClassName
{
background-color: #1F0022;
}
</style>
border-color css
<style>
span { border-color: #1F0022; }
span { border-color: rgb(31,0,34); }
td.TdClassName
{
border-color: #1F0022;
}
.TagClassName
{
border-color: #1F0022;
}
</style>