Shades of Blackcurrant #2F163D
Tints of Blackcurrant #2F163D
RGB
CMYK
RGB Variations
Color information
#2F163D (or 0x2F163D) is known color: Blackcurrant. HEX triplet: 2F, 16 and 3D. RGB value is (47,22,61). Sum of RGB (Red+Green+Blue) = 47+22+61=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F163D is #D0E9C2. Grayscale: #212121. Windows color (decimal): -13691331 or 4003375. OLE color: 4003375.
HSL color Cylindrical-coordinate representation of color #2F163D: hue angle of 278.46º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F163D is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 22 | 61 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.76 |
| HSL | 278.46º | 0.47% | 0.16% | - |
| HSV(B) | 278.46º | 0.64% | 0.24% | - |
| XYZ | 2.3 | 1.52 | 4.59 | - |
| YUV | 33.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 61 | 0.23 | 0.64 | 0 | 0.76 | 278.46 | 0.47 | 0.16 |
| Hex | 2F | 16 | 3D | 17 | 40 | 0 | 4C | 116 | 2F | 10 |
| Octal | 57 | 26 | 75 | 27 | 100 | 0 | 114 | 426 | 57 | 20 |
| Binary | 101111 | 10110 | 111101 | 10111 | 1000000 | 0 | 1001100 | 100010110 | 101111 | 10000 |
Color Harmonies of #2F163D
Complementary color
Monochromatic Colors of #2F163D
Black with #2F163D
Text Example
Text Example
White with #2F163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F163D; }
p { color: rgb(47,22,61); }
H1.HeaderClassName
{
color: #2F163D;
}
.AnyTagClassName
{
color: #2F163D;
}
</style>
background-color css
<style>
a { background-color: #2F163D; }
a { background-color: rgb(47,22,61); }
div.DivClassName
{
background-color: #2F163D;
}
.BgClassName
{
background-color: #2F163D;
}
</style>
border-color css
<style>
span { border-color: #2F163D; }
span { border-color: rgb(47,22,61); }
td.TdClassName
{
border-color: #2F163D;
}
.TagClassName
{
border-color: #2F163D;
}
</style>