Shades of Blackcurrant #2F1935
Tints of Blackcurrant #2F1935
RGB
CMYK
RGB Variations
Color information
#2F1935 (or 0x2F1935) is known color: Blackcurrant. HEX triplet: 2F, 19 and 35. RGB value is (47,25,53). Sum of RGB (Red+Green+Blue) = 47+25+53=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F1935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1935 is #D0E6CA. Grayscale: #222222. Windows color (decimal): -13690571 or 3479855. OLE color: 3479855.
HSL color Cylindrical-coordinate representation of color #2F1935: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F1935 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 25 | 53 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.79 |
| HSL | 287.14º | 0.36% | 0.15% | - |
| HSV(B) | 287.14º | 0.53% | 0.21% | - |
| XYZ | 2.16 | 1.56 | 3.55 | - |
| YUV | 34.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 53 | 0.11 | 0.53 | 0 | 0.79 | 287.14 | 0.36 | 0.15 |
| Hex | 2F | 19 | 35 | B | 35 | 0 | 4F | 11F | 24 | F |
| Octal | 57 | 31 | 65 | 13 | 65 | 0 | 117 | 437 | 44 | 17 |
| Binary | 101111 | 11001 | 110101 | 1011 | 110101 | 0 | 1001111 | 100011111 | 100100 | 1111 |
Color Harmonies of #2F1935
Complementary color
Monochromatic Colors of #2F1935
Black with #2F1935
Text Example
Text Example
White with #2F1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1935; }
p { color: rgb(47,25,53); }
H1.HeaderClassName
{
color: #2F1935;
}
.AnyTagClassName
{
color: #2F1935;
}
</style>
background-color css
<style>
a { background-color: #2F1935; }
a { background-color: rgb(47,25,53); }
div.DivClassName
{
background-color: #2F1935;
}
.BgClassName
{
background-color: #2F1935;
}
</style>
border-color css
<style>
span { border-color: #2F1935; }
span { border-color: rgb(47,25,53); }
td.TdClassName
{
border-color: #2F1935;
}
.TagClassName
{
border-color: #2F1935;
}
</style>