Shades of Blackcurrant #2F0937
Tints of Blackcurrant #2F0937
RGB
CMYK
RGB Variations
Color information
#2F0937 (or 0x2F0937) is known color: Blackcurrant. HEX triplet: 2F, 09 and 37. RGB value is (47,9,55). Sum of RGB (Red+Green+Blue) = 47+9+55=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0937 is #D0F6C8. Grayscale: #191919. Windows color (decimal): -13694665 or 3606831. OLE color: 3606831.
HSL color Cylindrical-coordinate representation of color #2F0937: hue angle of 289.57º 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 #2F0937 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 9 | 55 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.78 |
| HSL | 289.57º | 0.72% | 0.13% | - |
| HSV(B) | 289.57º | 0.84% | 0.22% | - |
| XYZ | 1.96 | 1.08 | 3.72 | - |
| YUV | 25.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 55 | 0.15 | 0.84 | 0 | 0.78 | 289.57 | 0.72 | 0.13 |
| Hex | 2F | 9 | 37 | F | 54 | 0 | 4E | 122 | 48 | D |
| Octal | 57 | 11 | 67 | 17 | 124 | 0 | 116 | 442 | 110 | 15 |
| Binary | 101111 | 1001 | 110111 | 1111 | 1010100 | 0 | 1001110 | 100100010 | 1001000 | 1101 |
Color Harmonies of #2F0937
Complementary color
Monochromatic Colors of #2F0937
Black with #2F0937
Text Example
Text Example
White with #2F0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0937; }
p { color: rgb(47,9,55); }
H1.HeaderClassName
{
color: #2F0937;
}
.AnyTagClassName
{
color: #2F0937;
}
</style>
background-color css
<style>
a { background-color: #2F0937; }
a { background-color: rgb(47,9,55); }
div.DivClassName
{
background-color: #2F0937;
}
.BgClassName
{
background-color: #2F0937;
}
</style>
border-color css
<style>
span { border-color: #2F0937; }
span { border-color: rgb(47,9,55); }
td.TdClassName
{
border-color: #2F0937;
}
.TagClassName
{
border-color: #2F0937;
}
</style>