Shades of Blackcurrant #2F1847
Tints of Blackcurrant #2F1847
RGB
CMYK
RGB Variations
Color information
#2F1847 (or 0x2F1847) is known color: Blackcurrant. HEX triplet: 2F, 18 and 47. RGB value is (47,24,71). Sum of RGB (Red+Green+Blue) = 47+24+71=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F1847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1847 is #D0E7B8. Grayscale: #242424. Windows color (decimal): -13690809 or 4659247. OLE color: 4659247.
HSL color Cylindrical-coordinate representation of color #2F1847: hue angle of 269.36º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1847 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 24 | 71 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.72 |
| HSL | 269.36º | 0.49% | 0.19% | - |
| HSV(B) | 269.36º | 0.66% | 0.28% | - |
| XYZ | 2.64 | 1.71 | 6.15 | - |
| YUV | 36.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 71 | 0.34 | 0.66 | 0 | 0.72 | 269.36 | 0.49 | 0.19 |
| Hex | 2F | 18 | 47 | 22 | 42 | 0 | 48 | 10D | 31 | 13 |
| Octal | 57 | 30 | 107 | 42 | 102 | 0 | 110 | 415 | 61 | 23 |
| Binary | 101111 | 11000 | 1000111 | 100010 | 1000010 | 0 | 1001000 | 100001101 | 110001 | 10011 |
Color Harmonies of #2F1847
Complementary color
Monochromatic Colors of #2F1847
Black with #2F1847
Text Example
Text Example
White with #2F1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1847; }
p { color: rgb(47,24,71); }
H1.HeaderClassName
{
color: #2F1847;
}
.AnyTagClassName
{
color: #2F1847;
}
</style>
background-color css
<style>
a { background-color: #2F1847; }
a { background-color: rgb(47,24,71); }
div.DivClassName
{
background-color: #2F1847;
}
.BgClassName
{
background-color: #2F1847;
}
</style>
border-color css
<style>
span { border-color: #2F1847; }
span { border-color: rgb(47,24,71); }
td.TdClassName
{
border-color: #2F1847;
}
.TagClassName
{
border-color: #2F1847;
}
</style>