Shades of Blackcurrant #2F1846
Tints of Blackcurrant #2F1846
RGB
CMYK
RGB Variations
Color information
#2F1846 (or 0x2F1846) is known color: Blackcurrant. HEX triplet: 2F, 18 and 46. RGB value is (47,24,70). Sum of RGB (Red+Green+Blue) = 47+24+70=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F1846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1846 is #D0E7B9. Grayscale: #232323. Windows color (decimal): -13690810 or 4593711. OLE color: 4593711.
HSL color Cylindrical-coordinate representation of color #2F1846: hue angle of 270º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F1846 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 24 | 70 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.73 |
| HSL | 270º | 0.49% | 0.18% | - |
| HSV(B) | 270º | 0.66% | 0.27% | - |
| XYZ | 2.6 | 1.7 | 5.99 | - |
| YUV | 36.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 70 | 0.33 | 0.66 | 0 | 0.73 | 270 | 0.49 | 0.18 |
| Hex | 2F | 18 | 46 | 21 | 42 | 0 | 49 | 10E | 31 | 12 |
| Octal | 57 | 30 | 106 | 41 | 102 | 0 | 111 | 416 | 61 | 22 |
| Binary | 101111 | 11000 | 1000110 | 100001 | 1000010 | 0 | 1001001 | 100001110 | 110001 | 10010 |
Color Harmonies of #2F1846
Complementary color
Monochromatic Colors of #2F1846
Black with #2F1846
Text Example
Text Example
White with #2F1846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1846; }
p { color: rgb(47,24,70); }
H1.HeaderClassName
{
color: #2F1846;
}
.AnyTagClassName
{
color: #2F1846;
}
</style>
background-color css
<style>
a { background-color: #2F1846; }
a { background-color: rgb(47,24,70); }
div.DivClassName
{
background-color: #2F1846;
}
.BgClassName
{
background-color: #2F1846;
}
</style>
border-color css
<style>
span { border-color: #2F1846; }
span { border-color: rgb(47,24,70); }
td.TdClassName
{
border-color: #2F1846;
}
.TagClassName
{
border-color: #2F1846;
}
</style>