Shades of Blackcurrant #2C1441
Tints of Blackcurrant #2C1441
RGB
CMYK
RGB Variations
Color information
#2C1441 (or 0x2C1441) is known color: Blackcurrant. HEX triplet: 2C, 14 and 41. RGB value is (44,20,65). Sum of RGB (Red+Green+Blue) = 44+20+65=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C1441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1441 is #D3EBBE. Grayscale: #202020. Windows color (decimal): -13888447 or 4265004. OLE color: 4265004.
HSL color Cylindrical-coordinate representation of color #2C1441: hue angle of 272º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C1441 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 20 | 65 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.75 |
| HSL | 272º | 0.53% | 0.17% | - |
| HSV(B) | 272º | 0.69% | 0.25% | - |
| XYZ | 2.24 | 1.42 | 5.16 | - |
| YUV | 32.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 65 | 0.32 | 0.69 | 0 | 0.75 | 272 | 0.53 | 0.17 |
| Hex | 2C | 14 | 41 | 20 | 45 | 0 | 4B | 110 | 35 | 11 |
| Octal | 54 | 24 | 101 | 40 | 105 | 0 | 113 | 420 | 65 | 21 |
| Binary | 101100 | 10100 | 1000001 | 100000 | 1000101 | 0 | 1001011 | 100010000 | 110101 | 10001 |
Color Harmonies of #2C1441
Complementary color
Monochromatic Colors of #2C1441
Black with #2C1441
Text Example
Text Example
White with #2C1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1441; }
p { color: rgb(44,20,65); }
H1.HeaderClassName
{
color: #2C1441;
}
.AnyTagClassName
{
color: #2C1441;
}
</style>
background-color css
<style>
a { background-color: #2C1441; }
a { background-color: rgb(44,20,65); }
div.DivClassName
{
background-color: #2C1441;
}
.BgClassName
{
background-color: #2C1441;
}
</style>
border-color css
<style>
span { border-color: #2C1441; }
span { border-color: rgb(44,20,65); }
td.TdClassName
{
border-color: #2C1441;
}
.TagClassName
{
border-color: #2C1441;
}
</style>