Shades of Blackcurrant #1F1427
Tints of Blackcurrant #1F1427
RGB
CMYK
RGB Variations
Color information
#1F1427 (or 0x1F1427) is known color: Blackcurrant. HEX triplet: 1F, 14 and 27. RGB value is (31,20,39). Sum of RGB (Red+Green+Blue) = 31+20+39=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F1427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1427 is #E0EBD8. Grayscale: #191919. Windows color (decimal): -14740441 or 2561055. OLE color: 2561055.
HSL color Cylindrical-coordinate representation of color #1F1427: hue angle of 274.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F1427 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 20 | 39 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.85 |
| HSL | 274.74º | 0.32% | 0.12% | - |
| HSV(B) | 274.74º | 0.49% | 0.15% | - |
| XYZ | 1.18 | 0.94 | 2.04 | - |
| YUV | 25.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 39 | 0.21 | 0.49 | 0 | 0.85 | 274.74 | 0.32 | 0.12 |
| Hex | 1F | 14 | 27 | 15 | 31 | 0 | 55 | 113 | 20 | C |
| Octal | 37 | 24 | 47 | 25 | 61 | 0 | 125 | 423 | 40 | 14 |
| Binary | 11111 | 10100 | 100111 | 10101 | 110001 | 0 | 1010101 | 100010011 | 100000 | 1100 |
Color Harmonies of #1F1427
Complementary color
Monochromatic Colors of #1F1427
Black with #1F1427
Text Example
Text Example
White with #1F1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1427; }
p { color: rgb(31,20,39); }
H1.HeaderClassName
{
color: #1F1427;
}
.AnyTagClassName
{
color: #1F1427;
}
</style>
background-color css
<style>
a { background-color: #1F1427; }
a { background-color: rgb(31,20,39); }
div.DivClassName
{
background-color: #1F1427;
}
.BgClassName
{
background-color: #1F1427;
}
</style>
border-color css
<style>
span { border-color: #1F1427; }
span { border-color: rgb(31,20,39); }
td.TdClassName
{
border-color: #1F1427;
}
.TagClassName
{
border-color: #1F1427;
}
</style>