Shades of Blackcurrant #1F1228
Tints of Blackcurrant #1F1228
RGB
CMYK
RGB Variations
Color information
#1F1228 (or 0x1F1228) is known color: Blackcurrant. HEX triplet: 1F, 12 and 28. RGB value is (31,18,40). Sum of RGB (Red+Green+Blue) = 31+18+40=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1228 is #E0EDD7. Grayscale: #181818. Windows color (decimal): -14740952 or 2626079. OLE color: 2626079.
HSL color Cylindrical-coordinate representation of color #1F1228: hue angle of 275.45º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F1228 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 18 | 40 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.84 |
| HSL | 275.45º | 0.38% | 0.11% | - |
| HSV(B) | 275.45º | 0.55% | 0.16% | - |
| XYZ | 1.16 | 0.88 | 2.12 | - |
| YUV | 24.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 40 | 0.22 | 0.55 | 0 | 0.84 | 275.45 | 0.38 | 0.11 |
| Hex | 1F | 12 | 28 | 16 | 37 | 0 | 54 | 113 | 26 | B |
| Octal | 37 | 22 | 50 | 26 | 67 | 0 | 124 | 423 | 46 | 13 |
| Binary | 11111 | 10010 | 101000 | 10110 | 110111 | 0 | 1010100 | 100010011 | 100110 | 1011 |
Color Harmonies of #1F1228
Complementary color
Monochromatic Colors of #1F1228
Black with #1F1228
Text Example
Text Example
White with #1F1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1228; }
p { color: rgb(31,18,40); }
H1.HeaderClassName
{
color: #1F1228;
}
.AnyTagClassName
{
color: #1F1228;
}
</style>
background-color css
<style>
a { background-color: #1F1228; }
a { background-color: rgb(31,18,40); }
div.DivClassName
{
background-color: #1F1228;
}
.BgClassName
{
background-color: #1F1228;
}
</style>
border-color css
<style>
span { border-color: #1F1228; }
span { border-color: rgb(31,18,40); }
td.TdClassName
{
border-color: #1F1228;
}
.TagClassName
{
border-color: #1F1228;
}
</style>