Shades of Blackcurrant #2F1137
Tints of Blackcurrant #2F1137
RGB
CMYK
RGB Variations
Color information
#2F1137 (or 0x2F1137) is known color: Blackcurrant. HEX triplet: 2F, 11 and 37. RGB value is (47,17,55). Sum of RGB (Red+Green+Blue) = 47+17+55=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1137 is #D0EEC8. Grayscale: #1E1E1E. Windows color (decimal): -13692617 or 3608879. OLE color: 3608879.
HSL color Cylindrical-coordinate representation of color #2F1137: hue angle of 287.37º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F1137 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 17 | 55 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.78 |
| HSL | 287.37º | 0.53% | 0.14% | - |
| HSV(B) | 287.37º | 0.69% | 0.22% | - |
| XYZ | 2.06 | 1.28 | 3.75 | - |
| YUV | 30.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 55 | 0.15 | 0.69 | 0 | 0.78 | 287.37 | 0.53 | 0.14 |
| Hex | 2F | 11 | 37 | F | 45 | 0 | 4E | 11F | 35 | E |
| Octal | 57 | 21 | 67 | 17 | 105 | 0 | 116 | 437 | 65 | 16 |
| Binary | 101111 | 10001 | 110111 | 1111 | 1000101 | 0 | 1001110 | 100011111 | 110101 | 1110 |
Color Harmonies of #2F1137
Complementary color
Monochromatic Colors of #2F1137
Black with #2F1137
Text Example
Text Example
White with #2F1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1137; }
p { color: rgb(47,17,55); }
H1.HeaderClassName
{
color: #2F1137;
}
.AnyTagClassName
{
color: #2F1137;
}
</style>
background-color css
<style>
a { background-color: #2F1137; }
a { background-color: rgb(47,17,55); }
div.DivClassName
{
background-color: #2F1137;
}
.BgClassName
{
background-color: #2F1137;
}
</style>
border-color css
<style>
span { border-color: #2F1137; }
span { border-color: rgb(47,17,55); }
td.TdClassName
{
border-color: #2F1137;
}
.TagClassName
{
border-color: #2F1137;
}
</style>