Shades of Blackcurrant #1F0122
Tints of Blackcurrant #1F0122
RGB
CMYK
RGB Variations
Color information
#1F0122 (or 0x1F0122) is known color: Blackcurrant. HEX triplet: 1F, 01 and 22. RGB value is (31,1,34). Sum of RGB (Red+Green+Blue) = 31+1+34=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 34 (13.67% from 255 or 51.52% from 66); Max value from RGB is 34 - color contains mainly: blue. Hex color #1F0122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0122 is #E0FEDD. Grayscale: #0D0D0D. Windows color (decimal): -14745310 or 2228511. OLE color: 2228511.
HSL color Cylindrical-coordinate representation of color #1F0122: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0122 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 1 | 34 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.87 |
| HSL | 294.55º | 0.94% | 0.07% | - |
| HSV(B) | 294.55º | 0.97% | 0.13% | - |
| XYZ | 0.86 | 0.43 | 1.55 | - |
| YUV | 13.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 34 | 0.09 | 0.97 | 0 | 0.87 | 294.55 | 0.94 | 0.07 |
| Hex | 1F | 1 | 22 | 9 | 61 | 0 | 57 | 127 | 5E | 7 |
| Octal | 37 | 1 | 42 | 11 | 141 | 0 | 127 | 447 | 136 | 7 |
| Binary | 11111 | 1 | 100010 | 1001 | 1100001 | 0 | 1010111 | 100100111 | 1011110 | 111 |
Color Harmonies of #1F0122
Complementary color
Monochromatic Colors of #1F0122
Black with #1F0122
Text Example
Text Example
White with #1F0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0122; }
p { color: rgb(31,1,34); }
H1.HeaderClassName
{
color: #1F0122;
}
.AnyTagClassName
{
color: #1F0122;
}
</style>
background-color css
<style>
a { background-color: #1F0122; }
a { background-color: rgb(31,1,34); }
div.DivClassName
{
background-color: #1F0122;
}
.BgClassName
{
background-color: #1F0122;
}
</style>
border-color css
<style>
span { border-color: #1F0122; }
span { border-color: rgb(31,1,34); }
td.TdClassName
{
border-color: #1F0122;
}
.TagClassName
{
border-color: #1F0122;
}
</style>