Shades of Blackcurrant #2F2535
Tints of Blackcurrant #2F2535
RGB
CMYK
RGB Variations
Color information
#2F2535 (or 0x2F2535) is known color: Blackcurrant. HEX triplet: 2F, 25 and 35. RGB value is (47,37,53). Sum of RGB (Red+Green+Blue) = 47+37+53=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F2535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2535 is #D0DACA. Grayscale: #292929. Windows color (decimal): -13687499 or 3482927. OLE color: 3482927.
HSL color Cylindrical-coordinate representation of color #2F2535: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2535 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 37 | 53 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.79 |
| HSL | 277.5º | 0.18% | 0.18% | - |
| HSV(B) | 277.5º | 0.3% | 0.21% | - |
| XYZ | 2.48 | 2.18 | 3.66 | - |
| YUV | 41.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 53 | 0.11 | 0.30 | 0 | 0.79 | 277.5 | 0.18 | 0.18 |
| Hex | 2F | 25 | 35 | B | 1E | 0 | 4F | 116 | 12 | 12 |
| Octal | 57 | 45 | 65 | 13 | 36 | 0 | 117 | 426 | 22 | 22 |
| Binary | 101111 | 100101 | 110101 | 1011 | 11110 | 0 | 1001111 | 100010110 | 10010 | 10010 |
Color Harmonies of #2F2535
Complementary color
Monochromatic Colors of #2F2535
Black with #2F2535
Text Example
Text Example
White with #2F2535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2535; }
p { color: rgb(47,37,53); }
H1.HeaderClassName
{
color: #2F2535;
}
.AnyTagClassName
{
color: #2F2535;
}
</style>
background-color css
<style>
a { background-color: #2F2535; }
a { background-color: rgb(47,37,53); }
div.DivClassName
{
background-color: #2F2535;
}
.BgClassName
{
background-color: #2F2535;
}
</style>
border-color css
<style>
span { border-color: #2F2535; }
span { border-color: rgb(47,37,53); }
td.TdClassName
{
border-color: #2F2535;
}
.TagClassName
{
border-color: #2F2535;
}
</style>