Shades of Blackcurrant #1F0034
Tints of Blackcurrant #1F0034
RGB
CMYK
RGB Variations
Color information
#1F0034 (or 0x1F0034) is known color: Blackcurrant. HEX triplet: 1F, 00 and 34. RGB value is (31,0,52). Sum of RGB (Red+Green+Blue) = 31+0+52=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F0034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0034 is #E0FFCB. Grayscale: #0F0F0F. Windows color (decimal): -14745548 or 3407903. OLE color: 3407903.
HSL color Cylindrical-coordinate representation of color #1F0034: hue angle of 275.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0034 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 0 | 52 | - |
| CMYK | 0.40 | 1 | 0 | 0.80 |
| HSL | 275.77º | 1% | 0.1% | - |
| HSV(B) | 275.77º | 1% | 0.2% | - |
| XYZ | 1.18 | 0.54 | 3.29 | - |
| YUV | 15.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 52 | 0.40 | 1 | 0 | 0.80 | 275.77 | 1 | 0.1 |
| Hex | 1F | 0 | 34 | 28 | 64 | 0 | 50 | 114 | 64 | A |
| Octal | 37 | 0 | 64 | 50 | 144 | 0 | 120 | 424 | 144 | 12 |
| Binary | 11111 | 0 | 110100 | 101000 | 1100100 | 0 | 1010000 | 100010100 | 1100100 | 1010 |
Color Harmonies of #1F0034
Complementary color
Monochromatic Colors of #1F0034
Black with #1F0034
Text Example
Text Example
White with #1F0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0034; }
p { color: rgb(31,0,52); }
H1.HeaderClassName
{
color: #1F0034;
}
.AnyTagClassName
{
color: #1F0034;
}
</style>
background-color css
<style>
a { background-color: #1F0034; }
a { background-color: rgb(31,0,52); }
div.DivClassName
{
background-color: #1F0034;
}
.BgClassName
{
background-color: #1F0034;
}
</style>
border-color css
<style>
span { border-color: #1F0034; }
span { border-color: rgb(31,0,52); }
td.TdClassName
{
border-color: #1F0034;
}
.TagClassName
{
border-color: #1F0034;
}
</style>