Shades of Blackcurrant #2F0741
Tints of Blackcurrant #2F0741
RGB
CMYK
RGB Variations
Color information
#2F0741 (or 0x2F0741) is known color: Blackcurrant. HEX triplet: 2F, 07 and 41. RGB value is (47,7,65). Sum of RGB (Red+Green+Blue) = 47+7+65=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F0741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0741 is #D0F8BE. Grayscale: #191919. Windows color (decimal): -13695167 or 4261679. OLE color: 4261679.
HSL color Cylindrical-coordinate representation of color #2F0741: hue angle of 281.38º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0741 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 7 | 65 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.75 |
| HSL | 281.38º | 0.81% | 0.14% | - |
| HSV(B) | 281.38º | 0.89% | 0.25% | - |
| XYZ | 2.2 | 1.14 | 5.1 | - |
| YUV | 25.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 65 | 0.28 | 0.89 | 0 | 0.75 | 281.38 | 0.81 | 0.14 |
| Hex | 2F | 7 | 41 | 1C | 59 | 0 | 4B | 119 | 51 | E |
| Octal | 57 | 7 | 101 | 34 | 131 | 0 | 113 | 431 | 121 | 16 |
| Binary | 101111 | 111 | 1000001 | 11100 | 1011001 | 0 | 1001011 | 100011001 | 1010001 | 1110 |
Color Harmonies of #2F0741
Complementary color
Monochromatic Colors of #2F0741
Black with #2F0741
Text Example
Text Example
White with #2F0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0741; }
p { color: rgb(47,7,65); }
H1.HeaderClassName
{
color: #2F0741;
}
.AnyTagClassName
{
color: #2F0741;
}
</style>
background-color css
<style>
a { background-color: #2F0741; }
a { background-color: rgb(47,7,65); }
div.DivClassName
{
background-color: #2F0741;
}
.BgClassName
{
background-color: #2F0741;
}
</style>
border-color css
<style>
span { border-color: #2F0741; }
span { border-color: rgb(47,7,65); }
td.TdClassName
{
border-color: #2F0741;
}
.TagClassName
{
border-color: #2F0741;
}
</style>