Shades of Blackcurrant #2C0F41
Tints of Blackcurrant #2C0F41
RGB
CMYK
RGB Variations
Color information
#2C0F41 (or 0x2C0F41) is known color: Blackcurrant. HEX triplet: 2C, 0F and 41. RGB value is (44,15,65). Sum of RGB (Red+Green+Blue) = 44+15+65=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C0F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0F41 is #D3F0BE. Grayscale: #1D1D1D. Windows color (decimal): -13889727 or 4263724. OLE color: 4263724.
HSL color Cylindrical-coordinate representation of color #2C0F41: hue angle of 274.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C0F41 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 15 | 65 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.75 |
| HSL | 274.8º | 0.63% | 0.16% | - |
| HSV(B) | 274.8º | 0.77% | 0.25% | - |
| XYZ | 2.16 | 1.26 | 5.13 | - |
| YUV | 29.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 65 | 0.32 | 0.77 | 0 | 0.75 | 274.8 | 0.63 | 0.16 |
| Hex | 2C | F | 41 | 20 | 4D | 0 | 4B | 113 | 3E | 10 |
| Octal | 54 | 17 | 101 | 40 | 115 | 0 | 113 | 423 | 76 | 20 |
| Binary | 101100 | 1111 | 1000001 | 100000 | 1001101 | 0 | 1001011 | 100010011 | 111110 | 10000 |
Color Harmonies of #2C0F41
Complementary color
Monochromatic Colors of #2C0F41
Black with #2C0F41
Text Example
Text Example
White with #2C0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0F41; }
p { color: rgb(44,15,65); }
H1.HeaderClassName
{
color: #2C0F41;
}
.AnyTagClassName
{
color: #2C0F41;
}
</style>
background-color css
<style>
a { background-color: #2C0F41; }
a { background-color: rgb(44,15,65); }
div.DivClassName
{
background-color: #2C0F41;
}
.BgClassName
{
background-color: #2C0F41;
}
</style>
border-color css
<style>
span { border-color: #2C0F41; }
span { border-color: rgb(44,15,65); }
td.TdClassName
{
border-color: #2C0F41;
}
.TagClassName
{
border-color: #2C0F41;
}
</style>