Shades of Blackcurrant #2C1341
Tints of Blackcurrant #2C1341
RGB
CMYK
RGB Variations
Color information
#2C1341 (or 0x2C1341) is known color: Blackcurrant. HEX triplet: 2C, 13 and 41. RGB value is (44,19,65). Sum of RGB (Red+Green+Blue) = 44+19+65=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1341 is #D3ECBE. Grayscale: #1F1F1F. Windows color (decimal): -13888703 or 4264748. OLE color: 4264748.
HSL color Cylindrical-coordinate representation of color #2C1341: hue angle of 272.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C1341 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 19 | 65 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.75 |
| HSL | 272.61º | 0.55% | 0.16% | - |
| HSV(B) | 272.61º | 0.71% | 0.25% | - |
| XYZ | 2.23 | 1.38 | 5.15 | - |
| YUV | 31.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 65 | 0.32 | 0.71 | 0 | 0.75 | 272.61 | 0.55 | 0.16 |
| Hex | 2C | 13 | 41 | 20 | 47 | 0 | 4B | 111 | 37 | 10 |
| Octal | 54 | 23 | 101 | 40 | 107 | 0 | 113 | 421 | 67 | 20 |
| Binary | 101100 | 10011 | 1000001 | 100000 | 1000111 | 0 | 1001011 | 100010001 | 110111 | 10000 |
Color Harmonies of #2C1341
Complementary color
Monochromatic Colors of #2C1341
Black with #2C1341
Text Example
Text Example
White with #2C1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1341; }
p { color: rgb(44,19,65); }
H1.HeaderClassName
{
color: #2C1341;
}
.AnyTagClassName
{
color: #2C1341;
}
</style>
background-color css
<style>
a { background-color: #2C1341; }
a { background-color: rgb(44,19,65); }
div.DivClassName
{
background-color: #2C1341;
}
.BgClassName
{
background-color: #2C1341;
}
</style>
border-color css
<style>
span { border-color: #2C1341; }
span { border-color: rgb(44,19,65); }
td.TdClassName
{
border-color: #2C1341;
}
.TagClassName
{
border-color: #2C1341;
}
</style>