Shades of Blackcurrant #1F0222
Tints of Blackcurrant #1F0222
RGB
CMYK
RGB Variations
Color information
#1F0222 (or 0x1F0222) is known color: Blackcurrant. HEX triplet: 1F, 02 and 22. RGB value is (31,2,34). Sum of RGB (Red+Green+Blue) = 31+2+34=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #1F0222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0222 is #E0FDDD. Grayscale: #0E0E0E. Windows color (decimal): -14745054 or 2228767. OLE color: 2228767.
HSL color Cylindrical-coordinate representation of color #1F0222: hue angle of 294.38º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0222 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 2 | 34 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.87 |
| HSL | 294.38º | 0.89% | 0.07% | - |
| HSV(B) | 294.38º | 0.94% | 0.13% | - |
| XYZ | 0.88 | 0.45 | 1.55 | - |
| YUV | 14.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 34 | 0.09 | 0.94 | 0 | 0.87 | 294.38 | 0.89 | 0.07 |
| Hex | 1F | 2 | 22 | 9 | 5E | 0 | 57 | 126 | 59 | 7 |
| Octal | 37 | 2 | 42 | 11 | 136 | 0 | 127 | 446 | 131 | 7 |
| Binary | 11111 | 10 | 100010 | 1001 | 1011110 | 0 | 1010111 | 100100110 | 1011001 | 111 |
Color Harmonies of #1F0222
Complementary color
Monochromatic Colors of #1F0222
Black with #1F0222
Text Example
Text Example
White with #1F0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0222; }
p { color: rgb(31,2,34); }
H1.HeaderClassName
{
color: #1F0222;
}
.AnyTagClassName
{
color: #1F0222;
}
</style>
background-color css
<style>
a { background-color: #1F0222; }
a { background-color: rgb(31,2,34); }
div.DivClassName
{
background-color: #1F0222;
}
.BgClassName
{
background-color: #1F0222;
}
</style>
border-color css
<style>
span { border-color: #1F0222; }
span { border-color: rgb(31,2,34); }
td.TdClassName
{
border-color: #1F0222;
}
.TagClassName
{
border-color: #1F0222;
}
</style>