Shades of Blackcurrant #1F053A
Tints of Blackcurrant #1F053A
RGB
CMYK
RGB Variations
Color information
#1F053A (or 0x1F053A) is known color: Blackcurrant. HEX triplet: 1F, 05 and 3A. RGB value is (31,5,58). Sum of RGB (Red+Green+Blue) = 31+5+58=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F053A is #E0FAC5. Grayscale: #121212. Windows color (decimal): -14744262 or 3802399. OLE color: 3802399.
HSL color Cylindrical-coordinate representation of color #1F053A: hue angle of 269.43º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F053A is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 5 | 58 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.77 |
| HSL | 269.43º | 0.84% | 0.12% | - |
| HSV(B) | 269.43º | 0.91% | 0.23% | - |
| XYZ | 1.38 | 0.71 | 4.07 | - |
| YUV | 18.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 58 | 0.47 | 0.91 | 0 | 0.77 | 269.43 | 0.84 | 0.12 |
| Hex | 1F | 5 | 3A | 2F | 5B | 0 | 4D | 10D | 54 | C |
| Octal | 37 | 5 | 72 | 57 | 133 | 0 | 115 | 415 | 124 | 14 |
| Binary | 11111 | 101 | 111010 | 101111 | 1011011 | 0 | 1001101 | 100001101 | 1010100 | 1100 |
Color Harmonies of #1F053A
Complementary color
Monochromatic Colors of #1F053A
Black with #1F053A
Text Example
Text Example
White with #1F053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F053A; }
p { color: rgb(31,5,58); }
H1.HeaderClassName
{
color: #1F053A;
}
.AnyTagClassName
{
color: #1F053A;
}
</style>
background-color css
<style>
a { background-color: #1F053A; }
a { background-color: rgb(31,5,58); }
div.DivClassName
{
background-color: #1F053A;
}
.BgClassName
{
background-color: #1F053A;
}
</style>
border-color css
<style>
span { border-color: #1F053A; }
span { border-color: rgb(31,5,58); }
td.TdClassName
{
border-color: #1F053A;
}
.TagClassName
{
border-color: #1F053A;
}
</style>