Shades of Blackcurrant #2F1834
Tints of Blackcurrant #2F1834
RGB
CMYK
RGB Variations
Color information
#2F1834 (or 0x2F1834) is known color: Blackcurrant. HEX triplet: 2F, 18 and 34. RGB value is (47,24,52). Sum of RGB (Red+Green+Blue) = 47+24+52=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1834 is #D0E7CB. Grayscale: #212121. Windows color (decimal): -13690828 or 3414063. OLE color: 3414063.
HSL color Cylindrical-coordinate representation of color #2F1834: hue angle of 289.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F1834 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 24 | 52 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.80 |
| HSL | 289.29º | 0.37% | 0.15% | - |
| HSV(B) | 289.29º | 0.54% | 0.2% | - |
| XYZ | 2.12 | 1.51 | 3.43 | - |
| YUV | 34.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 52 | 0.10 | 0.54 | 0 | 0.80 | 289.29 | 0.37 | 0.15 |
| Hex | 2F | 18 | 34 | A | 36 | 0 | 50 | 121 | 25 | F |
| Octal | 57 | 30 | 64 | 12 | 66 | 0 | 120 | 441 | 45 | 17 |
| Binary | 101111 | 11000 | 110100 | 1010 | 110110 | 0 | 1010000 | 100100001 | 100101 | 1111 |
Color Harmonies of #2F1834
Complementary color
Monochromatic Colors of #2F1834
Black with #2F1834
Text Example
Text Example
White with #2F1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1834; }
p { color: rgb(47,24,52); }
H1.HeaderClassName
{
color: #2F1834;
}
.AnyTagClassName
{
color: #2F1834;
}
</style>
background-color css
<style>
a { background-color: #2F1834; }
a { background-color: rgb(47,24,52); }
div.DivClassName
{
background-color: #2F1834;
}
.BgClassName
{
background-color: #2F1834;
}
</style>
border-color css
<style>
span { border-color: #2F1834; }
span { border-color: rgb(47,24,52); }
td.TdClassName
{
border-color: #2F1834;
}
.TagClassName
{
border-color: #2F1834;
}
</style>