Shades of Blackcurrant #2F1535
Tints of Blackcurrant #2F1535
RGB
CMYK
RGB Variations
Color information
#2F1535 (or 0x2F1535) is known color: Blackcurrant. HEX triplet: 2F, 15 and 35. RGB value is (47,21,53). Sum of RGB (Red+Green+Blue) = 47+21+53=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F1535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1535 is #D0EACA. Grayscale: #202020. Windows color (decimal): -13691595 or 3478831. OLE color: 3478831.
HSL color Cylindrical-coordinate representation of color #2F1535: hue angle of 288.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F1535 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 21 | 53 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.79 |
| HSL | 288.75º | 0.43% | 0.15% | - |
| HSV(B) | 288.75º | 0.6% | 0.21% | - |
| XYZ | 2.08 | 1.4 | 3.53 | - |
| YUV | 32.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 53 | 0.11 | 0.60 | 0 | 0.79 | 288.75 | 0.43 | 0.15 |
| Hex | 2F | 15 | 35 | B | 3C | 0 | 4F | 121 | 2B | F |
| Octal | 57 | 25 | 65 | 13 | 74 | 0 | 117 | 441 | 53 | 17 |
| Binary | 101111 | 10101 | 110101 | 1011 | 111100 | 0 | 1001111 | 100100001 | 101011 | 1111 |
Color Harmonies of #2F1535
Complementary color
Monochromatic Colors of #2F1535
Black with #2F1535
Text Example
Text Example
White with #2F1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1535; }
p { color: rgb(47,21,53); }
H1.HeaderClassName
{
color: #2F1535;
}
.AnyTagClassName
{
color: #2F1535;
}
</style>
background-color css
<style>
a { background-color: #2F1535; }
a { background-color: rgb(47,21,53); }
div.DivClassName
{
background-color: #2F1535;
}
.BgClassName
{
background-color: #2F1535;
}
</style>
border-color css
<style>
span { border-color: #2F1535; }
span { border-color: rgb(47,21,53); }
td.TdClassName
{
border-color: #2F1535;
}
.TagClassName
{
border-color: #2F1535;
}
</style>