Shades of Blackcurrant #1F172B
Tints of Blackcurrant #1F172B
RGB
CMYK
RGB Variations
Color information
#1F172B (or 0x1F172B) is known color: Blackcurrant. HEX triplet: 1F, 17 and 2B. RGB value is (31,23,43). Sum of RGB (Red+Green+Blue) = 31+23+43=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F172B is #E0E8D4. Grayscale: #1B1B1B. Windows color (decimal): -14739669 or 2823967. OLE color: 2823967.
HSL color Cylindrical-coordinate representation of color #1F172B: hue angle of 264º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F172B is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 23 | 43 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.83 |
| HSL | 264º | 0.3% | 0.13% | - |
| HSV(B) | 264º | 0.47% | 0.17% | - |
| XYZ | 1.31 | 1.08 | 2.42 | - |
| YUV | 27.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 43 | 0.28 | 0.47 | 0 | 0.83 | 264 | 0.3 | 0.13 |
| Hex | 1F | 17 | 2B | 1C | 2F | 0 | 53 | 108 | 1E | D |
| Octal | 37 | 27 | 53 | 34 | 57 | 0 | 123 | 410 | 36 | 15 |
| Binary | 11111 | 10111 | 101011 | 11100 | 101111 | 0 | 1010011 | 100001000 | 11110 | 1101 |
Color Harmonies of #1F172B
Complementary color
Monochromatic Colors of #1F172B
Black with #1F172B
Text Example
Text Example
White with #1F172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F172B; }
p { color: rgb(31,23,43); }
H1.HeaderClassName
{
color: #1F172B;
}
.AnyTagClassName
{
color: #1F172B;
}
</style>
background-color css
<style>
a { background-color: #1F172B; }
a { background-color: rgb(31,23,43); }
div.DivClassName
{
background-color: #1F172B;
}
.BgClassName
{
background-color: #1F172B;
}
</style>
border-color css
<style>
span { border-color: #1F172B; }
span { border-color: rgb(31,23,43); }
td.TdClassName
{
border-color: #1F172B;
}
.TagClassName
{
border-color: #1F172B;
}
</style>