Shades of Blackcurrant #1F1224
Tints of Blackcurrant #1F1224
RGB
CMYK
RGB Variations
Color information
#1F1224 (or 0x1F1224) is known color: Blackcurrant. HEX triplet: 1F, 12 and 24. RGB value is (31,18,36). Sum of RGB (Red+Green+Blue) = 31+18+36=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1224 is #E0EDDB. Grayscale: #171717. Windows color (decimal): -14740956 or 2363935. OLE color: 2363935.
HSL color Cylindrical-coordinate representation of color #1F1224: hue angle of 283.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F1224 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 18 | 36 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.86 |
| HSL | 283.33º | 0.33% | 0.11% | - |
| HSV(B) | 283.33º | 0.5% | 0.14% | - |
| XYZ | 1.1 | 0.85 | 1.78 | - |
| YUV | 23.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 36 | 0.14 | 0.5 | 0 | 0.86 | 283.33 | 0.33 | 0.11 |
| Hex | 1F | 12 | 24 | E | 32 | 0 | 56 | 11B | 21 | B |
| Octal | 37 | 22 | 44 | 16 | 62 | 0 | 126 | 433 | 41 | 13 |
| Binary | 11111 | 10010 | 100100 | 1110 | 110010 | 0 | 1010110 | 100011011 | 100001 | 1011 |
Color Harmonies of #1F1224
Complementary color
Monochromatic Colors of #1F1224
Black with #1F1224
Text Example
Text Example
White with #1F1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1224; }
p { color: rgb(31,18,36); }
H1.HeaderClassName
{
color: #1F1224;
}
.AnyTagClassName
{
color: #1F1224;
}
</style>
background-color css
<style>
a { background-color: #1F1224; }
a { background-color: rgb(31,18,36); }
div.DivClassName
{
background-color: #1F1224;
}
.BgClassName
{
background-color: #1F1224;
}
</style>
border-color css
<style>
span { border-color: #1F1224; }
span { border-color: rgb(31,18,36); }
td.TdClassName
{
border-color: #1F1224;
}
.TagClassName
{
border-color: #1F1224;
}
</style>