Shades of Blackcurrant #2C0041
Tints of Blackcurrant #2C0041
RGB
CMYK
RGB Variations
Color information
#2C0041 (or 0x2C0041) is known color: Blackcurrant. HEX triplet: 2C, 00 and 41. RGB value is (44,0,65). Sum of RGB (Red+Green+Blue) = 44+0+65=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C0041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0041 is #D3FFBE. Grayscale: #141414. Windows color (decimal): -13893567 or 4259884. OLE color: 4259884.
HSL color Cylindrical-coordinate representation of color #2C0041: hue angle of 280.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0041 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 0 | 65 | - |
| CMYK | 0.32 | 1 | 0 | 0.75 |
| HSL | 280.62º | 1% | 0.13% | - |
| HSV(B) | 280.62º | 1% | 0.25% | - |
| XYZ | 1.99 | 0.92 | 5.07 | - |
| YUV | 20.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 65 | 0.32 | 1 | 0 | 0.75 | 280.62 | 1 | 0.13 |
| Hex | 2C | 0 | 41 | 20 | 64 | 0 | 4B | 119 | 64 | D |
| Octal | 54 | 0 | 101 | 40 | 144 | 0 | 113 | 431 | 144 | 15 |
| Binary | 101100 | 0 | 1000001 | 100000 | 1100100 | 0 | 1001011 | 100011001 | 1100100 | 1101 |
Color Harmonies of #2C0041
Complementary color
Monochromatic Colors of #2C0041
Black with #2C0041
Text Example
Text Example
White with #2C0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0041; }
p { color: rgb(44,0,65); }
H1.HeaderClassName
{
color: #2C0041;
}
.AnyTagClassName
{
color: #2C0041;
}
</style>
background-color css
<style>
a { background-color: #2C0041; }
a { background-color: rgb(44,0,65); }
div.DivClassName
{
background-color: #2C0041;
}
.BgClassName
{
background-color: #2C0041;
}
</style>
border-color css
<style>
span { border-color: #2C0041; }
span { border-color: rgb(44,0,65); }
td.TdClassName
{
border-color: #2C0041;
}
.TagClassName
{
border-color: #2C0041;
}
</style>