Shades of Blackcurrant #1F0432
Tints of Blackcurrant #1F0432
RGB
CMYK
RGB Variations
Color information
#1F0432 (or 0x1F0432) is known color: Blackcurrant. HEX triplet: 1F, 04 and 32. RGB value is (31,4,50). Sum of RGB (Red+Green+Blue) = 31+4+50=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F0432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0432 is #E0FBCD. Grayscale: #111111. Windows color (decimal): -14744526 or 3277855. OLE color: 3277855.
HSL color Cylindrical-coordinate representation of color #1F0432: hue angle of 275.22º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0432 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 4 | 50 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.80 |
| HSL | 275.22º | 0.85% | 0.11% | - |
| HSV(B) | 275.22º | 0.92% | 0.2% | - |
| XYZ | 1.18 | 0.61 | 3.07 | - |
| YUV | 17.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 50 | 0.38 | 0.92 | 0 | 0.80 | 275.22 | 0.85 | 0.11 |
| Hex | 1F | 4 | 32 | 26 | 5C | 0 | 50 | 113 | 55 | B |
| Octal | 37 | 4 | 62 | 46 | 134 | 0 | 120 | 423 | 125 | 13 |
| Binary | 11111 | 100 | 110010 | 100110 | 1011100 | 0 | 1010000 | 100010011 | 1010101 | 1011 |
Color Harmonies of #1F0432
Complementary color
Monochromatic Colors of #1F0432
Black with #1F0432
Text Example
Text Example
White with #1F0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0432; }
p { color: rgb(31,4,50); }
H1.HeaderClassName
{
color: #1F0432;
}
.AnyTagClassName
{
color: #1F0432;
}
</style>
background-color css
<style>
a { background-color: #1F0432; }
a { background-color: rgb(31,4,50); }
div.DivClassName
{
background-color: #1F0432;
}
.BgClassName
{
background-color: #1F0432;
}
</style>
border-color css
<style>
span { border-color: #1F0432; }
span { border-color: rgb(31,4,50); }
td.TdClassName
{
border-color: #1F0432;
}
.TagClassName
{
border-color: #1F0432;
}
</style>