Shades of Blackcurrant #2F2134
Tints of Blackcurrant #2F2134
RGB
CMYK
RGB Variations
Color information
#2F2134 (or 0x2F2134) is known color: Blackcurrant. HEX triplet: 2F, 21 and 34. RGB value is (47,33,52). Sum of RGB (Red+Green+Blue) = 47+33+52=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F2134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2134 is #D0DECB. Grayscale: #272727. Windows color (decimal): -13688524 or 3416367. OLE color: 3416367.
HSL color Cylindrical-coordinate representation of color #2F2134: hue angle of 284.21º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F2134 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 33 | 52 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.80 |
| HSL | 284.21º | 0.22% | 0.17% | - |
| HSV(B) | 284.21º | 0.37% | 0.2% | - |
| XYZ | 2.34 | 1.94 | 3.5 | - |
| YUV | 39.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 52 | 0.10 | 0.37 | 0 | 0.80 | 284.21 | 0.22 | 0.17 |
| Hex | 2F | 21 | 34 | A | 25 | 0 | 50 | 11C | 16 | 11 |
| Octal | 57 | 41 | 64 | 12 | 45 | 0 | 120 | 434 | 26 | 21 |
| Binary | 101111 | 100001 | 110100 | 1010 | 100101 | 0 | 1010000 | 100011100 | 10110 | 10001 |
Color Harmonies of #2F2134
Complementary color
Monochromatic Colors of #2F2134
Black with #2F2134
Text Example
Text Example
White with #2F2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2134; }
p { color: rgb(47,33,52); }
H1.HeaderClassName
{
color: #2F2134;
}
.AnyTagClassName
{
color: #2F2134;
}
</style>
background-color css
<style>
a { background-color: #2F2134; }
a { background-color: rgb(47,33,52); }
div.DivClassName
{
background-color: #2F2134;
}
.BgClassName
{
background-color: #2F2134;
}
</style>
border-color css
<style>
span { border-color: #2F2134; }
span { border-color: rgb(47,33,52); }
td.TdClassName
{
border-color: #2F2134;
}
.TagClassName
{
border-color: #2F2134;
}
</style>