Shades of Blackcurrant #1F0347
Tints of Blackcurrant #1F0347
RGB
CMYK
RGB Variations
Color information
#1F0347 (or 0x1F0347) is known color: Blackcurrant. HEX triplet: 1F, 03 and 47. RGB value is (31,3,71). Sum of RGB (Red+Green+Blue) = 31+3+71=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0347 is #E0FCB8. Grayscale: #121212. Windows color (decimal): -14744761 or 4653855. OLE color: 4653855.
HSL color Cylindrical-coordinate representation of color #1F0347: hue angle of 264.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0347 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 3 | 71 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.72 |
| HSL | 264.71º | 0.92% | 0.15% | - |
| HSV(B) | 264.71º | 0.96% | 0.28% | - |
| XYZ | 1.73 | 0.81 | 6.03 | - |
| YUV | 19.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 71 | 0.56 | 0.96 | 0 | 0.72 | 264.71 | 0.92 | 0.15 |
| Hex | 1F | 3 | 47 | 38 | 60 | 0 | 48 | 109 | 5C | F |
| Octal | 37 | 3 | 107 | 70 | 140 | 0 | 110 | 411 | 134 | 17 |
| Binary | 11111 | 11 | 1000111 | 111000 | 1100000 | 0 | 1001000 | 100001001 | 1011100 | 1111 |
Color Harmonies of #1F0347
Complementary color
Monochromatic Colors of #1F0347
Black with #1F0347
Text Example
Text Example
White with #1F0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0347; }
p { color: rgb(31,3,71); }
H1.HeaderClassName
{
color: #1F0347;
}
.AnyTagClassName
{
color: #1F0347;
}
</style>
background-color css
<style>
a { background-color: #1F0347; }
a { background-color: rgb(31,3,71); }
div.DivClassName
{
background-color: #1F0347;
}
.BgClassName
{
background-color: #1F0347;
}
</style>
border-color css
<style>
span { border-color: #1F0347; }
span { border-color: rgb(31,3,71); }
td.TdClassName
{
border-color: #1F0347;
}
.TagClassName
{
border-color: #1F0347;
}
</style>