Shades of Blackcurrant #2F0738
Tints of Blackcurrant #2F0738
RGB
CMYK
RGB Variations
Color information
#2F0738 (or 0x2F0738) is known color: Blackcurrant. HEX triplet: 2F, 07 and 38. RGB value is (47,7,56). Sum of RGB (Red+Green+Blue) = 47+7+56=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F0738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0738 is #D0F8C7. Grayscale: #181818. Windows color (decimal): -13695176 or 3671855. OLE color: 3671855.
HSL color Cylindrical-coordinate representation of color #2F0738: hue angle of 288.98º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F0738 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 7 | 56 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.78 |
| HSL | 288.98º | 0.78% | 0.12% | - |
| HSV(B) | 288.98º | 0.88% | 0.22% | - |
| XYZ | 1.96 | 1.04 | 3.84 | - |
| YUV | 24.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 56 | 0.16 | 0.88 | 0 | 0.78 | 288.98 | 0.78 | 0.12 |
| Hex | 2F | 7 | 38 | 10 | 58 | 0 | 4E | 121 | 4E | C |
| Octal | 57 | 7 | 70 | 20 | 130 | 0 | 116 | 441 | 116 | 14 |
| Binary | 101111 | 111 | 111000 | 10000 | 1011000 | 0 | 1001110 | 100100001 | 1001110 | 1100 |
Color Harmonies of #2F0738
Complementary color
Monochromatic Colors of #2F0738
Black with #2F0738
Text Example
Text Example
White with #2F0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0738; }
p { color: rgb(47,7,56); }
H1.HeaderClassName
{
color: #2F0738;
}
.AnyTagClassName
{
color: #2F0738;
}
</style>
background-color css
<style>
a { background-color: #2F0738; }
a { background-color: rgb(47,7,56); }
div.DivClassName
{
background-color: #2F0738;
}
.BgClassName
{
background-color: #2F0738;
}
</style>
border-color css
<style>
span { border-color: #2F0738; }
span { border-color: rgb(47,7,56); }
td.TdClassName
{
border-color: #2F0738;
}
.TagClassName
{
border-color: #2F0738;
}
</style>