Shades of Blackcurrant #2F1247
Tints of Blackcurrant #2F1247
RGB
CMYK
RGB Variations
Color information
#2F1247 (or 0x2F1247) is known color: Blackcurrant. HEX triplet: 2F, 12 and 47. RGB value is (47,18,71). Sum of RGB (Red+Green+Blue) = 47+18+71=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F1247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1247 is #D0EDB8. Grayscale: #202020. Windows color (decimal): -13692345 or 4657711. OLE color: 4657711.
HSL color Cylindrical-coordinate representation of color #2F1247: hue angle of 272.83º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1247 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 18 | 71 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.72 |
| HSL | 272.83º | 0.6% | 0.17% | - |
| HSV(B) | 272.83º | 0.75% | 0.28% | - |
| XYZ | 2.53 | 1.49 | 6.12 | - |
| YUV | 32.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 71 | 0.34 | 0.75 | 0 | 0.72 | 272.83 | 0.6 | 0.17 |
| Hex | 2F | 12 | 47 | 22 | 4B | 0 | 48 | 111 | 3C | 11 |
| Octal | 57 | 22 | 107 | 42 | 113 | 0 | 110 | 421 | 74 | 21 |
| Binary | 101111 | 10010 | 1000111 | 100010 | 1001011 | 0 | 1001000 | 100010001 | 111100 | 10001 |
Color Harmonies of #2F1247
Complementary color
Monochromatic Colors of #2F1247
Black with #2F1247
Text Example
Text Example
White with #2F1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1247; }
p { color: rgb(47,18,71); }
H1.HeaderClassName
{
color: #2F1247;
}
.AnyTagClassName
{
color: #2F1247;
}
</style>
background-color css
<style>
a { background-color: #2F1247; }
a { background-color: rgb(47,18,71); }
div.DivClassName
{
background-color: #2F1247;
}
.BgClassName
{
background-color: #2F1247;
}
</style>
border-color css
<style>
span { border-color: #2F1247; }
span { border-color: rgb(47,18,71); }
td.TdClassName
{
border-color: #2F1247;
}
.TagClassName
{
border-color: #2F1247;
}
</style>