Shades of Blackcurrant #2F0940
Tints of Blackcurrant #2F0940
RGB
CMYK
RGB Variations
Color information
#2F0940 (or 0x2F0940) is known color: Blackcurrant. HEX triplet: 2F, 09 and 40. RGB value is (47,9,64). Sum of RGB (Red+Green+Blue) = 47+9+64=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F0940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0940 is #D0F6BF. Grayscale: #1A1A1A. Windows color (decimal): -13694656 or 4196655. OLE color: 4196655.
HSL color Cylindrical-coordinate representation of color #2F0940: hue angle of 281.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F0940 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 9 | 64 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.75 |
| HSL | 281.45º | 0.75% | 0.14% | - |
| HSV(B) | 281.45º | 0.86% | 0.25% | - |
| XYZ | 2.2 | 1.17 | 4.96 | - |
| YUV | 26.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 64 | 0.27 | 0.86 | 0 | 0.75 | 281.45 | 0.75 | 0.14 |
| Hex | 2F | 9 | 40 | 1B | 56 | 0 | 4B | 119 | 4B | E |
| Octal | 57 | 11 | 100 | 33 | 126 | 0 | 113 | 431 | 113 | 16 |
| Binary | 101111 | 1001 | 1000000 | 11011 | 1010110 | 0 | 1001011 | 100011001 | 1001011 | 1110 |
Color Harmonies of #2F0940
Complementary color
Monochromatic Colors of #2F0940
Black with #2F0940
Text Example
Text Example
White with #2F0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0940; }
p { color: rgb(47,9,64); }
H1.HeaderClassName
{
color: #2F0940;
}
.AnyTagClassName
{
color: #2F0940;
}
</style>
background-color css
<style>
a { background-color: #2F0940; }
a { background-color: rgb(47,9,64); }
div.DivClassName
{
background-color: #2F0940;
}
.BgClassName
{
background-color: #2F0940;
}
</style>
border-color css
<style>
span { border-color: #2F0940; }
span { border-color: rgb(47,9,64); }
td.TdClassName
{
border-color: #2F0940;
}
.TagClassName
{
border-color: #2F0940;
}
</style>