Shades of Blackcurrant #2F163C
Tints of Blackcurrant #2F163C
RGB
CMYK
RGB Variations
Color information
#2F163C (or 0x2F163C) is known color: Blackcurrant. HEX triplet: 2F, 16 and 3C. RGB value is (47,22,60). Sum of RGB (Red+Green+Blue) = 47+22+60=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #2F163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F163C is #D0E9C3. Grayscale: #212121. Windows color (decimal): -13691332 or 3937839. OLE color: 3937839.
HSL color Cylindrical-coordinate representation of color #2F163C: hue angle of 279.47º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F163C is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 22 | 60 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.76 |
| HSL | 279.47º | 0.46% | 0.16% | - |
| HSV(B) | 279.47º | 0.63% | 0.24% | - |
| XYZ | 2.27 | 1.5 | 4.45 | - |
| YUV | 33.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 60 | 0.22 | 0.63 | 0 | 0.76 | 279.47 | 0.46 | 0.16 |
| Hex | 2F | 16 | 3C | 16 | 3F | 0 | 4C | 117 | 2E | 10 |
| Octal | 57 | 26 | 74 | 26 | 77 | 0 | 114 | 427 | 56 | 20 |
| Binary | 101111 | 10110 | 111100 | 10110 | 111111 | 0 | 1001100 | 100010111 | 101110 | 10000 |
Color Harmonies of #2F163C
Complementary color
Monochromatic Colors of #2F163C
Black with #2F163C
Text Example
Text Example
White with #2F163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F163C; }
p { color: rgb(47,22,60); }
H1.HeaderClassName
{
color: #2F163C;
}
.AnyTagClassName
{
color: #2F163C;
}
</style>
background-color css
<style>
a { background-color: #2F163C; }
a { background-color: rgb(47,22,60); }
div.DivClassName
{
background-color: #2F163C;
}
.BgClassName
{
background-color: #2F163C;
}
</style>
border-color css
<style>
span { border-color: #2F163C; }
span { border-color: rgb(47,22,60); }
td.TdClassName
{
border-color: #2F163C;
}
.TagClassName
{
border-color: #2F163C;
}
</style>