Shades of Blackcurrant #1F132A
Tints of Blackcurrant #1F132A
RGB
CMYK
RGB Variations
Color information
#1F132A (or 0x1F132A) is known color: Blackcurrant. HEX triplet: 1F, 13 and 2A. RGB value is (31,19,42). Sum of RGB (Red+Green+Blue) = 31+19+42=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F132A is #E0ECD5. Grayscale: #191919. Windows color (decimal): -14740694 or 2757407. OLE color: 2757407.
HSL color Cylindrical-coordinate representation of color #1F132A: hue angle of 271.3º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F132A is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 19 | 42 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.84 |
| HSL | 271.3º | 0.38% | 0.12% | - |
| HSV(B) | 271.3º | 0.55% | 0.16% | - |
| XYZ | 1.22 | 0.92 | 2.3 | - |
| YUV | 25.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 42 | 0.26 | 0.55 | 0 | 0.84 | 271.3 | 0.38 | 0.12 |
| Hex | 1F | 13 | 2A | 1A | 37 | 0 | 54 | 10F | 26 | C |
| Octal | 37 | 23 | 52 | 32 | 67 | 0 | 124 | 417 | 46 | 14 |
| Binary | 11111 | 10011 | 101010 | 11010 | 110111 | 0 | 1010100 | 100001111 | 100110 | 1100 |
Color Harmonies of #1F132A
Complementary color
Monochromatic Colors of #1F132A
Black with #1F132A
Text Example
Text Example
White with #1F132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F132A; }
p { color: rgb(31,19,42); }
H1.HeaderClassName
{
color: #1F132A;
}
.AnyTagClassName
{
color: #1F132A;
}
</style>
background-color css
<style>
a { background-color: #1F132A; }
a { background-color: rgb(31,19,42); }
div.DivClassName
{
background-color: #1F132A;
}
.BgClassName
{
background-color: #1F132A;
}
</style>
border-color css
<style>
span { border-color: #1F132A; }
span { border-color: rgb(31,19,42); }
td.TdClassName
{
border-color: #1F132A;
}
.TagClassName
{
border-color: #1F132A;
}
</style>