Shades of Blackcurrant #2C113F
Tints of Blackcurrant #2C113F
RGB
CMYK
RGB Variations
Color information
#2C113F (or 0x2C113F) is known color: Blackcurrant. HEX triplet: 2C, 11 and 3F. RGB value is (44,17,63). Sum of RGB (Red+Green+Blue) = 44+17+63=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C113F is #D3EEC0. Grayscale: #1E1E1E. Windows color (decimal): -13889217 or 4133164. OLE color: 4133164.
HSL color Cylindrical-coordinate representation of color #2C113F: hue angle of 275.22º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C113F is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 17 | 63 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.75 |
| HSL | 275.22º | 0.58% | 0.16% | - |
| HSV(B) | 275.22º | 0.73% | 0.25% | - |
| XYZ | 2.14 | 1.3 | 4.84 | - |
| YUV | 30.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 63 | 0.30 | 0.73 | 0 | 0.75 | 275.22 | 0.58 | 0.16 |
| Hex | 2C | 11 | 3F | 1E | 49 | 0 | 4B | 113 | 3A | 10 |
| Octal | 54 | 21 | 77 | 36 | 111 | 0 | 113 | 423 | 72 | 20 |
| Binary | 101100 | 10001 | 111111 | 11110 | 1001001 | 0 | 1001011 | 100010011 | 111010 | 10000 |
Color Harmonies of #2C113F
Complementary color
Monochromatic Colors of #2C113F
Black with #2C113F
Text Example
Text Example
White with #2C113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C113F; }
p { color: rgb(44,17,63); }
H1.HeaderClassName
{
color: #2C113F;
}
.AnyTagClassName
{
color: #2C113F;
}
</style>
background-color css
<style>
a { background-color: #2C113F; }
a { background-color: rgb(44,17,63); }
div.DivClassName
{
background-color: #2C113F;
}
.BgClassName
{
background-color: #2C113F;
}
</style>
border-color css
<style>
span { border-color: #2C113F; }
span { border-color: rgb(44,17,63); }
td.TdClassName
{
border-color: #2C113F;
}
.TagClassName
{
border-color: #2C113F;
}
</style>