Shades of Blackcurrant #2F0240
Tints of Blackcurrant #2F0240
RGB
CMYK
RGB Variations
Color information
#2F0240 (or 0x2F0240) is known color: Blackcurrant. HEX triplet: 2F, 02 and 40. RGB value is (47,2,64). Sum of RGB (Red+Green+Blue) = 47+2+64=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F0240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0240 is #D0FDBF. Grayscale: #161616. Windows color (decimal): -13696448 or 4194863. OLE color: 4194863.
HSL color Cylindrical-coordinate representation of color #2F0240: hue angle of 283.55º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0240 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 2 | 64 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.75 |
| HSL | 283.55º | 0.94% | 0.13% | - |
| HSV(B) | 283.55º | 0.97% | 0.25% | - |
| XYZ | 2.12 | 1.02 | 4.94 | - |
| YUV | 22.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 64 | 0.27 | 0.97 | 0 | 0.75 | 283.55 | 0.94 | 0.13 |
| Hex | 2F | 2 | 40 | 1B | 61 | 0 | 4B | 11C | 5E | D |
| Octal | 57 | 2 | 100 | 33 | 141 | 0 | 113 | 434 | 136 | 15 |
| Binary | 101111 | 10 | 1000000 | 11011 | 1100001 | 0 | 1001011 | 100011100 | 1011110 | 1101 |
Color Harmonies of #2F0240
Complementary color
Monochromatic Colors of #2F0240
Black with #2F0240
Text Example
Text Example
White with #2F0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0240; }
p { color: rgb(47,2,64); }
H1.HeaderClassName
{
color: #2F0240;
}
.AnyTagClassName
{
color: #2F0240;
}
</style>
background-color css
<style>
a { background-color: #2F0240; }
a { background-color: rgb(47,2,64); }
div.DivClassName
{
background-color: #2F0240;
}
.BgClassName
{
background-color: #2F0240;
}
</style>
border-color css
<style>
span { border-color: #2F0240; }
span { border-color: rgb(47,2,64); }
td.TdClassName
{
border-color: #2F0240;
}
.TagClassName
{
border-color: #2F0240;
}
</style>