Shades of Blackcurrant #1F1227
Tints of Blackcurrant #1F1227
RGB
CMYK
RGB Variations
Color information
#1F1227 (or 0x1F1227) is known color: Blackcurrant. HEX triplet: 1F, 12 and 27. RGB value is (31,18,39). Sum of RGB (Red+Green+Blue) = 31+18+39=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F1227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1227 is #E0EDD8. Grayscale: #181818. Windows color (decimal): -14740953 or 2560543. OLE color: 2560543.
HSL color Cylindrical-coordinate representation of color #1F1227: hue angle of 277.14º 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 #1F1227 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 18 | 39 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.85 |
| HSL | 277.14º | 0.37% | 0.11% | - |
| HSV(B) | 277.14º | 0.54% | 0.15% | - |
| XYZ | 1.15 | 0.87 | 2.03 | - |
| YUV | 24.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 39 | 0.21 | 0.54 | 0 | 0.85 | 277.14 | 0.37 | 0.11 |
| Hex | 1F | 12 | 27 | 15 | 36 | 0 | 55 | 115 | 25 | B |
| Octal | 37 | 22 | 47 | 25 | 66 | 0 | 125 | 425 | 45 | 13 |
| Binary | 11111 | 10010 | 100111 | 10101 | 110110 | 0 | 1010101 | 100010101 | 100101 | 1011 |
Color Harmonies of #1F1227
Complementary color
Monochromatic Colors of #1F1227
Black with #1F1227
Text Example
Text Example
White with #1F1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1227; }
p { color: rgb(31,18,39); }
H1.HeaderClassName
{
color: #1F1227;
}
.AnyTagClassName
{
color: #1F1227;
}
</style>
background-color css
<style>
a { background-color: #1F1227; }
a { background-color: rgb(31,18,39); }
div.DivClassName
{
background-color: #1F1227;
}
.BgClassName
{
background-color: #1F1227;
}
</style>
border-color css
<style>
span { border-color: #1F1227; }
span { border-color: rgb(31,18,39); }
td.TdClassName
{
border-color: #1F1227;
}
.TagClassName
{
border-color: #1F1227;
}
</style>