Shades of Blackcurrant #2C1336
Tints of Blackcurrant #2C1336
RGB
CMYK
RGB Variations
Color information
#2C1336 (or 0x2C1336) is known color: Blackcurrant. HEX triplet: 2C, 13 and 36. RGB value is (44,19,54). Sum of RGB (Red+Green+Blue) = 44+19+54=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C1336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1336 is #D3ECC9. Grayscale: #1E1E1E. Windows color (decimal): -13888714 or 3543852. OLE color: 3543852.
HSL color Cylindrical-coordinate representation of color #2C1336: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C1336 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 19 | 54 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.79 |
| HSL | 282.86º | 0.48% | 0.14% | - |
| HSV(B) | 282.86º | 0.65% | 0.21% | - |
| XYZ | 1.94 | 1.27 | 3.63 | - |
| YUV | 30.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 54 | 0.19 | 0.65 | 0 | 0.79 | 282.86 | 0.48 | 0.14 |
| Hex | 2C | 13 | 36 | 13 | 41 | 0 | 4F | 11B | 30 | E |
| Octal | 54 | 23 | 66 | 23 | 101 | 0 | 117 | 433 | 60 | 16 |
| Binary | 101100 | 10011 | 110110 | 10011 | 1000001 | 0 | 1001111 | 100011011 | 110000 | 1110 |
Color Harmonies of #2C1336
Complementary color
Monochromatic Colors of #2C1336
Black with #2C1336
Text Example
Text Example
White with #2C1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1336; }
p { color: rgb(44,19,54); }
H1.HeaderClassName
{
color: #2C1336;
}
.AnyTagClassName
{
color: #2C1336;
}
</style>
background-color css
<style>
a { background-color: #2C1336; }
a { background-color: rgb(44,19,54); }
div.DivClassName
{
background-color: #2C1336;
}
.BgClassName
{
background-color: #2C1336;
}
</style>
border-color css
<style>
span { border-color: #2C1336; }
span { border-color: rgb(44,19,54); }
td.TdClassName
{
border-color: #2C1336;
}
.TagClassName
{
border-color: #2C1336;
}
</style>