Shades of Blackcurrant #2F163F
Tints of Blackcurrant #2F163F
RGB
CMYK
RGB Variations
Color information
#2F163F (or 0x2F163F) is known color: Blackcurrant. HEX triplet: 2F, 16 and 3F. RGB value is (47,22,63). Sum of RGB (Red+Green+Blue) = 47+22+63=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F163F is #D0E9C0. Grayscale: #222222. Windows color (decimal): -13691329 or 4134447. OLE color: 4134447.
HSL color Cylindrical-coordinate representation of color #2F163F: hue angle of 276.59º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F163F is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 22 | 63 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.75 |
| HSL | 276.59º | 0.48% | 0.17% | - |
| HSV(B) | 276.59º | 0.65% | 0.25% | - |
| XYZ | 2.36 | 1.54 | 4.88 | - |
| YUV | 34.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 63 | 0.25 | 0.65 | 0 | 0.75 | 276.59 | 0.48 | 0.17 |
| Hex | 2F | 16 | 3F | 19 | 41 | 0 | 4B | 115 | 30 | 11 |
| Octal | 57 | 26 | 77 | 31 | 101 | 0 | 113 | 425 | 60 | 21 |
| Binary | 101111 | 10110 | 111111 | 11001 | 1000001 | 0 | 1001011 | 100010101 | 110000 | 10001 |
Color Harmonies of #2F163F
Complementary color
Monochromatic Colors of #2F163F
Black with #2F163F
Text Example
Text Example
White with #2F163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F163F; }
p { color: rgb(47,22,63); }
H1.HeaderClassName
{
color: #2F163F;
}
.AnyTagClassName
{
color: #2F163F;
}
</style>
background-color css
<style>
a { background-color: #2F163F; }
a { background-color: rgb(47,22,63); }
div.DivClassName
{
background-color: #2F163F;
}
.BgClassName
{
background-color: #2F163F;
}
</style>
border-color css
<style>
span { border-color: #2F163F; }
span { border-color: rgb(47,22,63); }
td.TdClassName
{
border-color: #2F163F;
}
.TagClassName
{
border-color: #2F163F;
}
</style>