Shades of Blackcurrant #1F0740
Tints of Blackcurrant #1F0740
RGB
CMYK
RGB Variations
Color information
#1F0740 (or 0x1F0740) is known color: Blackcurrant. HEX triplet: 1F, 07 and 40. RGB value is (31,7,64). Sum of RGB (Red+Green+Blue) = 31+7+64=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F0740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0740 is #E0F8BF. Grayscale: #141414. Windows color (decimal): -14743744 or 4196127. OLE color: 4196127.
HSL color Cylindrical-coordinate representation of color #1F0740: hue angle of 265.26º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0740 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 7 | 64 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.75 |
| HSL | 265.26º | 0.8% | 0.14% | - |
| HSV(B) | 265.26º | 0.89% | 0.25% | - |
| XYZ | 1.57 | 0.81 | 4.92 | - |
| YUV | 20.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 64 | 0.52 | 0.89 | 0 | 0.75 | 265.26 | 0.8 | 0.14 |
| Hex | 1F | 7 | 40 | 34 | 59 | 0 | 4B | 109 | 50 | E |
| Octal | 37 | 7 | 100 | 64 | 131 | 0 | 113 | 411 | 120 | 16 |
| Binary | 11111 | 111 | 1000000 | 110100 | 1011001 | 0 | 1001011 | 100001001 | 1010000 | 1110 |
Color Harmonies of #1F0740
Complementary color
Monochromatic Colors of #1F0740
Black with #1F0740
Text Example
Text Example
White with #1F0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0740; }
p { color: rgb(31,7,64); }
H1.HeaderClassName
{
color: #1F0740;
}
.AnyTagClassName
{
color: #1F0740;
}
</style>
background-color css
<style>
a { background-color: #1F0740; }
a { background-color: rgb(31,7,64); }
div.DivClassName
{
background-color: #1F0740;
}
.BgClassName
{
background-color: #1F0740;
}
</style>
border-color css
<style>
span { border-color: #1F0740; }
span { border-color: rgb(31,7,64); }
td.TdClassName
{
border-color: #1F0740;
}
.TagClassName
{
border-color: #1F0740;
}
</style>