Shades of Blackcurrant #2C193D
Tints of Blackcurrant #2C193D
RGB
CMYK
RGB Variations
Color information
#2C193D (or 0x2C193D) is known color: Blackcurrant. HEX triplet: 2C, 19 and 3D. RGB value is (44,25,61). Sum of RGB (Red+Green+Blue) = 44+25+61=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C193D is #D3E6C2. Grayscale: #222222. Windows color (decimal): -13887171 or 4004140. OLE color: 4004140.
HSL color Cylindrical-coordinate representation of color #2C193D: hue angle of 271.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C193D is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 25 | 61 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.76 |
| HSL | 271.67º | 0.42% | 0.17% | - |
| HSV(B) | 271.67º | 0.59% | 0.24% | - |
| XYZ | 2.23 | 1.57 | 4.6 | - |
| YUV | 34.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 61 | 0.28 | 0.59 | 0 | 0.76 | 271.67 | 0.42 | 0.17 |
| Hex | 2C | 19 | 3D | 1C | 3B | 0 | 4C | 110 | 2A | 11 |
| Octal | 54 | 31 | 75 | 34 | 73 | 0 | 114 | 420 | 52 | 21 |
| Binary | 101100 | 11001 | 111101 | 11100 | 111011 | 0 | 1001100 | 100010000 | 101010 | 10001 |
Color Harmonies of #2C193D
Complementary color
Monochromatic Colors of #2C193D
Black with #2C193D
Text Example
Text Example
White with #2C193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C193D; }
p { color: rgb(44,25,61); }
H1.HeaderClassName
{
color: #2C193D;
}
.AnyTagClassName
{
color: #2C193D;
}
</style>
background-color css
<style>
a { background-color: #2C193D; }
a { background-color: rgb(44,25,61); }
div.DivClassName
{
background-color: #2C193D;
}
.BgClassName
{
background-color: #2C193D;
}
</style>
border-color css
<style>
span { border-color: #2C193D; }
span { border-color: rgb(44,25,61); }
td.TdClassName
{
border-color: #2C193D;
}
.TagClassName
{
border-color: #2C193D;
}
</style>