Shades of Blackcurrant #2F2732
Tints of Blackcurrant #2F2732
RGB
CMYK
RGB Variations
Color information
#2F2732 (or 0x2F2732) is known color: Blackcurrant. HEX triplet: 2F, 27 and 32. RGB value is (47,39,50). Sum of RGB (Red+Green+Blue) = 47+39+50=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F2732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2732 is #D0D8CD. Grayscale: #2A2A2A. Windows color (decimal): -13686990 or 3286831. OLE color: 3286831.
HSL color Cylindrical-coordinate representation of color #2F2732: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2F2732 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 39 | 50 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.80 |
| HSL | 283.64º | 0.12% | 0.17% | - |
| HSV(B) | 283.64º | 0.22% | 0.2% | - |
| XYZ | 2.47 | 2.29 | 3.33 | - |
| YUV | 42.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 50 | 0.06 | 0.22 | 0 | 0.80 | 283.64 | 0.12 | 0.17 |
| Hex | 2F | 27 | 32 | 6 | 16 | 0 | 50 | 11C | C | 11 |
| Octal | 57 | 47 | 62 | 6 | 26 | 0 | 120 | 434 | 14 | 21 |
| Binary | 101111 | 100111 | 110010 | 110 | 10110 | 0 | 1010000 | 100011100 | 1100 | 10001 |
Color Harmonies of #2F2732
Complementary color
Monochromatic Colors of #2F2732
Black with #2F2732
Text Example
Text Example
White with #2F2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2732; }
p { color: rgb(47,39,50); }
H1.HeaderClassName
{
color: #2F2732;
}
.AnyTagClassName
{
color: #2F2732;
}
</style>
background-color css
<style>
a { background-color: #2F2732; }
a { background-color: rgb(47,39,50); }
div.DivClassName
{
background-color: #2F2732;
}
.BgClassName
{
background-color: #2F2732;
}
</style>
border-color css
<style>
span { border-color: #2F2732; }
span { border-color: rgb(47,39,50); }
td.TdClassName
{
border-color: #2F2732;
}
.TagClassName
{
border-color: #2F2732;
}
</style>