Shades of Blackcurrant #2F2334
Tints of Blackcurrant #2F2334
RGB
CMYK
RGB Variations
Color information
#2F2334 (or 0x2F2334) is known color: Blackcurrant. HEX triplet: 2F, 23 and 34. RGB value is (47,35,52). Sum of RGB (Red+Green+Blue) = 47+35+52=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2334 is #D0DCCB. Grayscale: #282828. Windows color (decimal): -13688012 or 3416879. OLE color: 3416879.
HSL color Cylindrical-coordinate representation of color #2F2334: hue angle of 282.35º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F2334 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 35 | 52 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.80 |
| HSL | 282.35º | 0.2% | 0.17% | - |
| HSV(B) | 282.35º | 0.33% | 0.2% | - |
| XYZ | 2.39 | 2.05 | 3.52 | - |
| YUV | 40.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 52 | 0.10 | 0.33 | 0 | 0.80 | 282.35 | 0.2 | 0.17 |
| Hex | 2F | 23 | 34 | A | 21 | 0 | 50 | 11A | 14 | 11 |
| Octal | 57 | 43 | 64 | 12 | 41 | 0 | 120 | 432 | 24 | 21 |
| Binary | 101111 | 100011 | 110100 | 1010 | 100001 | 0 | 1010000 | 100011010 | 10100 | 10001 |
Color Harmonies of #2F2334
Complementary color
Monochromatic Colors of #2F2334
Black with #2F2334
Text Example
Text Example
White with #2F2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2334; }
p { color: rgb(47,35,52); }
H1.HeaderClassName
{
color: #2F2334;
}
.AnyTagClassName
{
color: #2F2334;
}
</style>
background-color css
<style>
a { background-color: #2F2334; }
a { background-color: rgb(47,35,52); }
div.DivClassName
{
background-color: #2F2334;
}
.BgClassName
{
background-color: #2F2334;
}
</style>
border-color css
<style>
span { border-color: #2F2334; }
span { border-color: rgb(47,35,52); }
td.TdClassName
{
border-color: #2F2334;
}
.TagClassName
{
border-color: #2F2334;
}
</style>