Shades of Blackcurrant #2F1734
Tints of Blackcurrant #2F1734
RGB
CMYK
RGB Variations
Color information
#2F1734 (or 0x2F1734) is known color: Blackcurrant. HEX triplet: 2F, 17 and 34. RGB value is (47,23,52). Sum of RGB (Red+Green+Blue) = 47+23+52=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F1734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1734 is #D0E8CB. Grayscale: #212121. Windows color (decimal): -13691084 or 3413807. OLE color: 3413807.
HSL color Cylindrical-coordinate representation of color #2F1734: hue angle of 289.66º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F1734 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 23 | 52 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.80 |
| HSL | 289.66º | 0.39% | 0.15% | - |
| HSV(B) | 289.66º | 0.56% | 0.2% | - |
| XYZ | 2.1 | 1.47 | 3.42 | - |
| YUV | 33.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 52 | 0.10 | 0.56 | 0 | 0.80 | 289.66 | 0.39 | 0.15 |
| Hex | 2F | 17 | 34 | A | 38 | 0 | 50 | 122 | 27 | F |
| Octal | 57 | 27 | 64 | 12 | 70 | 0 | 120 | 442 | 47 | 17 |
| Binary | 101111 | 10111 | 110100 | 1010 | 111000 | 0 | 1010000 | 100100010 | 100111 | 1111 |
Color Harmonies of #2F1734
Complementary color
Monochromatic Colors of #2F1734
Black with #2F1734
Text Example
Text Example
White with #2F1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1734; }
p { color: rgb(47,23,52); }
H1.HeaderClassName
{
color: #2F1734;
}
.AnyTagClassName
{
color: #2F1734;
}
</style>
background-color css
<style>
a { background-color: #2F1734; }
a { background-color: rgb(47,23,52); }
div.DivClassName
{
background-color: #2F1734;
}
.BgClassName
{
background-color: #2F1734;
}
</style>
border-color css
<style>
span { border-color: #2F1734; }
span { border-color: rgb(47,23,52); }
td.TdClassName
{
border-color: #2F1734;
}
.TagClassName
{
border-color: #2F1734;
}
</style>