Shades of Blackcurrant #2F1344
Tints of Blackcurrant #2F1344
RGB
CMYK
RGB Variations
Color information
#2F1344 (or 0x2F1344) is known color: Blackcurrant. HEX triplet: 2F, 13 and 44. RGB value is (47,19,68). Sum of RGB (Red+Green+Blue) = 47+19+68=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #2F1344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1344 is #D0ECBB. Grayscale: #202020. Windows color (decimal): -13692092 or 4461359. OLE color: 4461359.
HSL color Cylindrical-coordinate representation of color #2F1344: hue angle of 274.29º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F1344 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 19 | 68 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.73 |
| HSL | 274.29º | 0.56% | 0.17% | - |
| HSV(B) | 274.29º | 0.72% | 0.27% | - |
| XYZ | 2.45 | 1.49 | 5.63 | - |
| YUV | 32.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 68 | 0.31 | 0.72 | 0 | 0.73 | 274.29 | 0.56 | 0.17 |
| Hex | 2F | 13 | 44 | 1F | 48 | 0 | 49 | 112 | 38 | 11 |
| Octal | 57 | 23 | 104 | 37 | 110 | 0 | 111 | 422 | 70 | 21 |
| Binary | 101111 | 10011 | 1000100 | 11111 | 1001000 | 0 | 1001001 | 100010010 | 111000 | 10001 |
Color Harmonies of #2F1344
Complementary color
Monochromatic Colors of #2F1344
Black with #2F1344
Text Example
Text Example
White with #2F1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1344; }
p { color: rgb(47,19,68); }
H1.HeaderClassName
{
color: #2F1344;
}
.AnyTagClassName
{
color: #2F1344;
}
</style>
background-color css
<style>
a { background-color: #2F1344; }
a { background-color: rgb(47,19,68); }
div.DivClassName
{
background-color: #2F1344;
}
.BgClassName
{
background-color: #2F1344;
}
</style>
border-color css
<style>
span { border-color: #2F1344; }
span { border-color: rgb(47,19,68); }
td.TdClassName
{
border-color: #2F1344;
}
.TagClassName
{
border-color: #2F1344;
}
</style>