Shades of Blackcurrant #2F2236
Tints of Blackcurrant #2F2236
RGB
CMYK
RGB Variations
Color information
#2F2236 (or 0x2F2236) is known color: Blackcurrant. HEX triplet: 2F, 22 and 36. RGB value is (47,34,54). Sum of RGB (Red+Green+Blue) = 47+34+54=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #2F2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2236 is #D0DDC9. Grayscale: #282828. Windows color (decimal): -13688266 or 3547695. OLE color: 3547695.
HSL color Cylindrical-coordinate representation of color #2F2236: hue angle of 279º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F2236 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 34 | 54 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.79 |
| HSL | 279º | 0.23% | 0.17% | - |
| HSV(B) | 279º | 0.37% | 0.21% | - |
| XYZ | 2.41 | 2.01 | 3.75 | - |
| YUV | 40.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 54 | 0.13 | 0.37 | 0 | 0.79 | 279 | 0.23 | 0.17 |
| Hex | 2F | 22 | 36 | D | 25 | 0 | 4F | 117 | 17 | 11 |
| Octal | 57 | 42 | 66 | 15 | 45 | 0 | 117 | 427 | 27 | 21 |
| Binary | 101111 | 100010 | 110110 | 1101 | 100101 | 0 | 1001111 | 100010111 | 10111 | 10001 |
Color Harmonies of #2F2236
Complementary color
Monochromatic Colors of #2F2236
Black with #2F2236
Text Example
Text Example
White with #2F2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2236; }
p { color: rgb(47,34,54); }
H1.HeaderClassName
{
color: #2F2236;
}
.AnyTagClassName
{
color: #2F2236;
}
</style>
background-color css
<style>
a { background-color: #2F2236; }
a { background-color: rgb(47,34,54); }
div.DivClassName
{
background-color: #2F2236;
}
.BgClassName
{
background-color: #2F2236;
}
</style>
border-color css
<style>
span { border-color: #2F2236; }
span { border-color: rgb(47,34,54); }
td.TdClassName
{
border-color: #2F2236;
}
.TagClassName
{
border-color: #2F2236;
}
</style>