Shades of Blackcurrant #2F2733
Tints of Blackcurrant #2F2733
RGB
CMYK
RGB Variations
Color information
#2F2733 (or 0x2F2733) is known color: Blackcurrant. HEX triplet: 2F, 27 and 33. RGB value is (47,39,51). Sum of RGB (Red+Green+Blue) = 47+39+51=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F2733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2733 is #D0D8CC. Grayscale: #2A2A2A. Windows color (decimal): -13686989 or 3352367. OLE color: 3352367.
HSL color Cylindrical-coordinate representation of color #2F2733: hue angle of 280º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F2733 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 39 | 51 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.8 |
| HSL | 280º | 0.13% | 0.18% | - |
| HSV(B) | 280º | 0.24% | 0.2% | - |
| XYZ | 2.5 | 2.29 | 3.44 | - |
| YUV | 42.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 51 | 0.08 | 0.24 | 0 | 0.8 | 280 | 0.13 | 0.18 |
| Hex | 2F | 27 | 33 | 8 | 18 | 0 | 50 | 118 | D | 12 |
| Octal | 57 | 47 | 63 | 10 | 30 | 0 | 120 | 430 | 15 | 22 |
| Binary | 101111 | 100111 | 110011 | 1000 | 11000 | 0 | 1010000 | 100011000 | 1101 | 10010 |
Color Harmonies of #2F2733
Complementary color
Monochromatic Colors of #2F2733
Black with #2F2733
Text Example
Text Example
White with #2F2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2733; }
p { color: rgb(47,39,51); }
H1.HeaderClassName
{
color: #2F2733;
}
.AnyTagClassName
{
color: #2F2733;
}
</style>
background-color css
<style>
a { background-color: #2F2733; }
a { background-color: rgb(47,39,51); }
div.DivClassName
{
background-color: #2F2733;
}
.BgClassName
{
background-color: #2F2733;
}
</style>
border-color css
<style>
span { border-color: #2F2733; }
span { border-color: rgb(47,39,51); }
td.TdClassName
{
border-color: #2F2733;
}
.TagClassName
{
border-color: #2F2733;
}
</style>