Shades of Blackcurrant #2F1837
Tints of Blackcurrant #2F1837
RGB
CMYK
RGB Variations
Color information
#2F1837 (or 0x2F1837) is known color: Blackcurrant. HEX triplet: 2F, 18 and 37. RGB value is (47,24,55). Sum of RGB (Red+Green+Blue) = 47+24+55=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F1837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1837 is #D0E7C8. Grayscale: #222222. Windows color (decimal): -13690825 or 3610671. OLE color: 3610671.
HSL color Cylindrical-coordinate representation of color #2F1837: hue angle of 284.52º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F1837 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 24 | 55 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.78 |
| HSL | 284.52º | 0.39% | 0.15% | - |
| HSV(B) | 284.52º | 0.56% | 0.22% | - |
| XYZ | 2.19 | 1.53 | 3.8 | - |
| YUV | 34.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 55 | 0.15 | 0.56 | 0 | 0.78 | 284.52 | 0.39 | 0.15 |
| Hex | 2F | 18 | 37 | F | 38 | 0 | 4E | 11D | 27 | F |
| Octal | 57 | 30 | 67 | 17 | 70 | 0 | 116 | 435 | 47 | 17 |
| Binary | 101111 | 11000 | 110111 | 1111 | 111000 | 0 | 1001110 | 100011101 | 100111 | 1111 |
Color Harmonies of #2F1837
Complementary color
Monochromatic Colors of #2F1837
Black with #2F1837
Text Example
Text Example
White with #2F1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1837; }
p { color: rgb(47,24,55); }
H1.HeaderClassName
{
color: #2F1837;
}
.AnyTagClassName
{
color: #2F1837;
}
</style>
background-color css
<style>
a { background-color: #2F1837; }
a { background-color: rgb(47,24,55); }
div.DivClassName
{
background-color: #2F1837;
}
.BgClassName
{
background-color: #2F1837;
}
</style>
border-color css
<style>
span { border-color: #2F1837; }
span { border-color: rgb(47,24,55); }
td.TdClassName
{
border-color: #2F1837;
}
.TagClassName
{
border-color: #2F1837;
}
</style>