Shades of Blackcurrant #1F0024
Tints of Blackcurrant #1F0024
RGB
CMYK
RGB Variations
Color information
#1F0024 (or 0x1F0024) is known color: Blackcurrant. HEX triplet: 1F, 00 and 24. RGB value is (31,0,36). Sum of RGB (Red+Green+Blue) = 31+0+36=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0024 is #E0FFDB. Grayscale: #0D0D0D. Windows color (decimal): -14745564 or 2359327. OLE color: 2359327.
HSL color Cylindrical-coordinate representation of color #1F0024: hue angle of 291.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0024 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 0 | 36 | - |
| CMYK | 0.14 | 1 | 0 | 0.86 |
| HSL | 291.67º | 1% | 0.07% | - |
| HSV(B) | 291.67º | 1% | 0.14% | - |
| XYZ | 0.88 | 0.42 | 1.7 | - |
| YUV | 13.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 36 | 0.14 | 1 | 0 | 0.86 | 291.67 | 1 | 0.07 |
| Hex | 1F | 0 | 24 | E | 64 | 0 | 56 | 124 | 64 | 7 |
| Octal | 37 | 0 | 44 | 16 | 144 | 0 | 126 | 444 | 144 | 7 |
| Binary | 11111 | 0 | 100100 | 1110 | 1100100 | 0 | 1010110 | 100100100 | 1100100 | 111 |
Color Harmonies of #1F0024
Complementary color
Monochromatic Colors of #1F0024
Black with #1F0024
Text Example
Text Example
White with #1F0024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0024; }
p { color: rgb(31,0,36); }
H1.HeaderClassName
{
color: #1F0024;
}
.AnyTagClassName
{
color: #1F0024;
}
</style>
background-color css
<style>
a { background-color: #1F0024; }
a { background-color: rgb(31,0,36); }
div.DivClassName
{
background-color: #1F0024;
}
.BgClassName
{
background-color: #1F0024;
}
</style>
border-color css
<style>
span { border-color: #1F0024; }
span { border-color: rgb(31,0,36); }
td.TdClassName
{
border-color: #1F0024;
}
.TagClassName
{
border-color: #1F0024;
}
</style>