Shades of Blackcurrant #1F0937
Tints of Blackcurrant #1F0937
RGB
CMYK
RGB Variations
Color information
#1F0937 (or 0x1F0937) is known color: Blackcurrant. HEX triplet: 1F, 09 and 37. RGB value is (31,9,55). Sum of RGB (Red+Green+Blue) = 31+9+55=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0937 is #E0F6C8. Grayscale: #141414. Windows color (decimal): -14743241 or 3606815. OLE color: 3606815.
HSL color Cylindrical-coordinate representation of color #1F0937: hue angle of 268.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0937 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 9 | 55 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.78 |
| HSL | 268.7º | 0.72% | 0.13% | - |
| HSV(B) | 268.7º | 0.84% | 0.22% | - |
| XYZ | 1.35 | 0.76 | 3.69 | - |
| YUV | 20.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 55 | 0.44 | 0.84 | 0 | 0.78 | 268.7 | 0.72 | 0.13 |
| Hex | 1F | 9 | 37 | 2C | 54 | 0 | 4E | 10D | 48 | D |
| Octal | 37 | 11 | 67 | 54 | 124 | 0 | 116 | 415 | 110 | 15 |
| Binary | 11111 | 1001 | 110111 | 101100 | 1010100 | 0 | 1001110 | 100001101 | 1001000 | 1101 |
Color Harmonies of #1F0937
Complementary color
Monochromatic Colors of #1F0937
Black with #1F0937
Text Example
Text Example
White with #1F0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0937; }
p { color: rgb(31,9,55); }
H1.HeaderClassName
{
color: #1F0937;
}
.AnyTagClassName
{
color: #1F0937;
}
</style>
background-color css
<style>
a { background-color: #1F0937; }
a { background-color: rgb(31,9,55); }
div.DivClassName
{
background-color: #1F0937;
}
.BgClassName
{
background-color: #1F0937;
}
</style>
border-color css
<style>
span { border-color: #1F0937; }
span { border-color: rgb(31,9,55); }
td.TdClassName
{
border-color: #1F0937;
}
.TagClassName
{
border-color: #1F0937;
}
</style>