Shades of Blackcurrant #2F133D
Tints of Blackcurrant #2F133D
RGB
CMYK
RGB Variations
Color information
#2F133D (or 0x2F133D) is known color: Blackcurrant. HEX triplet: 2F, 13 and 3D. RGB value is (47,19,61). Sum of RGB (Red+Green+Blue) = 47+19+61=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F133D is #D0ECC2. Grayscale: #202020. Windows color (decimal): -13692099 or 4002607. OLE color: 4002607.
HSL color Cylindrical-coordinate representation of color #2F133D: hue angle of 280º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F133D is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 19 | 61 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.76 |
| HSL | 280º | 0.53% | 0.16% | - |
| HSV(B) | 280º | 0.69% | 0.24% | - |
| XYZ | 2.25 | 1.41 | 4.57 | - |
| YUV | 32.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 61 | 0.23 | 0.69 | 0 | 0.76 | 280 | 0.53 | 0.16 |
| Hex | 2F | 13 | 3D | 17 | 45 | 0 | 4C | 118 | 34 | 10 |
| Octal | 57 | 23 | 75 | 27 | 105 | 0 | 114 | 430 | 64 | 20 |
| Binary | 101111 | 10011 | 111101 | 10111 | 1000101 | 0 | 1001100 | 100011000 | 110100 | 10000 |
Color Harmonies of #2F133D
Complementary color
Monochromatic Colors of #2F133D
Black with #2F133D
Text Example
Text Example
White with #2F133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F133D; }
p { color: rgb(47,19,61); }
H1.HeaderClassName
{
color: #2F133D;
}
.AnyTagClassName
{
color: #2F133D;
}
</style>
background-color css
<style>
a { background-color: #2F133D; }
a { background-color: rgb(47,19,61); }
div.DivClassName
{
background-color: #2F133D;
}
.BgClassName
{
background-color: #2F133D;
}
</style>
border-color css
<style>
span { border-color: #2F133D; }
span { border-color: rgb(47,19,61); }
td.TdClassName
{
border-color: #2F133D;
}
.TagClassName
{
border-color: #2F133D;
}
</style>