Shades of Blackcurrant #1F132C
Tints of Blackcurrant #1F132C
RGB
CMYK
RGB Variations
Color information
#1F132C (or 0x1F132C) is known color: Blackcurrant. HEX triplet: 1F, 13 and 2C. RGB value is (31,19,44). Sum of RGB (Red+Green+Blue) = 31+19+44=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F132C is #E0ECD3. Grayscale: #191919. Windows color (decimal): -14740692 or 2888479. OLE color: 2888479.
HSL color Cylindrical-coordinate representation of color #1F132C: hue angle of 268.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F132C is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 19 | 44 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.83 |
| HSL | 268.8º | 0.4% | 0.12% | - |
| HSV(B) | 268.8º | 0.57% | 0.17% | - |
| XYZ | 1.25 | 0.94 | 2.5 | - |
| YUV | 25.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 44 | 0.30 | 0.57 | 0 | 0.83 | 268.8 | 0.4 | 0.12 |
| Hex | 1F | 13 | 2C | 1E | 39 | 0 | 53 | 10D | 28 | C |
| Octal | 37 | 23 | 54 | 36 | 71 | 0 | 123 | 415 | 50 | 14 |
| Binary | 11111 | 10011 | 101100 | 11110 | 111001 | 0 | 1010011 | 100001101 | 101000 | 1100 |
Color Harmonies of #1F132C
Complementary color
Monochromatic Colors of #1F132C
Black with #1F132C
Text Example
Text Example
White with #1F132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F132C; }
p { color: rgb(31,19,44); }
H1.HeaderClassName
{
color: #1F132C;
}
.AnyTagClassName
{
color: #1F132C;
}
</style>
background-color css
<style>
a { background-color: #1F132C; }
a { background-color: rgb(31,19,44); }
div.DivClassName
{
background-color: #1F132C;
}
.BgClassName
{
background-color: #1F132C;
}
</style>
border-color css
<style>
span { border-color: #1F132C; }
span { border-color: rgb(31,19,44); }
td.TdClassName
{
border-color: #1F132C;
}
.TagClassName
{
border-color: #1F132C;
}
</style>