Shades of Blackcurrant #2F1937
Tints of Blackcurrant #2F1937
RGB
CMYK
RGB Variations
Color information
#2F1937 (or 0x2F1937) is known color: Blackcurrant. HEX triplet: 2F, 19 and 37. RGB value is (47,25,55). Sum of RGB (Red+Green+Blue) = 47+25+55=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1937 is #D0E6C8. Grayscale: #222222. Windows color (decimal): -13690569 or 3610927. OLE color: 3610927.
HSL color Cylindrical-coordinate representation of color #2F1937: hue angle of 284º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1937 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 25 | 55 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.78 |
| HSL | 284º | 0.38% | 0.16% | - |
| HSV(B) | 284º | 0.55% | 0.22% | - |
| XYZ | 2.21 | 1.58 | 3.8 | - |
| YUV | 35 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 55 | 0.15 | 0.55 | 0 | 0.78 | 284 | 0.38 | 0.16 |
| Hex | 2F | 19 | 37 | F | 37 | 0 | 4E | 11C | 26 | 10 |
| Octal | 57 | 31 | 67 | 17 | 67 | 0 | 116 | 434 | 46 | 20 |
| Binary | 101111 | 11001 | 110111 | 1111 | 110111 | 0 | 1001110 | 100011100 | 100110 | 10000 |
Color Harmonies of #2F1937
Complementary color
Monochromatic Colors of #2F1937
Black with #2F1937
Text Example
Text Example
White with #2F1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1937; }
p { color: rgb(47,25,55); }
H1.HeaderClassName
{
color: #2F1937;
}
.AnyTagClassName
{
color: #2F1937;
}
</style>
background-color css
<style>
a { background-color: #2F1937; }
a { background-color: rgb(47,25,55); }
div.DivClassName
{
background-color: #2F1937;
}
.BgClassName
{
background-color: #2F1937;
}
</style>
border-color css
<style>
span { border-color: #2F1937; }
span { border-color: rgb(47,25,55); }
td.TdClassName
{
border-color: #2F1937;
}
.TagClassName
{
border-color: #2F1937;
}
</style>