Shades of Blackcurrant #2F163B
Tints of Blackcurrant #2F163B
RGB
CMYK
RGB Variations
Color information
#2F163B (or 0x2F163B) is known color: Blackcurrant. HEX triplet: 2F, 16 and 3B. RGB value is (47,22,59). Sum of RGB (Red+Green+Blue) = 47+22+59=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F163B is #D0E9C4. Grayscale: #212121. Windows color (decimal): -13691333 or 3872303. OLE color: 3872303.
HSL color Cylindrical-coordinate representation of color #2F163B: hue angle of 280.54º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F163B is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 22 | 59 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.77 |
| HSL | 280.54º | 0.46% | 0.16% | - |
| HSV(B) | 280.54º | 0.63% | 0.23% | - |
| XYZ | 2.25 | 1.49 | 4.31 | - |
| YUV | 33.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 59 | 0.20 | 0.63 | 0 | 0.77 | 280.54 | 0.46 | 0.16 |
| Hex | 2F | 16 | 3B | 14 | 3F | 0 | 4D | 119 | 2E | 10 |
| Octal | 57 | 26 | 73 | 24 | 77 | 0 | 115 | 431 | 56 | 20 |
| Binary | 101111 | 10110 | 111011 | 10100 | 111111 | 0 | 1001101 | 100011001 | 101110 | 10000 |
Color Harmonies of #2F163B
Complementary color
Monochromatic Colors of #2F163B
Black with #2F163B
Text Example
Text Example
White with #2F163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F163B; }
p { color: rgb(47,22,59); }
H1.HeaderClassName
{
color: #2F163B;
}
.AnyTagClassName
{
color: #2F163B;
}
</style>
background-color css
<style>
a { background-color: #2F163B; }
a { background-color: rgb(47,22,59); }
div.DivClassName
{
background-color: #2F163B;
}
.BgClassName
{
background-color: #2F163B;
}
</style>
border-color css
<style>
span { border-color: #2F163B; }
span { border-color: rgb(47,22,59); }
td.TdClassName
{
border-color: #2F163B;
}
.TagClassName
{
border-color: #2F163B;
}
</style>