Shades of Blackcurrant #1F1430
Tints of Blackcurrant #1F1430
RGB
CMYK
RGB Variations
Color information
#1F1430 (or 0x1F1430) is known color: Blackcurrant. HEX triplet: 1F, 14 and 30. RGB value is (31,20,48). Sum of RGB (Red+Green+Blue) = 31+20+48=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1430 is #E0EBCF. Grayscale: #1A1A1A. Windows color (decimal): -14740432 or 3150879. OLE color: 3150879.
HSL color Cylindrical-coordinate representation of color #1F1430: hue angle of 263.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F1430 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 20 | 48 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.81 |
| HSL | 263.57º | 0.41% | 0.13% | - |
| HSV(B) | 263.57º | 0.58% | 0.19% | - |
| XYZ | 1.35 | 1.01 | 2.92 | - |
| YUV | 26.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 48 | 0.35 | 0.58 | 0 | 0.81 | 263.57 | 0.41 | 0.13 |
| Hex | 1F | 14 | 30 | 23 | 3A | 0 | 51 | 108 | 29 | D |
| Octal | 37 | 24 | 60 | 43 | 72 | 0 | 121 | 410 | 51 | 15 |
| Binary | 11111 | 10100 | 110000 | 100011 | 111010 | 0 | 1010001 | 100001000 | 101001 | 1101 |
Color Harmonies of #1F1430
Complementary color
Monochromatic Colors of #1F1430
Black with #1F1430
Text Example
Text Example
White with #1F1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1430; }
p { color: rgb(31,20,48); }
H1.HeaderClassName
{
color: #1F1430;
}
.AnyTagClassName
{
color: #1F1430;
}
</style>
background-color css
<style>
a { background-color: #1F1430; }
a { background-color: rgb(31,20,48); }
div.DivClassName
{
background-color: #1F1430;
}
.BgClassName
{
background-color: #1F1430;
}
</style>
border-color css
<style>
span { border-color: #1F1430; }
span { border-color: rgb(31,20,48); }
td.TdClassName
{
border-color: #1F1430;
}
.TagClassName
{
border-color: #1F1430;
}
</style>