Shades of Blackcurrant #1F122B
Tints of Blackcurrant #1F122B
RGB
CMYK
RGB Variations
Color information
#1F122B (or 0x1F122B) is known color: Blackcurrant. HEX triplet: 1F, 12 and 2B. RGB value is (31,18,43). Sum of RGB (Red+Green+Blue) = 31+18+43=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F122B is #E0EDD4. Grayscale: #181818. Windows color (decimal): -14740949 or 2822687. OLE color: 2822687.
HSL color Cylindrical-coordinate representation of color #1F122B: hue angle of 271.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F122B is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 18 | 43 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.83 |
| HSL | 271.2º | 0.41% | 0.12% | - |
| HSV(B) | 271.2º | 0.58% | 0.17% | - |
| XYZ | 1.22 | 0.9 | 2.39 | - |
| YUV | 24.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 43 | 0.28 | 0.58 | 0 | 0.83 | 271.2 | 0.41 | 0.12 |
| Hex | 1F | 12 | 2B | 1C | 3A | 0 | 53 | 10F | 29 | C |
| Octal | 37 | 22 | 53 | 34 | 72 | 0 | 123 | 417 | 51 | 14 |
| Binary | 11111 | 10010 | 101011 | 11100 | 111010 | 0 | 1010011 | 100001111 | 101001 | 1100 |
Color Harmonies of #1F122B
Complementary color
Monochromatic Colors of #1F122B
Black with #1F122B
Text Example
Text Example
White with #1F122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F122B; }
p { color: rgb(31,18,43); }
H1.HeaderClassName
{
color: #1F122B;
}
.AnyTagClassName
{
color: #1F122B;
}
</style>
background-color css
<style>
a { background-color: #1F122B; }
a { background-color: rgb(31,18,43); }
div.DivClassName
{
background-color: #1F122B;
}
.BgClassName
{
background-color: #1F122B;
}
</style>
border-color css
<style>
span { border-color: #1F122B; }
span { border-color: rgb(31,18,43); }
td.TdClassName
{
border-color: #1F122B;
}
.TagClassName
{
border-color: #1F122B;
}
</style>