Shades of Blackcurrant #2F0737
Tints of Blackcurrant #2F0737
RGB
CMYK
RGB Variations
Color information
#2F0737 (or 0x2F0737) is known color: Blackcurrant. HEX triplet: 2F, 07 and 37. RGB value is (47,7,55). Sum of RGB (Red+Green+Blue) = 47+7+55=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F0737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0737 is #D0F8C8. Grayscale: #181818. Windows color (decimal): -13695177 or 3606319. OLE color: 3606319.
HSL color Cylindrical-coordinate representation of color #2F0737: hue angle of 290º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F0737 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 7 | 55 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.78 |
| HSL | 290º | 0.77% | 0.12% | - |
| HSV(B) | 290º | 0.87% | 0.22% | - |
| XYZ | 1.94 | 1.03 | 3.71 | - |
| YUV | 24.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 55 | 0.15 | 0.87 | 0 | 0.78 | 290 | 0.77 | 0.12 |
| Hex | 2F | 7 | 37 | F | 57 | 0 | 4E | 122 | 4D | C |
| Octal | 57 | 7 | 67 | 17 | 127 | 0 | 116 | 442 | 115 | 14 |
| Binary | 101111 | 111 | 110111 | 1111 | 1010111 | 0 | 1001110 | 100100010 | 1001101 | 1100 |
Color Harmonies of #2F0737
Complementary color
Monochromatic Colors of #2F0737
Black with #2F0737
Text Example
Text Example
White with #2F0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0737; }
p { color: rgb(47,7,55); }
H1.HeaderClassName
{
color: #2F0737;
}
.AnyTagClassName
{
color: #2F0737;
}
</style>
background-color css
<style>
a { background-color: #2F0737; }
a { background-color: rgb(47,7,55); }
div.DivClassName
{
background-color: #2F0737;
}
.BgClassName
{
background-color: #2F0737;
}
</style>
border-color css
<style>
span { border-color: #2F0737; }
span { border-color: rgb(47,7,55); }
td.TdClassName
{
border-color: #2F0737;
}
.TagClassName
{
border-color: #2F0737;
}
</style>