Shades of Blackcurrant #2F0938
Tints of Blackcurrant #2F0938
RGB
CMYK
RGB Variations
Color information
#2F0938 (or 0x2F0938) is known color: Blackcurrant. HEX triplet: 2F, 09 and 38. RGB value is (47,9,56). Sum of RGB (Red+Green+Blue) = 47+9+56=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0938 is #D0F6C7. Grayscale: #191919. Windows color (decimal): -13694664 or 3672367. OLE color: 3672367.
HSL color Cylindrical-coordinate representation of color #2F0938: hue angle of 288.51º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F0938 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 9 | 56 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.78 |
| HSL | 288.51º | 0.72% | 0.13% | - |
| HSV(B) | 288.51º | 0.84% | 0.22% | - |
| XYZ | 1.98 | 1.09 | 3.85 | - |
| YUV | 25.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 56 | 0.16 | 0.84 | 0 | 0.78 | 288.51 | 0.72 | 0.13 |
| Hex | 2F | 9 | 38 | 10 | 54 | 0 | 4E | 121 | 48 | D |
| Octal | 57 | 11 | 70 | 20 | 124 | 0 | 116 | 441 | 110 | 15 |
| Binary | 101111 | 1001 | 111000 | 10000 | 1010100 | 0 | 1001110 | 100100001 | 1001000 | 1101 |
Color Harmonies of #2F0938
Complementary color
Monochromatic Colors of #2F0938
Black with #2F0938
Text Example
Text Example
White with #2F0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0938; }
p { color: rgb(47,9,56); }
H1.HeaderClassName
{
color: #2F0938;
}
.AnyTagClassName
{
color: #2F0938;
}
</style>
background-color css
<style>
a { background-color: #2F0938; }
a { background-color: rgb(47,9,56); }
div.DivClassName
{
background-color: #2F0938;
}
.BgClassName
{
background-color: #2F0938;
}
</style>
border-color css
<style>
span { border-color: #2F0938; }
span { border-color: rgb(47,9,56); }
td.TdClassName
{
border-color: #2F0938;
}
.TagClassName
{
border-color: #2F0938;
}
</style>