Shades of Blackcurrant #1F0730
Tints of Blackcurrant #1F0730
RGB
CMYK
RGB Variations
Color information
#1F0730 (or 0x1F0730) is known color: Blackcurrant. HEX triplet: 1F, 07 and 30. RGB value is (31,7,48). Sum of RGB (Red+Green+Blue) = 31+7+48=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0730 is #E0F8CF. Grayscale: #121212. Windows color (decimal): -14743760 or 3147551. OLE color: 3147551.
HSL color Cylindrical-coordinate representation of color #1F0730: hue angle of 275.12º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F0730 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 7 | 48 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.81 |
| HSL | 275.12º | 0.75% | 0.11% | - |
| HSV(B) | 275.12º | 0.85% | 0.19% | - |
| XYZ | 1.17 | 0.66 | 2.86 | - |
| YUV | 18.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 48 | 0.35 | 0.85 | 0 | 0.81 | 275.12 | 0.75 | 0.11 |
| Hex | 1F | 7 | 30 | 23 | 55 | 0 | 51 | 113 | 4B | B |
| Octal | 37 | 7 | 60 | 43 | 125 | 0 | 121 | 423 | 113 | 13 |
| Binary | 11111 | 111 | 110000 | 100011 | 1010101 | 0 | 1010001 | 100010011 | 1001011 | 1011 |
Color Harmonies of #1F0730
Complementary color
Monochromatic Colors of #1F0730
Black with #1F0730
Text Example
Text Example
White with #1F0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0730; }
p { color: rgb(31,7,48); }
H1.HeaderClassName
{
color: #1F0730;
}
.AnyTagClassName
{
color: #1F0730;
}
</style>
background-color css
<style>
a { background-color: #1F0730; }
a { background-color: rgb(31,7,48); }
div.DivClassName
{
background-color: #1F0730;
}
.BgClassName
{
background-color: #1F0730;
}
</style>
border-color css
<style>
span { border-color: #1F0730; }
span { border-color: rgb(31,7,48); }
td.TdClassName
{
border-color: #1F0730;
}
.TagClassName
{
border-color: #1F0730;
}
</style>