Shades of Blackcurrant #2F1740
Tints of Blackcurrant #2F1740
RGB
CMYK
RGB Variations
Color information
#2F1740 (or 0x2F1740) is known color: Blackcurrant. HEX triplet: 2F, 17 and 40. RGB value is (47,23,64). Sum of RGB (Red+Green+Blue) = 47+23+64=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1740 is #D0E8BF. Grayscale: #222222. Windows color (decimal): -13691072 or 4200239. OLE color: 4200239.
HSL color Cylindrical-coordinate representation of color #2F1740: hue angle of 275.12º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1740 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 23 | 64 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.75 |
| HSL | 275.12º | 0.47% | 0.17% | - |
| HSV(B) | 275.12º | 0.64% | 0.25% | - |
| XYZ | 2.4 | 1.59 | 5.03 | - |
| YUV | 34.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 64 | 0.27 | 0.64 | 0 | 0.75 | 275.12 | 0.47 | 0.17 |
| Hex | 2F | 17 | 40 | 1B | 40 | 0 | 4B | 113 | 2F | 11 |
| Octal | 57 | 27 | 100 | 33 | 100 | 0 | 113 | 423 | 57 | 21 |
| Binary | 101111 | 10111 | 1000000 | 11011 | 1000000 | 0 | 1001011 | 100010011 | 101111 | 10001 |
Color Harmonies of #2F1740
Complementary color
Monochromatic Colors of #2F1740
Black with #2F1740
Text Example
Text Example
White with #2F1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1740; }
p { color: rgb(47,23,64); }
H1.HeaderClassName
{
color: #2F1740;
}
.AnyTagClassName
{
color: #2F1740;
}
</style>
background-color css
<style>
a { background-color: #2F1740; }
a { background-color: rgb(47,23,64); }
div.DivClassName
{
background-color: #2F1740;
}
.BgClassName
{
background-color: #2F1740;
}
</style>
border-color css
<style>
span { border-color: #2F1740; }
span { border-color: rgb(47,23,64); }
td.TdClassName
{
border-color: #2F1740;
}
.TagClassName
{
border-color: #2F1740;
}
</style>