Shades of Blackcurrant #2F2734
Tints of Blackcurrant #2F2734
RGB
CMYK
RGB Variations
Color information
#2F2734 (or 0x2F2734) is known color: Blackcurrant. HEX triplet: 2F, 27 and 34. RGB value is (47,39,52). Sum of RGB (Red+Green+Blue) = 47+39+52=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F2734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2734 is #D0D8CB. Grayscale: #2A2A2A. Windows color (decimal): -13686988 or 3417903. OLE color: 3417903.
HSL color Cylindrical-coordinate representation of color #2F2734: hue angle of 276.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F2734 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 39 | 52 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.80 |
| HSL | 276.92º | 0.14% | 0.18% | - |
| HSV(B) | 276.92º | 0.25% | 0.2% | - |
| XYZ | 2.52 | 2.3 | 3.56 | - |
| YUV | 42.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 52 | 0.10 | 0.25 | 0 | 0.80 | 276.92 | 0.14 | 0.18 |
| Hex | 2F | 27 | 34 | A | 19 | 0 | 50 | 115 | E | 12 |
| Octal | 57 | 47 | 64 | 12 | 31 | 0 | 120 | 425 | 16 | 22 |
| Binary | 101111 | 100111 | 110100 | 1010 | 11001 | 0 | 1010000 | 100010101 | 1110 | 10010 |
Color Harmonies of #2F2734
Complementary color
Monochromatic Colors of #2F2734
Black with #2F2734
Text Example
Text Example
White with #2F2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2734; }
p { color: rgb(47,39,52); }
H1.HeaderClassName
{
color: #2F2734;
}
.AnyTagClassName
{
color: #2F2734;
}
</style>
background-color css
<style>
a { background-color: #2F2734; }
a { background-color: rgb(47,39,52); }
div.DivClassName
{
background-color: #2F2734;
}
.BgClassName
{
background-color: #2F2734;
}
</style>
border-color css
<style>
span { border-color: #2F2734; }
span { border-color: rgb(47,39,52); }
td.TdClassName
{
border-color: #2F2734;
}
.TagClassName
{
border-color: #2F2734;
}
</style>