Shades of Blackcurrant #1F1125
Tints of Blackcurrant #1F1125
RGB
CMYK
RGB Variations
Color information
#1F1125 (or 0x1F1125) is known color: Blackcurrant. HEX triplet: 1F, 11 and 25. RGB value is (31,17,37). Sum of RGB (Red+Green+Blue) = 31+17+37=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F1125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1125 is #E0EEDA. Grayscale: #171717. Windows color (decimal): -14741211 or 2429215. OLE color: 2429215.
HSL color Cylindrical-coordinate representation of color #1F1125: hue angle of 282º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F1125 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 17 | 37 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.85 |
| HSL | 282º | 0.37% | 0.11% | - |
| HSV(B) | 282º | 0.54% | 0.15% | - |
| XYZ | 1.1 | 0.83 | 1.85 | - |
| YUV | 23.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 37 | 0.16 | 0.54 | 0 | 0.85 | 282 | 0.37 | 0.11 |
| Hex | 1F | 11 | 25 | 10 | 36 | 0 | 55 | 11A | 25 | B |
| Octal | 37 | 21 | 45 | 20 | 66 | 0 | 125 | 432 | 45 | 13 |
| Binary | 11111 | 10001 | 100101 | 10000 | 110110 | 0 | 1010101 | 100011010 | 100101 | 1011 |
Color Harmonies of #1F1125
Complementary color
Monochromatic Colors of #1F1125
Black with #1F1125
Text Example
Text Example
White with #1F1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1125; }
p { color: rgb(31,17,37); }
H1.HeaderClassName
{
color: #1F1125;
}
.AnyTagClassName
{
color: #1F1125;
}
</style>
background-color css
<style>
a { background-color: #1F1125; }
a { background-color: rgb(31,17,37); }
div.DivClassName
{
background-color: #1F1125;
}
.BgClassName
{
background-color: #1F1125;
}
</style>
border-color css
<style>
span { border-color: #1F1125; }
span { border-color: rgb(31,17,37); }
td.TdClassName
{
border-color: #1F1125;
}
.TagClassName
{
border-color: #1F1125;
}
</style>