Shades of Blackcurrant #2C1347
Tints of Blackcurrant #2C1347
RGB
CMYK
RGB Variations
Color information
#2C1347 (or 0x2C1347) is known color: Blackcurrant. HEX triplet: 2C, 13 and 47. RGB value is (44,19,71). Sum of RGB (Red+Green+Blue) = 44+19+71=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1347 is #D3ECB8. Grayscale: #202020. Windows color (decimal): -13888697 or 4657964. OLE color: 4657964.
HSL color Cylindrical-coordinate representation of color #2C1347: hue angle of 268.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C1347 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 19 | 71 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.72 |
| HSL | 268.85º | 0.58% | 0.18% | - |
| HSV(B) | 268.85º | 0.73% | 0.28% | - |
| XYZ | 2.41 | 1.46 | 6.12 | - |
| YUV | 32.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 71 | 0.38 | 0.73 | 0 | 0.72 | 268.85 | 0.58 | 0.18 |
| Hex | 2C | 13 | 47 | 26 | 49 | 0 | 48 | 10D | 3A | 12 |
| Octal | 54 | 23 | 107 | 46 | 111 | 0 | 110 | 415 | 72 | 22 |
| Binary | 101100 | 10011 | 1000111 | 100110 | 1001001 | 0 | 1001000 | 100001101 | 111010 | 10010 |
Color Harmonies of #2C1347
Complementary color
Monochromatic Colors of #2C1347
Black with #2C1347
Text Example
Text Example
White with #2C1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1347; }
p { color: rgb(44,19,71); }
H1.HeaderClassName
{
color: #2C1347;
}
.AnyTagClassName
{
color: #2C1347;
}
</style>
background-color css
<style>
a { background-color: #2C1347; }
a { background-color: rgb(44,19,71); }
div.DivClassName
{
background-color: #2C1347;
}
.BgClassName
{
background-color: #2C1347;
}
</style>
border-color css
<style>
span { border-color: #2C1347; }
span { border-color: rgb(44,19,71); }
td.TdClassName
{
border-color: #2C1347;
}
.TagClassName
{
border-color: #2C1347;
}
</style>