Shades of Blackcurrant #1F0832
Tints of Blackcurrant #1F0832
RGB
CMYK
RGB Variations
Color information
#1F0832 (or 0x1F0832) is known color: Blackcurrant. HEX triplet: 1F, 08 and 32. RGB value is (31,8,50). Sum of RGB (Red+Green+Blue) = 31+8+50=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F0832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0832 is #E0F7CD. Grayscale: #131313. Windows color (decimal): -14743502 or 3278879. OLE color: 3278879.
HSL color Cylindrical-coordinate representation of color #1F0832: hue angle of 272.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0832 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 8 | 50 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.80 |
| HSL | 272.86º | 0.72% | 0.11% | - |
| HSV(B) | 272.86º | 0.84% | 0.2% | - |
| XYZ | 1.23 | 0.7 | 3.09 | - |
| YUV | 19.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 50 | 0.38 | 0.84 | 0 | 0.80 | 272.86 | 0.72 | 0.11 |
| Hex | 1F | 8 | 32 | 26 | 54 | 0 | 50 | 111 | 48 | B |
| Octal | 37 | 10 | 62 | 46 | 124 | 0 | 120 | 421 | 110 | 13 |
| Binary | 11111 | 1000 | 110010 | 100110 | 1010100 | 0 | 1010000 | 100010001 | 1001000 | 1011 |
Color Harmonies of #1F0832
Complementary color
Monochromatic Colors of #1F0832
Black with #1F0832
Text Example
Text Example
White with #1F0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0832; }
p { color: rgb(31,8,50); }
H1.HeaderClassName
{
color: #1F0832;
}
.AnyTagClassName
{
color: #1F0832;
}
</style>
background-color css
<style>
a { background-color: #1F0832; }
a { background-color: rgb(31,8,50); }
div.DivClassName
{
background-color: #1F0832;
}
.BgClassName
{
background-color: #1F0832;
}
</style>
border-color css
<style>
span { border-color: #1F0832; }
span { border-color: rgb(31,8,50); }
td.TdClassName
{
border-color: #1F0832;
}
.TagClassName
{
border-color: #1F0832;
}
</style>