Shades of Blackcurrant #1F0624
Tints of Blackcurrant #1F0624
RGB
CMYK
RGB Variations
Color information
#1F0624 (or 0x1F0624) is known color: Blackcurrant. HEX triplet: 1F, 06 and 24. RGB value is (31,6,36). Sum of RGB (Red+Green+Blue) = 31+6+36=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0624 is #E0F9DB. Grayscale: #101010. Windows color (decimal): -14744028 or 2360863. OLE color: 2360863.
HSL color Cylindrical-coordinate representation of color #1F0624: hue angle of 290º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F0624 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 6 | 36 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.86 |
| HSL | 290º | 0.71% | 0.08% | - |
| HSV(B) | 290º | 0.83% | 0.14% | - |
| XYZ | 0.95 | 0.55 | 1.73 | - |
| YUV | 16.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 36 | 0.14 | 0.83 | 0 | 0.86 | 290 | 0.71 | 0.08 |
| Hex | 1F | 6 | 24 | E | 53 | 0 | 56 | 122 | 47 | 8 |
| Octal | 37 | 6 | 44 | 16 | 123 | 0 | 126 | 442 | 107 | 10 |
| Binary | 11111 | 110 | 100100 | 1110 | 1010011 | 0 | 1010110 | 100100010 | 1000111 | 1000 |
Color Harmonies of #1F0624
Complementary color
Monochromatic Colors of #1F0624
Black with #1F0624
Text Example
Text Example
White with #1F0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0624; }
p { color: rgb(31,6,36); }
H1.HeaderClassName
{
color: #1F0624;
}
.AnyTagClassName
{
color: #1F0624;
}
</style>
background-color css
<style>
a { background-color: #1F0624; }
a { background-color: rgb(31,6,36); }
div.DivClassName
{
background-color: #1F0624;
}
.BgClassName
{
background-color: #1F0624;
}
</style>
border-color css
<style>
span { border-color: #1F0624; }
span { border-color: rgb(31,6,36); }
td.TdClassName
{
border-color: #1F0624;
}
.TagClassName
{
border-color: #1F0624;
}
</style>