Shades of Blackcurrant #2F2532
Tints of Blackcurrant #2F2532
RGB
CMYK
RGB Variations
Color information
#2F2532 (or 0x2F2532) is known color: Blackcurrant. HEX triplet: 2F, 25 and 32. RGB value is (47,37,50). Sum of RGB (Red+Green+Blue) = 47+37+50=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2532 is #D0DACD. Grayscale: #292929. Windows color (decimal): -13687502 or 3286319. OLE color: 3286319.
HSL color Cylindrical-coordinate representation of color #2F2532: hue angle of 286.15º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2F2532 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 37 | 50 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.80 |
| HSL | 286.15º | 0.15% | 0.17% | - |
| HSV(B) | 286.15º | 0.26% | 0.2% | - |
| XYZ | 2.41 | 2.16 | 3.31 | - |
| YUV | 41.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 50 | 0.06 | 0.26 | 0 | 0.80 | 286.15 | 0.15 | 0.17 |
| Hex | 2F | 25 | 32 | 6 | 1A | 0 | 50 | 11E | F | 11 |
| Octal | 57 | 45 | 62 | 6 | 32 | 0 | 120 | 436 | 17 | 21 |
| Binary | 101111 | 100101 | 110010 | 110 | 11010 | 0 | 1010000 | 100011110 | 1111 | 10001 |
Color Harmonies of #2F2532
Complementary color
Monochromatic Colors of #2F2532
Black with #2F2532
Text Example
Text Example
White with #2F2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2532; }
p { color: rgb(47,37,50); }
H1.HeaderClassName
{
color: #2F2532;
}
.AnyTagClassName
{
color: #2F2532;
}
</style>
background-color css
<style>
a { background-color: #2F2532; }
a { background-color: rgb(47,37,50); }
div.DivClassName
{
background-color: #2F2532;
}
.BgClassName
{
background-color: #2F2532;
}
</style>
border-color css
<style>
span { border-color: #2F2532; }
span { border-color: rgb(47,37,50); }
td.TdClassName
{
border-color: #2F2532;
}
.TagClassName
{
border-color: #2F2532;
}
</style>