Shades of Blackcurrant #1F112D
Tints of Blackcurrant #1F112D
RGB
CMYK
RGB Variations
Color information
#1F112D (or 0x1F112D) is known color: Blackcurrant. HEX triplet: 1F, 11 and 2D. RGB value is (31,17,45). Sum of RGB (Red+Green+Blue) = 31+17+45=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F112D is #E0EED2. Grayscale: #181818. Windows color (decimal): -14741203 or 2953503. OLE color: 2953503.
HSL color Cylindrical-coordinate representation of color #1F112D: hue angle of 270º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F112D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 17 | 45 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.82 |
| HSL | 270º | 0.45% | 0.12% | - |
| HSV(B) | 270º | 0.62% | 0.18% | - |
| XYZ | 1.24 | 0.88 | 2.59 | - |
| YUV | 24.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 45 | 0.31 | 0.62 | 0 | 0.82 | 270 | 0.45 | 0.12 |
| Hex | 1F | 11 | 2D | 1F | 3E | 0 | 52 | 10E | 2D | C |
| Octal | 37 | 21 | 55 | 37 | 76 | 0 | 122 | 416 | 55 | 14 |
| Binary | 11111 | 10001 | 101101 | 11111 | 111110 | 0 | 1010010 | 100001110 | 101101 | 1100 |
Color Harmonies of #1F112D
Complementary color
Monochromatic Colors of #1F112D
Black with #1F112D
Text Example
Text Example
White with #1F112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F112D; }
p { color: rgb(31,17,45); }
H1.HeaderClassName
{
color: #1F112D;
}
.AnyTagClassName
{
color: #1F112D;
}
</style>
background-color css
<style>
a { background-color: #1F112D; }
a { background-color: rgb(31,17,45); }
div.DivClassName
{
background-color: #1F112D;
}
.BgClassName
{
background-color: #1F112D;
}
</style>
border-color css
<style>
span { border-color: #1F112D; }
span { border-color: rgb(31,17,45); }
td.TdClassName
{
border-color: #1F112D;
}
.TagClassName
{
border-color: #1F112D;
}
</style>