Shades of Blackcurrant #1F1034
Tints of Blackcurrant #1F1034
RGB
CMYK
RGB Variations
Color information
#1F1034 (or 0x1F1034) is known color: Blackcurrant. HEX triplet: 1F, 10 and 34. RGB value is (31,16,52). Sum of RGB (Red+Green+Blue) = 31+16+52=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F1034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1034 is #E0EFCB. Grayscale: #181818. Windows color (decimal): -14741452 or 3411999. OLE color: 3411999.
HSL color Cylindrical-coordinate representation of color #1F1034: hue angle of 265º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F1034 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 16 | 52 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.80 |
| HSL | 265º | 0.53% | 0.13% | - |
| HSV(B) | 265º | 0.69% | 0.2% | - |
| XYZ | 1.37 | 0.91 | 3.35 | - |
| YUV | 24.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 52 | 0.40 | 0.69 | 0 | 0.80 | 265 | 0.53 | 0.13 |
| Hex | 1F | 10 | 34 | 28 | 45 | 0 | 50 | 109 | 35 | D |
| Octal | 37 | 20 | 64 | 50 | 105 | 0 | 120 | 411 | 65 | 15 |
| Binary | 11111 | 10000 | 110100 | 101000 | 1000101 | 0 | 1010000 | 100001001 | 110101 | 1101 |
Color Harmonies of #1F1034
Complementary color
Monochromatic Colors of #1F1034
Black with #1F1034
Text Example
Text Example
White with #1F1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1034; }
p { color: rgb(31,16,52); }
H1.HeaderClassName
{
color: #1F1034;
}
.AnyTagClassName
{
color: #1F1034;
}
</style>
background-color css
<style>
a { background-color: #1F1034; }
a { background-color: rgb(31,16,52); }
div.DivClassName
{
background-color: #1F1034;
}
.BgClassName
{
background-color: #1F1034;
}
</style>
border-color css
<style>
span { border-color: #1F1034; }
span { border-color: rgb(31,16,52); }
td.TdClassName
{
border-color: #1F1034;
}
.TagClassName
{
border-color: #1F1034;
}
</style>