Shades of Blackcurrant #2C193B
Tints of Blackcurrant #2C193B
RGB
CMYK
RGB Variations
Color information
#2C193B (or 0x2C193B) is known color: Blackcurrant. HEX triplet: 2C, 19 and 3B. RGB value is (44,25,59). Sum of RGB (Red+Green+Blue) = 44+25+59=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #2C193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C193B is #D3E6C4. Grayscale: #222222. Windows color (decimal): -13887173 or 3873068. OLE color: 3873068.
HSL color Cylindrical-coordinate representation of color #2C193B: hue angle of 273.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C193B is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 25 | 59 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.77 |
| HSL | 273.53º | 0.4% | 0.16% | - |
| HSV(B) | 273.53º | 0.58% | 0.23% | - |
| XYZ | 2.18 | 1.55 | 4.32 | - |
| YUV | 34.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 59 | 0.25 | 0.58 | 0 | 0.77 | 273.53 | 0.4 | 0.16 |
| Hex | 2C | 19 | 3B | 19 | 3A | 0 | 4D | 112 | 28 | 10 |
| Octal | 54 | 31 | 73 | 31 | 72 | 0 | 115 | 422 | 50 | 20 |
| Binary | 101100 | 11001 | 111011 | 11001 | 111010 | 0 | 1001101 | 100010010 | 101000 | 10000 |
Color Harmonies of #2C193B
Complementary color
Monochromatic Colors of #2C193B
Black with #2C193B
Text Example
Text Example
White with #2C193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C193B; }
p { color: rgb(44,25,59); }
H1.HeaderClassName
{
color: #2C193B;
}
.AnyTagClassName
{
color: #2C193B;
}
</style>
background-color css
<style>
a { background-color: #2C193B; }
a { background-color: rgb(44,25,59); }
div.DivClassName
{
background-color: #2C193B;
}
.BgClassName
{
background-color: #2C193B;
}
</style>
border-color css
<style>
span { border-color: #2C193B; }
span { border-color: rgb(44,25,59); }
td.TdClassName
{
border-color: #2C193B;
}
.TagClassName
{
border-color: #2C193B;
}
</style>