Shades of Blackcurrant #2C013D
Tints of Blackcurrant #2C013D
RGB
CMYK
RGB Variations
Color information
#2C013D (or 0x2C013D) is known color: Blackcurrant. HEX triplet: 2C, 01 and 3D. RGB value is (44,1,61). Sum of RGB (Red+Green+Blue) = 44+1+61=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C013D is #D3FEC2. Grayscale: #141414. Windows color (decimal): -13893315 or 3997996. OLE color: 3997996.
HSL color Cylindrical-coordinate representation of color #2C013D: hue angle of 283º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C013D is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 1 | 61 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.76 |
| HSL | 283º | 0.97% | 0.12% | - |
| HSV(B) | 283º | 0.98% | 0.24% | - |
| XYZ | 1.89 | 0.89 | 4.49 | - |
| YUV | 20.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 61 | 0.28 | 0.98 | 0 | 0.76 | 283 | 0.97 | 0.12 |
| Hex | 2C | 1 | 3D | 1C | 62 | 0 | 4C | 11B | 61 | C |
| Octal | 54 | 1 | 75 | 34 | 142 | 0 | 114 | 433 | 141 | 14 |
| Binary | 101100 | 1 | 111101 | 11100 | 1100010 | 0 | 1001100 | 100011011 | 1100001 | 1100 |
Color Harmonies of #2C013D
Complementary color
Monochromatic Colors of #2C013D
Black with #2C013D
Text Example
Text Example
White with #2C013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C013D; }
p { color: rgb(44,1,61); }
H1.HeaderClassName
{
color: #2C013D;
}
.AnyTagClassName
{
color: #2C013D;
}
</style>
background-color css
<style>
a { background-color: #2C013D; }
a { background-color: rgb(44,1,61); }
div.DivClassName
{
background-color: #2C013D;
}
.BgClassName
{
background-color: #2C013D;
}
</style>
border-color css
<style>
span { border-color: #2C013D; }
span { border-color: rgb(44,1,61); }
td.TdClassName
{
border-color: #2C013D;
}
.TagClassName
{
border-color: #2C013D;
}
</style>