Shades of Blackcurrant #2C0240
Tints of Blackcurrant #2C0240
RGB
CMYK
RGB Variations
Color information
#2C0240 (or 0x2C0240) is known color: Blackcurrant. HEX triplet: 2C, 02 and 40. RGB value is (44,2,64). Sum of RGB (Red+Green+Blue) = 44+2+64=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C0240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0240 is #D3FDBF. Grayscale: #151515. Windows color (decimal): -13893056 or 4194860. OLE color: 4194860.
HSL color Cylindrical-coordinate representation of color #2C0240: hue angle of 280.65º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C0240 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 2 | 64 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.75 |
| HSL | 280.65º | 0.94% | 0.13% | - |
| HSV(B) | 280.65º | 0.97% | 0.25% | - |
| XYZ | 1.99 | 0.95 | 4.93 | - |
| YUV | 21.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 64 | 0.31 | 0.97 | 0 | 0.75 | 280.65 | 0.94 | 0.13 |
| Hex | 2C | 2 | 40 | 1F | 61 | 0 | 4B | 119 | 5E | D |
| Octal | 54 | 2 | 100 | 37 | 141 | 0 | 113 | 431 | 136 | 15 |
| Binary | 101100 | 10 | 1000000 | 11111 | 1100001 | 0 | 1001011 | 100011001 | 1011110 | 1101 |
Color Harmonies of #2C0240
Complementary color
Monochromatic Colors of #2C0240
Black with #2C0240
Text Example
Text Example
White with #2C0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0240; }
p { color: rgb(44,2,64); }
H1.HeaderClassName
{
color: #2C0240;
}
.AnyTagClassName
{
color: #2C0240;
}
</style>
background-color css
<style>
a { background-color: #2C0240; }
a { background-color: rgb(44,2,64); }
div.DivClassName
{
background-color: #2C0240;
}
.BgClassName
{
background-color: #2C0240;
}
</style>
border-color css
<style>
span { border-color: #2C0240; }
span { border-color: rgb(44,2,64); }
td.TdClassName
{
border-color: #2C0240;
}
.TagClassName
{
border-color: #2C0240;
}
</style>