Shades of Blackcurrant #2F1534
Tints of Blackcurrant #2F1534
RGB
CMYK
RGB Variations
Color information
#2F1534 (or 0x2F1534) is known color: Blackcurrant. HEX triplet: 2F, 15 and 34. RGB value is (47,21,52). Sum of RGB (Red+Green+Blue) = 47+21+52=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F1534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1534 is #D0EACB. Grayscale: #202020. Windows color (decimal): -13691596 or 3413295. OLE color: 3413295.
HSL color Cylindrical-coordinate representation of color #2F1534: hue angle of 290.32º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F1534 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 21 | 52 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.80 |
| HSL | 290.32º | 0.42% | 0.14% | - |
| HSV(B) | 290.32º | 0.6% | 0.2% | - |
| XYZ | 2.06 | 1.39 | 3.41 | - |
| YUV | 32.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 52 | 0.10 | 0.60 | 0 | 0.80 | 290.32 | 0.42 | 0.14 |
| Hex | 2F | 15 | 34 | A | 3C | 0 | 50 | 122 | 2A | E |
| Octal | 57 | 25 | 64 | 12 | 74 | 0 | 120 | 442 | 52 | 16 |
| Binary | 101111 | 10101 | 110100 | 1010 | 111100 | 0 | 1010000 | 100100010 | 101010 | 1110 |
Color Harmonies of #2F1534
Complementary color
Monochromatic Colors of #2F1534
Black with #2F1534
Text Example
Text Example
White with #2F1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1534; }
p { color: rgb(47,21,52); }
H1.HeaderClassName
{
color: #2F1534;
}
.AnyTagClassName
{
color: #2F1534;
}
</style>
background-color css
<style>
a { background-color: #2F1534; }
a { background-color: rgb(47,21,52); }
div.DivClassName
{
background-color: #2F1534;
}
.BgClassName
{
background-color: #2F1534;
}
</style>
border-color css
<style>
span { border-color: #2F1534; }
span { border-color: rgb(47,21,52); }
td.TdClassName
{
border-color: #2F1534;
}
.TagClassName
{
border-color: #2F1534;
}
</style>