Shades of Blackcurrant #2F1944
Tints of Blackcurrant #2F1944
RGB
CMYK
RGB Variations
Color information
#2F1944 (or 0x2F1944) is known color: Blackcurrant. HEX triplet: 2F, 19 and 44. RGB value is (47,25,68). Sum of RGB (Red+Green+Blue) = 47+25+68=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #2F1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1944 is #D0E6BB. Grayscale: #242424. Windows color (decimal): -13690556 or 4462895. OLE color: 4462895.
HSL color Cylindrical-coordinate representation of color #2F1944: hue angle of 270.7º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F1944 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 25 | 68 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.73 |
| HSL | 270.7º | 0.46% | 0.18% | - |
| HSV(B) | 270.7º | 0.63% | 0.27% | - |
| XYZ | 2.56 | 1.72 | 5.67 | - |
| YUV | 36.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 68 | 0.31 | 0.63 | 0 | 0.73 | 270.7 | 0.46 | 0.18 |
| Hex | 2F | 19 | 44 | 1F | 3F | 0 | 49 | 10F | 2E | 12 |
| Octal | 57 | 31 | 104 | 37 | 77 | 0 | 111 | 417 | 56 | 22 |
| Binary | 101111 | 11001 | 1000100 | 11111 | 111111 | 0 | 1001001 | 100001111 | 101110 | 10010 |
Color Harmonies of #2F1944
Complementary color
Monochromatic Colors of #2F1944
Black with #2F1944
Text Example
Text Example
White with #2F1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1944; }
p { color: rgb(47,25,68); }
H1.HeaderClassName
{
color: #2F1944;
}
.AnyTagClassName
{
color: #2F1944;
}
</style>
background-color css
<style>
a { background-color: #2F1944; }
a { background-color: rgb(47,25,68); }
div.DivClassName
{
background-color: #2F1944;
}
.BgClassName
{
background-color: #2F1944;
}
</style>
border-color css
<style>
span { border-color: #2F1944; }
span { border-color: rgb(47,25,68); }
td.TdClassName
{
border-color: #2F1944;
}
.TagClassName
{
border-color: #2F1944;
}
</style>