Shades of Blackcurrant #2C113D
Tints of Blackcurrant #2C113D
RGB
CMYK
RGB Variations
Color information
#2C113D (or 0x2C113D) is known color: Blackcurrant. HEX triplet: 2C, 11 and 3D. RGB value is (44,17,61). Sum of RGB (Red+Green+Blue) = 44+17+61=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C113D is #D3EEC2. Grayscale: #1D1D1D. Windows color (decimal): -13889219 or 4002092. OLE color: 4002092.
HSL color Cylindrical-coordinate representation of color #2C113D: hue angle of 276.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C113D is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 17 | 61 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.76 |
| HSL | 276.82º | 0.56% | 0.15% | - |
| HSV(B) | 276.82º | 0.72% | 0.24% | - |
| XYZ | 2.08 | 1.27 | 4.55 | - |
| YUV | 30.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 61 | 0.28 | 0.72 | 0 | 0.76 | 276.82 | 0.56 | 0.15 |
| Hex | 2C | 11 | 3D | 1C | 48 | 0 | 4C | 115 | 38 | F |
| Octal | 54 | 21 | 75 | 34 | 110 | 0 | 114 | 425 | 70 | 17 |
| Binary | 101100 | 10001 | 111101 | 11100 | 1001000 | 0 | 1001100 | 100010101 | 111000 | 1111 |
Color Harmonies of #2C113D
Complementary color
Monochromatic Colors of #2C113D
Black with #2C113D
Text Example
Text Example
White with #2C113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C113D; }
p { color: rgb(44,17,61); }
H1.HeaderClassName
{
color: #2C113D;
}
.AnyTagClassName
{
color: #2C113D;
}
</style>
background-color css
<style>
a { background-color: #2C113D; }
a { background-color: rgb(44,17,61); }
div.DivClassName
{
background-color: #2C113D;
}
.BgClassName
{
background-color: #2C113D;
}
</style>
border-color css
<style>
span { border-color: #2C113D; }
span { border-color: rgb(44,17,61); }
td.TdClassName
{
border-color: #2C113D;
}
.TagClassName
{
border-color: #2C113D;
}
</style>