Shades of Blackcurrant #1F1423
Tints of Blackcurrant #1F1423
RGB
CMYK
RGB Variations
Color information
#1F1423 (or 0x1F1423) is known color: Blackcurrant. HEX triplet: 1F, 14 and 23. RGB value is (31,20,35). Sum of RGB (Red+Green+Blue) = 31+20+35=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F1423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1423 is #E0EBDC. Grayscale: #181818. Windows color (decimal): -14740445 or 2298911. OLE color: 2298911.
HSL color Cylindrical-coordinate representation of color #1F1423: hue angle of 284º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F1423 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 20 | 35 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.86 |
| HSL | 284º | 0.27% | 0.11% | - |
| HSV(B) | 284º | 0.43% | 0.14% | - |
| XYZ | 1.12 | 0.91 | 1.71 | - |
| YUV | 25 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 35 | 0.11 | 0.43 | 0 | 0.86 | 284 | 0.27 | 0.11 |
| Hex | 1F | 14 | 23 | B | 2B | 0 | 56 | 11C | 1B | B |
| Octal | 37 | 24 | 43 | 13 | 53 | 0 | 126 | 434 | 33 | 13 |
| Binary | 11111 | 10100 | 100011 | 1011 | 101011 | 0 | 1010110 | 100011100 | 11011 | 1011 |
Color Harmonies of #1F1423
Complementary color
Monochromatic Colors of #1F1423
Black with #1F1423
Text Example
Text Example
White with #1F1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1423; }
p { color: rgb(31,20,35); }
H1.HeaderClassName
{
color: #1F1423;
}
.AnyTagClassName
{
color: #1F1423;
}
</style>
background-color css
<style>
a { background-color: #1F1423; }
a { background-color: rgb(31,20,35); }
div.DivClassName
{
background-color: #1F1423;
}
.BgClassName
{
background-color: #1F1423;
}
</style>
border-color css
<style>
span { border-color: #1F1423; }
span { border-color: rgb(31,20,35); }
td.TdClassName
{
border-color: #1F1423;
}
.TagClassName
{
border-color: #1F1423;
}
</style>