Shades of Blackcurrant #1F0047
Tints of Blackcurrant #1F0047
RGB
CMYK
RGB Variations
Color information
#1F0047 (or 0x1F0047) is known color: Blackcurrant. HEX triplet: 1F, 00 and 47. RGB value is (31,0,71). Sum of RGB (Red+Green+Blue) = 31+0+71=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F0047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0047 is #E0FFB8. Grayscale: #111111. Windows color (decimal): -14745529 or 4653087. OLE color: 4653087.
HSL color Cylindrical-coordinate representation of color #1F0047: hue angle of 266.2º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0047 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 0 | 71 | - |
| CMYK | 0.56 | 1 | 0 | 0.72 |
| HSL | 266.2º | 1% | 0.14% | - |
| HSV(B) | 266.2º | 1% | 0.28% | - |
| XYZ | 1.7 | 0.75 | 6.02 | - |
| YUV | 17.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 71 | 0.56 | 1 | 0 | 0.72 | 266.2 | 1 | 0.14 |
| Hex | 1F | 0 | 47 | 38 | 64 | 0 | 48 | 10A | 64 | E |
| Octal | 37 | 0 | 107 | 70 | 144 | 0 | 110 | 412 | 144 | 16 |
| Binary | 11111 | 0 | 1000111 | 111000 | 1100100 | 0 | 1001000 | 100001010 | 1100100 | 1110 |
Color Harmonies of #1F0047
Complementary color
Monochromatic Colors of #1F0047
Black with #1F0047
Text Example
Text Example
White with #1F0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0047; }
p { color: rgb(31,0,71); }
H1.HeaderClassName
{
color: #1F0047;
}
.AnyTagClassName
{
color: #1F0047;
}
</style>
background-color css
<style>
a { background-color: #1F0047; }
a { background-color: rgb(31,0,71); }
div.DivClassName
{
background-color: #1F0047;
}
.BgClassName
{
background-color: #1F0047;
}
</style>
border-color css
<style>
span { border-color: #1F0047; }
span { border-color: rgb(31,0,71); }
td.TdClassName
{
border-color: #1F0047;
}
.TagClassName
{
border-color: #1F0047;
}
</style>