Shades of Blackcurrant #2F2137
Tints of Blackcurrant #2F2137
RGB
CMYK
RGB Variations
Color information
#2F2137 (or 0x2F2137) is known color: Blackcurrant. HEX triplet: 2F, 21 and 37. RGB value is (47,33,55). Sum of RGB (Red+Green+Blue) = 47+33+55=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2137 is #D0DEC8. Grayscale: #272727. Windows color (decimal): -13688521 or 3612975. OLE color: 3612975.
HSL color Cylindrical-coordinate representation of color #2F2137: hue angle of 278.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F2137 is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 33 | 55 | - |
| CMYK | 0.15 | 0.4 | 0 | 0.78 |
| HSL | 278.18º | 0.25% | 0.17% | - |
| HSV(B) | 278.18º | 0.4% | 0.22% | - |
| XYZ | 2.41 | 1.97 | 3.87 | - |
| YUV | 39.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 55 | 0.15 | 0.4 | 0 | 0.78 | 278.18 | 0.25 | 0.17 |
| Hex | 2F | 21 | 37 | F | 28 | 0 | 4E | 116 | 19 | 11 |
| Octal | 57 | 41 | 67 | 17 | 50 | 0 | 116 | 426 | 31 | 21 |
| Binary | 101111 | 100001 | 110111 | 1111 | 101000 | 0 | 1001110 | 100010110 | 11001 | 10001 |
Color Harmonies of #2F2137
Complementary color
Monochromatic Colors of #2F2137
Black with #2F2137
Text Example
Text Example
White with #2F2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2137; }
p { color: rgb(47,33,55); }
H1.HeaderClassName
{
color: #2F2137;
}
.AnyTagClassName
{
color: #2F2137;
}
</style>
background-color css
<style>
a { background-color: #2F2137; }
a { background-color: rgb(47,33,55); }
div.DivClassName
{
background-color: #2F2137;
}
.BgClassName
{
background-color: #2F2137;
}
</style>
border-color css
<style>
span { border-color: #2F2137; }
span { border-color: rgb(47,33,55); }
td.TdClassName
{
border-color: #2F2137;
}
.TagClassName
{
border-color: #2F2137;
}
</style>