Shades of Blackcurrant #1F1231
Tints of Blackcurrant #1F1231
RGB
CMYK
RGB Variations
Color information
#1F1231 (or 0x1F1231) is known color: Blackcurrant. HEX triplet: 1F, 12 and 31. RGB value is (31,18,49). Sum of RGB (Red+Green+Blue) = 31+18+49=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F1231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1231 is #E0EDCE. Grayscale: #191919. Windows color (decimal): -14740943 or 3215903. OLE color: 3215903.
HSL color Cylindrical-coordinate representation of color #1F1231: hue angle of 265.16º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F1231 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 18 | 49 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.81 |
| HSL | 265.16º | 0.46% | 0.13% | - |
| HSV(B) | 265.16º | 0.63% | 0.19% | - |
| XYZ | 1.34 | 0.95 | 3.02 | - |
| YUV | 25.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 49 | 0.37 | 0.63 | 0 | 0.81 | 265.16 | 0.46 | 0.13 |
| Hex | 1F | 12 | 31 | 25 | 3F | 0 | 51 | 109 | 2E | D |
| Octal | 37 | 22 | 61 | 45 | 77 | 0 | 121 | 411 | 56 | 15 |
| Binary | 11111 | 10010 | 110001 | 100101 | 111111 | 0 | 1010001 | 100001001 | 101110 | 1101 |
Color Harmonies of #1F1231
Complementary color
Monochromatic Colors of #1F1231
Black with #1F1231
Text Example
Text Example
White with #1F1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1231; }
p { color: rgb(31,18,49); }
H1.HeaderClassName
{
color: #1F1231;
}
.AnyTagClassName
{
color: #1F1231;
}
</style>
background-color css
<style>
a { background-color: #1F1231; }
a { background-color: rgb(31,18,49); }
div.DivClassName
{
background-color: #1F1231;
}
.BgClassName
{
background-color: #1F1231;
}
</style>
border-color css
<style>
span { border-color: #1F1231; }
span { border-color: rgb(31,18,49); }
td.TdClassName
{
border-color: #1F1231;
}
.TagClassName
{
border-color: #1F1231;
}
</style>