Shades of Blackcurrant #1F122C
Tints of Blackcurrant #1F122C
RGB
CMYK
RGB Variations
Color information
#1F122C (or 0x1F122C) is known color: Blackcurrant. HEX triplet: 1F, 12 and 2C. RGB value is (31,18,44). Sum of RGB (Red+Green+Blue) = 31+18+44=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F122C is #E0EDD3. Grayscale: #181818. Windows color (decimal): -14740948 or 2888223. OLE color: 2888223.
HSL color Cylindrical-coordinate representation of color #1F122C: hue angle of 270º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F122C is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 18 | 44 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.83 |
| HSL | 270º | 0.42% | 0.12% | - |
| HSV(B) | 270º | 0.59% | 0.17% | - |
| XYZ | 1.24 | 0.91 | 2.49 | - |
| YUV | 24.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 44 | 0.30 | 0.59 | 0 | 0.83 | 270 | 0.42 | 0.12 |
| Hex | 1F | 12 | 2C | 1E | 3B | 0 | 53 | 10E | 2A | C |
| Octal | 37 | 22 | 54 | 36 | 73 | 0 | 123 | 416 | 52 | 14 |
| Binary | 11111 | 10010 | 101100 | 11110 | 111011 | 0 | 1010011 | 100001110 | 101010 | 1100 |
Color Harmonies of #1F122C
Complementary color
Monochromatic Colors of #1F122C
Black with #1F122C
Text Example
Text Example
White with #1F122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F122C; }
p { color: rgb(31,18,44); }
H1.HeaderClassName
{
color: #1F122C;
}
.AnyTagClassName
{
color: #1F122C;
}
</style>
background-color css
<style>
a { background-color: #1F122C; }
a { background-color: rgb(31,18,44); }
div.DivClassName
{
background-color: #1F122C;
}
.BgClassName
{
background-color: #1F122C;
}
</style>
border-color css
<style>
span { border-color: #1F122C; }
span { border-color: rgb(31,18,44); }
td.TdClassName
{
border-color: #1F122C;
}
.TagClassName
{
border-color: #1F122C;
}
</style>