Shades of Blackcurrant #2F1946
Tints of Blackcurrant #2F1946
RGB
CMYK
RGB Variations
Color information
#2F1946 (or 0x2F1946) is known color: Blackcurrant. HEX triplet: 2F, 19 and 46. RGB value is (47,25,70). Sum of RGB (Red+Green+Blue) = 47+25+70=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F1946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1946 is #D0E6B9. Grayscale: #242424. Windows color (decimal): -13690554 or 4593967. OLE color: 4593967.
HSL color Cylindrical-coordinate representation of color #2F1946: hue angle of 269.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1946 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 25 | 70 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.73 |
| HSL | 269.33º | 0.47% | 0.19% | - |
| HSV(B) | 269.33º | 0.64% | 0.27% | - |
| XYZ | 2.63 | 1.74 | 5.99 | - |
| YUV | 36.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 70 | 0.33 | 0.64 | 0 | 0.73 | 269.33 | 0.47 | 0.19 |
| Hex | 2F | 19 | 46 | 21 | 40 | 0 | 49 | 10D | 2F | 13 |
| Octal | 57 | 31 | 106 | 41 | 100 | 0 | 111 | 415 | 57 | 23 |
| Binary | 101111 | 11001 | 1000110 | 100001 | 1000000 | 0 | 1001001 | 100001101 | 101111 | 10011 |
Color Harmonies of #2F1946
Complementary color
Monochromatic Colors of #2F1946
Black with #2F1946
Text Example
Text Example
White with #2F1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1946; }
p { color: rgb(47,25,70); }
H1.HeaderClassName
{
color: #2F1946;
}
.AnyTagClassName
{
color: #2F1946;
}
</style>
background-color css
<style>
a { background-color: #2F1946; }
a { background-color: rgb(47,25,70); }
div.DivClassName
{
background-color: #2F1946;
}
.BgClassName
{
background-color: #2F1946;
}
</style>
border-color css
<style>
span { border-color: #2F1946; }
span { border-color: rgb(47,25,70); }
td.TdClassName
{
border-color: #2F1946;
}
.TagClassName
{
border-color: #2F1946;
}
</style>