Shades of Blackcurrant #1F0934
Tints of Blackcurrant #1F0934
RGB
CMYK
RGB Variations
Color information
#1F0934 (or 0x1F0934) is known color: Blackcurrant. HEX triplet: 1F, 09 and 34. RGB value is (31,9,52). Sum of RGB (Red+Green+Blue) = 31+9+52=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F0934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0934 is #E0F6CB. Grayscale: #141414. Windows color (decimal): -14743244 or 3410207. OLE color: 3410207.
HSL color Cylindrical-coordinate representation of color #1F0934: hue angle of 270.7º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F0934 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 9 | 52 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.80 |
| HSL | 270.7º | 0.7% | 0.12% | - |
| HSV(B) | 270.7º | 0.83% | 0.2% | - |
| XYZ | 1.28 | 0.73 | 3.32 | - |
| YUV | 20.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 52 | 0.40 | 0.83 | 0 | 0.80 | 270.7 | 0.7 | 0.12 |
| Hex | 1F | 9 | 34 | 28 | 53 | 0 | 50 | 10F | 46 | C |
| Octal | 37 | 11 | 64 | 50 | 123 | 0 | 120 | 417 | 106 | 14 |
| Binary | 11111 | 1001 | 110100 | 101000 | 1010011 | 0 | 1010000 | 100001111 | 1000110 | 1100 |
Color Harmonies of #1F0934
Complementary color
Monochromatic Colors of #1F0934
Black with #1F0934
Text Example
Text Example
White with #1F0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0934; }
p { color: rgb(31,9,52); }
H1.HeaderClassName
{
color: #1F0934;
}
.AnyTagClassName
{
color: #1F0934;
}
</style>
background-color css
<style>
a { background-color: #1F0934; }
a { background-color: rgb(31,9,52); }
div.DivClassName
{
background-color: #1F0934;
}
.BgClassName
{
background-color: #1F0934;
}
</style>
border-color css
<style>
span { border-color: #1F0934; }
span { border-color: rgb(31,9,52); }
td.TdClassName
{
border-color: #1F0934;
}
.TagClassName
{
border-color: #1F0934;
}
</style>