Shades of Blackcurrant #2C0F47
Tints of Blackcurrant #2C0F47
RGB
CMYK
RGB Variations
Color information
#2C0F47 (or 0x2C0F47) is known color: Blackcurrant. HEX triplet: 2C, 0F and 47. RGB value is (44,15,71). Sum of RGB (Red+Green+Blue) = 44+15+71=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C0F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0F47 is #D3F0B8. Grayscale: #1D1D1D. Windows color (decimal): -13889721 or 4656940. OLE color: 4656940.
HSL color Cylindrical-coordinate representation of color #2C0F47: hue angle of 271.07º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C0F47 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 15 | 71 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.72 |
| HSL | 271.07º | 0.65% | 0.17% | - |
| HSV(B) | 271.07º | 0.79% | 0.28% | - |
| XYZ | 2.35 | 1.33 | 6.09 | - |
| YUV | 30.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 71 | 0.38 | 0.79 | 0 | 0.72 | 271.07 | 0.65 | 0.17 |
| Hex | 2C | F | 47 | 26 | 4F | 0 | 48 | 10F | 41 | 11 |
| Octal | 54 | 17 | 107 | 46 | 117 | 0 | 110 | 417 | 101 | 21 |
| Binary | 101100 | 1111 | 1000111 | 100110 | 1001111 | 0 | 1001000 | 100001111 | 1000001 | 10001 |
Color Harmonies of #2C0F47
Complementary color
Monochromatic Colors of #2C0F47
Black with #2C0F47
Text Example
Text Example
White with #2C0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0F47; }
p { color: rgb(44,15,71); }
H1.HeaderClassName
{
color: #2C0F47;
}
.AnyTagClassName
{
color: #2C0F47;
}
</style>
background-color css
<style>
a { background-color: #2C0F47; }
a { background-color: rgb(44,15,71); }
div.DivClassName
{
background-color: #2C0F47;
}
.BgClassName
{
background-color: #2C0F47;
}
</style>
border-color css
<style>
span { border-color: #2C0F47; }
span { border-color: rgb(44,15,71); }
td.TdClassName
{
border-color: #2C0F47;
}
.TagClassName
{
border-color: #2C0F47;
}
</style>