Shades of Blackcurrant #1F122E
Tints of Blackcurrant #1F122E
RGB
CMYK
RGB Variations
Color information
#1F122E (or 0x1F122E) is known color: Blackcurrant. HEX triplet: 1F, 12 and 2E. RGB value is (31,18,46). Sum of RGB (Red+Green+Blue) = 31+18+46=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F122E is #E0EDD1. Grayscale: #181818. Windows color (decimal): -14740946 or 3019295. OLE color: 3019295.
HSL color Cylindrical-coordinate representation of color #1F122E: hue angle of 267.86º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F122E is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 18 | 46 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.82 |
| HSL | 267.86º | 0.44% | 0.13% | - |
| HSV(B) | 267.86º | 0.61% | 0.18% | - |
| XYZ | 1.27 | 0.92 | 2.7 | - |
| YUV | 25.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 46 | 0.33 | 0.61 | 0 | 0.82 | 267.86 | 0.44 | 0.13 |
| Hex | 1F | 12 | 2E | 21 | 3D | 0 | 52 | 10C | 2C | D |
| Octal | 37 | 22 | 56 | 41 | 75 | 0 | 122 | 414 | 54 | 15 |
| Binary | 11111 | 10010 | 101110 | 100001 | 111101 | 0 | 1010010 | 100001100 | 101100 | 1101 |
Color Harmonies of #1F122E
Complementary color
Monochromatic Colors of #1F122E
Black with #1F122E
Text Example
Text Example
White with #1F122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F122E; }
p { color: rgb(31,18,46); }
H1.HeaderClassName
{
color: #1F122E;
}
.AnyTagClassName
{
color: #1F122E;
}
</style>
background-color css
<style>
a { background-color: #1F122E; }
a { background-color: rgb(31,18,46); }
div.DivClassName
{
background-color: #1F122E;
}
.BgClassName
{
background-color: #1F122E;
}
</style>
border-color css
<style>
span { border-color: #1F122E; }
span { border-color: rgb(31,18,46); }
td.TdClassName
{
border-color: #1F122E;
}
.TagClassName
{
border-color: #1F122E;
}
</style>