Shades of Blackcurrant #1F1222
Tints of Blackcurrant #1F1222
RGB
CMYK
RGB Variations
Color information
#1F1222 (or 0x1F1222) is known color: Blackcurrant. HEX triplet: 1F, 12 and 22. RGB value is (31,18,34). Sum of RGB (Red+Green+Blue) = 31+18+34=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 34 - color contains mainly: blue. Hex color #1F1222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1222 is #E0EDDD. Grayscale: #171717. Windows color (decimal): -14740958 or 2232863. OLE color: 2232863.
HSL color Cylindrical-coordinate representation of color #1F1222: hue angle of 288.75º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F1222 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 18 | 34 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.87 |
| HSL | 288.75º | 0.31% | 0.1% | - |
| HSV(B) | 288.75º | 0.47% | 0.13% | - |
| XYZ | 1.07 | 0.84 | 1.62 | - |
| YUV | 23.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 34 | 0.09 | 0.47 | 0 | 0.87 | 288.75 | 0.31 | 0.1 |
| Hex | 1F | 12 | 22 | 9 | 2F | 0 | 57 | 121 | 1F | A |
| Octal | 37 | 22 | 42 | 11 | 57 | 0 | 127 | 441 | 37 | 12 |
| Binary | 11111 | 10010 | 100010 | 1001 | 101111 | 0 | 1010111 | 100100001 | 11111 | 1010 |
Color Harmonies of #1F1222
Complementary color
Monochromatic Colors of #1F1222
Black with #1F1222
Text Example
Text Example
White with #1F1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1222; }
p { color: rgb(31,18,34); }
H1.HeaderClassName
{
color: #1F1222;
}
.AnyTagClassName
{
color: #1F1222;
}
</style>
background-color css
<style>
a { background-color: #1F1222; }
a { background-color: rgb(31,18,34); }
div.DivClassName
{
background-color: #1F1222;
}
.BgClassName
{
background-color: #1F1222;
}
</style>
border-color css
<style>
span { border-color: #1F1222; }
span { border-color: rgb(31,18,34); }
td.TdClassName
{
border-color: #1F1222;
}
.TagClassName
{
border-color: #1F1222;
}
</style>