Shades of Blackcurrant #1F1122
Tints of Blackcurrant #1F1122
RGB
CMYK
RGB Variations
Color information
#1F1122 (or 0x1F1122) is known color: Blackcurrant. HEX triplet: 1F, 11 and 22. RGB value is (31,17,34). Sum of RGB (Red+Green+Blue) = 31+17+34=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 34 - color contains mainly: blue. Hex color #1F1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1122 is #E0EEDD. Grayscale: #171717. Windows color (decimal): -14741214 or 2232607. OLE color: 2232607.
HSL color Cylindrical-coordinate representation of color #1F1122: hue angle of 289.41º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F1122 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 17 | 34 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.87 |
| HSL | 289.41º | 0.33% | 0.1% | - |
| HSV(B) | 289.41º | 0.5% | 0.13% | - |
| XYZ | 1.05 | 0.81 | 1.61 | - |
| YUV | 23.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 34 | 0.09 | 0.50 | 0 | 0.87 | 289.41 | 0.33 | 0.1 |
| Hex | 1F | 11 | 22 | 9 | 32 | 0 | 57 | 121 | 21 | A |
| Octal | 37 | 21 | 42 | 11 | 62 | 0 | 127 | 441 | 41 | 12 |
| Binary | 11111 | 10001 | 100010 | 1001 | 110010 | 0 | 1010111 | 100100001 | 100001 | 1010 |
Color Harmonies of #1F1122
Complementary color
Monochromatic Colors of #1F1122
Black with #1F1122
Text Example
Text Example
White with #1F1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1122; }
p { color: rgb(31,17,34); }
H1.HeaderClassName
{
color: #1F1122;
}
.AnyTagClassName
{
color: #1F1122;
}
</style>
background-color css
<style>
a { background-color: #1F1122; }
a { background-color: rgb(31,17,34); }
div.DivClassName
{
background-color: #1F1122;
}
.BgClassName
{
background-color: #1F1122;
}
</style>
border-color css
<style>
span { border-color: #1F1122; }
span { border-color: rgb(31,17,34); }
td.TdClassName
{
border-color: #1F1122;
}
.TagClassName
{
border-color: #1F1122;
}
</style>