Shades of Blackcurrant #1F082D
Tints of Blackcurrant #1F082D
RGB
CMYK
RGB Variations
Color information
#1F082D (or 0x1F082D) is known color: Blackcurrant. HEX triplet: 1F, 08 and 2D. RGB value is (31,8,45). Sum of RGB (Red+Green+Blue) = 31+8+45=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F082D is #E0F7D2. Grayscale: #121212. Windows color (decimal): -14743507 or 2951199. OLE color: 2951199.
HSL color Cylindrical-coordinate representation of color #1F082D: hue angle of 277.3º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F082D is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 8 | 45 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.82 |
| HSL | 277.3º | 0.7% | 0.1% | - |
| HSV(B) | 277.3º | 0.82% | 0.18% | - |
| XYZ | 1.13 | 0.65 | 2.55 | - |
| YUV | 19.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 45 | 0.31 | 0.82 | 0 | 0.82 | 277.3 | 0.7 | 0.1 |
| Hex | 1F | 8 | 2D | 1F | 52 | 0 | 52 | 115 | 46 | A |
| Octal | 37 | 10 | 55 | 37 | 122 | 0 | 122 | 425 | 106 | 12 |
| Binary | 11111 | 1000 | 101101 | 11111 | 1010010 | 0 | 1010010 | 100010101 | 1000110 | 1010 |
Color Harmonies of #1F082D
Complementary color
Monochromatic Colors of #1F082D
Black with #1F082D
Text Example
Text Example
White with #1F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F082D; }
p { color: rgb(31,8,45); }
H1.HeaderClassName
{
color: #1F082D;
}
.AnyTagClassName
{
color: #1F082D;
}
</style>
background-color css
<style>
a { background-color: #1F082D; }
a { background-color: rgb(31,8,45); }
div.DivClassName
{
background-color: #1F082D;
}
.BgClassName
{
background-color: #1F082D;
}
</style>
border-color css
<style>
span { border-color: #1F082D; }
span { border-color: rgb(31,8,45); }
td.TdClassName
{
border-color: #1F082D;
}
.TagClassName
{
border-color: #1F082D;
}
</style>