Shades of Blackcurrant #1F0724
Tints of Blackcurrant #1F0724
RGB
CMYK
RGB Variations
Color information
#1F0724 (or 0x1F0724) is known color: Blackcurrant. HEX triplet: 1F, 07 and 24. RGB value is (31,7,36). Sum of RGB (Red+Green+Blue) = 31+7+36=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0724 is #E0F8DB. Grayscale: #111111. Windows color (decimal): -14743772 or 2361119. OLE color: 2361119.
HSL color Cylindrical-coordinate representation of color #1F0724: hue angle of 289.66º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0724 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 7 | 36 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.86 |
| HSL | 289.66º | 0.67% | 0.08% | - |
| HSV(B) | 289.66º | 0.81% | 0.14% | - |
| XYZ | 0.96 | 0.57 | 1.73 | - |
| YUV | 17.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 36 | 0.14 | 0.81 | 0 | 0.86 | 289.66 | 0.67 | 0.08 |
| Hex | 1F | 7 | 24 | E | 51 | 0 | 56 | 122 | 43 | 8 |
| Octal | 37 | 7 | 44 | 16 | 121 | 0 | 126 | 442 | 103 | 10 |
| Binary | 11111 | 111 | 100100 | 1110 | 1010001 | 0 | 1010110 | 100100010 | 1000011 | 1000 |
Color Harmonies of #1F0724
Complementary color
Monochromatic Colors of #1F0724
Black with #1F0724
Text Example
Text Example
White with #1F0724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0724; }
p { color: rgb(31,7,36); }
H1.HeaderClassName
{
color: #1F0724;
}
.AnyTagClassName
{
color: #1F0724;
}
</style>
background-color css
<style>
a { background-color: #1F0724; }
a { background-color: rgb(31,7,36); }
div.DivClassName
{
background-color: #1F0724;
}
.BgClassName
{
background-color: #1F0724;
}
</style>
border-color css
<style>
span { border-color: #1F0724; }
span { border-color: rgb(31,7,36); }
td.TdClassName
{
border-color: #1F0724;
}
.TagClassName
{
border-color: #1F0724;
}
</style>