Shades of Blackcurrant #2F0734
Tints of Blackcurrant #2F0734
RGB
CMYK
RGB Variations
Color information
#2F0734 (or 0x2F0734) is known color: Blackcurrant. HEX triplet: 2F, 07 and 34. RGB value is (47,7,52). Sum of RGB (Red+Green+Blue) = 47+7+52=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F0734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0734 is #D0F8CB. Grayscale: #171717. Windows color (decimal): -13695180 or 3409711. OLE color: 3409711.
HSL color Cylindrical-coordinate representation of color #2F0734: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F0734 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 7 | 52 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.80 |
| HSL | 293.33º | 0.76% | 0.12% | - |
| HSV(B) | 293.33º | 0.87% | 0.2% | - |
| XYZ | 1.87 | 1 | 3.34 | - |
| YUV | 24.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 52 | 0.10 | 0.87 | 0 | 0.80 | 293.33 | 0.76 | 0.12 |
| Hex | 2F | 7 | 34 | A | 57 | 0 | 50 | 125 | 4C | C |
| Octal | 57 | 7 | 64 | 12 | 127 | 0 | 120 | 445 | 114 | 14 |
| Binary | 101111 | 111 | 110100 | 1010 | 1010111 | 0 | 1010000 | 100100101 | 1001100 | 1100 |
Color Harmonies of #2F0734
Complementary color
Monochromatic Colors of #2F0734
Black with #2F0734
Text Example
Text Example
White with #2F0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0734; }
p { color: rgb(47,7,52); }
H1.HeaderClassName
{
color: #2F0734;
}
.AnyTagClassName
{
color: #2F0734;
}
</style>
background-color css
<style>
a { background-color: #2F0734; }
a { background-color: rgb(47,7,52); }
div.DivClassName
{
background-color: #2F0734;
}
.BgClassName
{
background-color: #2F0734;
}
</style>
border-color css
<style>
span { border-color: #2F0734; }
span { border-color: rgb(47,7,52); }
td.TdClassName
{
border-color: #2F0734;
}
.TagClassName
{
border-color: #2F0734;
}
</style>