Shades of Blackcurrant #1F1037
Tints of Blackcurrant #1F1037
RGB
CMYK
RGB Variations
Color information
#1F1037 (or 0x1F1037) is known color: Blackcurrant. HEX triplet: 1F, 10 and 37. RGB value is (31,16,55). Sum of RGB (Red+Green+Blue) = 31+16+55=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F1037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1037 is #E0EFC8. Grayscale: #181818. Windows color (decimal): -14741449 or 3608607. OLE color: 3608607.
HSL color Cylindrical-coordinate representation of color #1F1037: hue angle of 263.08º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1037 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 16 | 55 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.78 |
| HSL | 263.08º | 0.55% | 0.14% | - |
| HSV(B) | 263.08º | 0.71% | 0.22% | - |
| XYZ | 1.44 | 0.94 | 3.72 | - |
| YUV | 24.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 55 | 0.44 | 0.71 | 0 | 0.78 | 263.08 | 0.55 | 0.14 |
| Hex | 1F | 10 | 37 | 2C | 47 | 0 | 4E | 107 | 37 | E |
| Octal | 37 | 20 | 67 | 54 | 107 | 0 | 116 | 407 | 67 | 16 |
| Binary | 11111 | 10000 | 110111 | 101100 | 1000111 | 0 | 1001110 | 100000111 | 110111 | 1110 |
Color Harmonies of #1F1037
Complementary color
Monochromatic Colors of #1F1037
Black with #1F1037
Text Example
Text Example
White with #1F1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1037; }
p { color: rgb(31,16,55); }
H1.HeaderClassName
{
color: #1F1037;
}
.AnyTagClassName
{
color: #1F1037;
}
</style>
background-color css
<style>
a { background-color: #1F1037; }
a { background-color: rgb(31,16,55); }
div.DivClassName
{
background-color: #1F1037;
}
.BgClassName
{
background-color: #1F1037;
}
</style>
border-color css
<style>
span { border-color: #1F1037; }
span { border-color: rgb(31,16,55); }
td.TdClassName
{
border-color: #1F1037;
}
.TagClassName
{
border-color: #1F1037;
}
</style>