Shades of Blackcurrant #1F112B
Tints of Blackcurrant #1F112B
RGB
CMYK
RGB Variations
Color information
#1F112B (or 0x1F112B) is known color: Blackcurrant. HEX triplet: 1F, 11 and 2B. RGB value is (31,17,43). Sum of RGB (Red+Green+Blue) = 31+17+43=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F112B is #E0EED4. Grayscale: #181818. Windows color (decimal): -14741205 or 2822431. OLE color: 2822431.
HSL color Cylindrical-coordinate representation of color #1F112B: hue angle of 272.31º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F112B is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 17 | 43 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.83 |
| HSL | 272.31º | 0.43% | 0.12% | - |
| HSV(B) | 272.31º | 0.6% | 0.17% | - |
| XYZ | 1.2 | 0.87 | 2.39 | - |
| YUV | 24.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 43 | 0.28 | 0.60 | 0 | 0.83 | 272.31 | 0.43 | 0.12 |
| Hex | 1F | 11 | 2B | 1C | 3C | 0 | 53 | 110 | 2B | C |
| Octal | 37 | 21 | 53 | 34 | 74 | 0 | 123 | 420 | 53 | 14 |
| Binary | 11111 | 10001 | 101011 | 11100 | 111100 | 0 | 1010011 | 100010000 | 101011 | 1100 |
Color Harmonies of #1F112B
Complementary color
Monochromatic Colors of #1F112B
Black with #1F112B
Text Example
Text Example
White with #1F112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F112B; }
p { color: rgb(31,17,43); }
H1.HeaderClassName
{
color: #1F112B;
}
.AnyTagClassName
{
color: #1F112B;
}
</style>
background-color css
<style>
a { background-color: #1F112B; }
a { background-color: rgb(31,17,43); }
div.DivClassName
{
background-color: #1F112B;
}
.BgClassName
{
background-color: #1F112B;
}
</style>
border-color css
<style>
span { border-color: #1F112B; }
span { border-color: rgb(31,17,43); }
td.TdClassName
{
border-color: #1F112B;
}
.TagClassName
{
border-color: #1F112B;
}
</style>