Shades of Blackcurrant #2F0840
Tints of Blackcurrant #2F0840
RGB
CMYK
RGB Variations
Color information
#2F0840 (or 0x2F0840) is known color: Blackcurrant. HEX triplet: 2F, 08 and 40. RGB value is (47,8,64). Sum of RGB (Red+Green+Blue) = 47+8+64=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0840 is #D0F7BF. Grayscale: #191919. Windows color (decimal): -13694912 or 4196399. OLE color: 4196399.
HSL color Cylindrical-coordinate representation of color #2F0840: hue angle of 281.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0840 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 8 | 64 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.75 |
| HSL | 281.79º | 0.78% | 0.14% | - |
| HSV(B) | 281.79º | 0.88% | 0.25% | - |
| XYZ | 2.18 | 1.15 | 4.96 | - |
| YUV | 26.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 8 | 64 | 0.27 | 0.87 | 0 | 0.75 | 281.79 | 0.78 | 0.14 |
| Hex | 2F | 8 | 40 | 1B | 57 | 0 | 4B | 11A | 4E | E |
| Octal | 57 | 10 | 100 | 33 | 127 | 0 | 113 | 432 | 116 | 16 |
| Binary | 101111 | 1000 | 1000000 | 11011 | 1010111 | 0 | 1001011 | 100011010 | 1001110 | 1110 |
Color Harmonies of #2F0840
Complementary color
Monochromatic Colors of #2F0840
Black with #2F0840
Text Example
Text Example
White with #2F0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0840; }
p { color: rgb(47,8,64); }
H1.HeaderClassName
{
color: #2F0840;
}
.AnyTagClassName
{
color: #2F0840;
}
</style>
background-color css
<style>
a { background-color: #2F0840; }
a { background-color: rgb(47,8,64); }
div.DivClassName
{
background-color: #2F0840;
}
.BgClassName
{
background-color: #2F0840;
}
</style>
border-color css
<style>
span { border-color: #2F0840; }
span { border-color: rgb(47,8,64); }
td.TdClassName
{
border-color: #2F0840;
}
.TagClassName
{
border-color: #2F0840;
}
</style>