Shades of Blackcurrant #1F0524
Tints of Blackcurrant #1F0524
RGB
CMYK
RGB Variations
Color information
#1F0524 (or 0x1F0524) is known color: Blackcurrant. HEX triplet: 1F, 05 and 24. RGB value is (31,5,36). Sum of RGB (Red+Green+Blue) = 31+5+36=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0524 is #E0FADB. Grayscale: #101010. Windows color (decimal): -14744284 or 2360607. OLE color: 2360607.
HSL color Cylindrical-coordinate representation of color #1F0524: hue angle of 290.32º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F0524 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 5 | 36 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.86 |
| HSL | 290.32º | 0.76% | 0.08% | - |
| HSV(B) | 290.32º | 0.86% | 0.14% | - |
| XYZ | 0.94 | 0.53 | 1.72 | - |
| YUV | 16.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 36 | 0.14 | 0.86 | 0 | 0.86 | 290.32 | 0.76 | 0.08 |
| Hex | 1F | 5 | 24 | E | 56 | 0 | 56 | 122 | 4C | 8 |
| Octal | 37 | 5 | 44 | 16 | 126 | 0 | 126 | 442 | 114 | 10 |
| Binary | 11111 | 101 | 100100 | 1110 | 1010110 | 0 | 1010110 | 100100010 | 1001100 | 1000 |
Color Harmonies of #1F0524
Complementary color
Monochromatic Colors of #1F0524
Black with #1F0524
Text Example
Text Example
White with #1F0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0524; }
p { color: rgb(31,5,36); }
H1.HeaderClassName
{
color: #1F0524;
}
.AnyTagClassName
{
color: #1F0524;
}
</style>
background-color css
<style>
a { background-color: #1F0524; }
a { background-color: rgb(31,5,36); }
div.DivClassName
{
background-color: #1F0524;
}
.BgClassName
{
background-color: #1F0524;
}
</style>
border-color css
<style>
span { border-color: #1F0524; }
span { border-color: rgb(31,5,36); }
td.TdClassName
{
border-color: #1F0524;
}
.TagClassName
{
border-color: #1F0524;
}
</style>