Shades of Blackcurrant #1F0530
Tints of Blackcurrant #1F0530
RGB
CMYK
RGB Variations
Color information
#1F0530 (or 0x1F0530) is known color: Blackcurrant. HEX triplet: 1F, 05 and 30. RGB value is (31,5,48). Sum of RGB (Red+Green+Blue) = 31+5+48=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0530 is #E0FACF. Grayscale: #111111. Windows color (decimal): -14744272 or 3147039. OLE color: 3147039.
HSL color Cylindrical-coordinate representation of color #1F0530: hue angle of 276.28º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0530 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 5 | 48 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.81 |
| HSL | 276.28º | 0.81% | 0.1% | - |
| HSV(B) | 276.28º | 0.9% | 0.19% | - |
| XYZ | 1.15 | 0.61 | 2.85 | - |
| YUV | 17.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 48 | 0.35 | 0.90 | 0 | 0.81 | 276.28 | 0.81 | 0.1 |
| Hex | 1F | 5 | 30 | 23 | 5A | 0 | 51 | 114 | 51 | A |
| Octal | 37 | 5 | 60 | 43 | 132 | 0 | 121 | 424 | 121 | 12 |
| Binary | 11111 | 101 | 110000 | 100011 | 1011010 | 0 | 1010001 | 100010100 | 1010001 | 1010 |
Color Harmonies of #1F0530
Complementary color
Monochromatic Colors of #1F0530
Black with #1F0530
Text Example
Text Example
White with #1F0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0530; }
p { color: rgb(31,5,48); }
H1.HeaderClassName
{
color: #1F0530;
}
.AnyTagClassName
{
color: #1F0530;
}
</style>
background-color css
<style>
a { background-color: #1F0530; }
a { background-color: rgb(31,5,48); }
div.DivClassName
{
background-color: #1F0530;
}
.BgClassName
{
background-color: #1F0530;
}
</style>
border-color css
<style>
span { border-color: #1F0530; }
span { border-color: rgb(31,5,48); }
td.TdClassName
{
border-color: #1F0530;
}
.TagClassName
{
border-color: #1F0530;
}
</style>