Shades of Blackcurrant #2C1147
Tints of Blackcurrant #2C1147
RGB
CMYK
RGB Variations
Color information
#2C1147 (or 0x2C1147) is known color: Blackcurrant. HEX triplet: 2C, 11 and 47. RGB value is (44,17,71). Sum of RGB (Red+Green+Blue) = 44+17+71=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C1147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1147 is #D3EEB8. Grayscale: #1F1F1F. Windows color (decimal): -13889209 or 4657452. OLE color: 4657452.
HSL color Cylindrical-coordinate representation of color #2C1147: hue angle of 270º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1147 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 17 | 71 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.72 |
| HSL | 270º | 0.61% | 0.17% | - |
| HSV(B) | 270º | 0.76% | 0.28% | - |
| XYZ | 2.38 | 1.39 | 6.1 | - |
| YUV | 31.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 71 | 0.38 | 0.76 | 0 | 0.72 | 270 | 0.61 | 0.17 |
| Hex | 2C | 11 | 47 | 26 | 4C | 0 | 48 | 10E | 3D | 11 |
| Octal | 54 | 21 | 107 | 46 | 114 | 0 | 110 | 416 | 75 | 21 |
| Binary | 101100 | 10001 | 1000111 | 100110 | 1001100 | 0 | 1001000 | 100001110 | 111101 | 10001 |
Color Harmonies of #2C1147
Complementary color
Monochromatic Colors of #2C1147
Black with #2C1147
Text Example
Text Example
White with #2C1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1147; }
p { color: rgb(44,17,71); }
H1.HeaderClassName
{
color: #2C1147;
}
.AnyTagClassName
{
color: #2C1147;
}
</style>
background-color css
<style>
a { background-color: #2C1147; }
a { background-color: rgb(44,17,71); }
div.DivClassName
{
background-color: #2C1147;
}
.BgClassName
{
background-color: #2C1147;
}
</style>
border-color css
<style>
span { border-color: #2C1147; }
span { border-color: rgb(44,17,71); }
td.TdClassName
{
border-color: #2C1147;
}
.TagClassName
{
border-color: #2C1147;
}
</style>