Shades of Blackcurrant #1F0824
Tints of Blackcurrant #1F0824
RGB
CMYK
RGB Variations
Color information
#1F0824 (or 0x1F0824) is known color: Blackcurrant. HEX triplet: 1F, 08 and 24. RGB value is (31,8,36). Sum of RGB (Red+Green+Blue) = 31+8+36=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0824 is #E0F7DB. Grayscale: #111111. Windows color (decimal): -14743516 or 2361375. OLE color: 2361375.
HSL color Cylindrical-coordinate representation of color #1F0824: hue angle of 289.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F0824 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 8 | 36 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.86 |
| HSL | 289.29º | 0.64% | 0.09% | - |
| HSV(B) | 289.29º | 0.78% | 0.14% | - |
| XYZ | 0.97 | 0.59 | 1.73 | - |
| YUV | 18.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 36 | 0.14 | 0.78 | 0 | 0.86 | 289.29 | 0.64 | 0.09 |
| Hex | 1F | 8 | 24 | E | 4E | 0 | 56 | 121 | 40 | 9 |
| Octal | 37 | 10 | 44 | 16 | 116 | 0 | 126 | 441 | 100 | 11 |
| Binary | 11111 | 1000 | 100100 | 1110 | 1001110 | 0 | 1010110 | 100100001 | 1000000 | 1001 |
Color Harmonies of #1F0824
Complementary color
Monochromatic Colors of #1F0824
Black with #1F0824
Text Example
Text Example
White with #1F0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0824; }
p { color: rgb(31,8,36); }
H1.HeaderClassName
{
color: #1F0824;
}
.AnyTagClassName
{
color: #1F0824;
}
</style>
background-color css
<style>
a { background-color: #1F0824; }
a { background-color: rgb(31,8,36); }
div.DivClassName
{
background-color: #1F0824;
}
.BgClassName
{
background-color: #1F0824;
}
</style>
border-color css
<style>
span { border-color: #1F0824; }
span { border-color: rgb(31,8,36); }
td.TdClassName
{
border-color: #1F0824;
}
.TagClassName
{
border-color: #1F0824;
}
</style>