Shades of Blackcurrant #2F2832
Tints of Blackcurrant #2F2832
RGB
CMYK
RGB Variations
Color information
#2F2832 (or 0x2F2832) is known color: Blackcurrant. HEX triplet: 2F, 28 and 32. RGB value is (47,40,50). Sum of RGB (Red+Green+Blue) = 47+40+50=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2832 is #D0D7CD. Grayscale: #2B2B2B. Windows color (decimal): -13686734 or 3287087. OLE color: 3287087.
HSL color Cylindrical-coordinate representation of color #2F2832: hue angle of 282º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F2832 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 40 | 50 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.80 |
| HSL | 282º | 0.11% | 0.18% | - |
| HSV(B) | 282º | 0.2% | 0.2% | - |
| XYZ | 2.51 | 2.35 | 3.34 | - |
| YUV | 43.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 50 | 0.06 | 0.20 | 0 | 0.80 | 282 | 0.11 | 0.18 |
| Hex | 2F | 28 | 32 | 6 | 14 | 0 | 50 | 11A | B | 12 |
| Octal | 57 | 50 | 62 | 6 | 24 | 0 | 120 | 432 | 13 | 22 |
| Binary | 101111 | 101000 | 110010 | 110 | 10100 | 0 | 1010000 | 100011010 | 1011 | 10010 |
Color Harmonies of #2F2832
Complementary color
Monochromatic Colors of #2F2832
Black with #2F2832
Text Example
Text Example
White with #2F2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2832; }
p { color: rgb(47,40,50); }
H1.HeaderClassName
{
color: #2F2832;
}
.AnyTagClassName
{
color: #2F2832;
}
</style>
background-color css
<style>
a { background-color: #2F2832; }
a { background-color: rgb(47,40,50); }
div.DivClassName
{
background-color: #2F2832;
}
.BgClassName
{
background-color: #2F2832;
}
</style>
border-color css
<style>
span { border-color: #2F2832; }
span { border-color: rgb(47,40,50); }
td.TdClassName
{
border-color: #2F2832;
}
.TagClassName
{
border-color: #2F2832;
}
</style>