Shades of Blackcurrant #2C173C
Tints of Blackcurrant #2C173C
RGB
CMYK
RGB Variations
Color information
#2C173C (or 0x2C173C) is known color: Blackcurrant. HEX triplet: 2C, 17 and 3C. RGB value is (44,23,60). Sum of RGB (Red+Green+Blue) = 44+23+60=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C173C is #D3E8C3. Grayscale: #212121. Windows color (decimal): -13887684 or 3938092. OLE color: 3938092.
HSL color Cylindrical-coordinate representation of color #2C173C: hue angle of 274.05º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C173C is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 23 | 60 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.76 |
| HSL | 274.05º | 0.45% | 0.16% | - |
| HSV(B) | 274.05º | 0.62% | 0.24% | - |
| XYZ | 2.16 | 1.47 | 4.45 | - |
| YUV | 33.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 60 | 0.27 | 0.62 | 0 | 0.76 | 274.05 | 0.45 | 0.16 |
| Hex | 2C | 17 | 3C | 1B | 3E | 0 | 4C | 112 | 2D | 10 |
| Octal | 54 | 27 | 74 | 33 | 76 | 0 | 114 | 422 | 55 | 20 |
| Binary | 101100 | 10111 | 111100 | 11011 | 111110 | 0 | 1001100 | 100010010 | 101101 | 10000 |
Color Harmonies of #2C173C
Complementary color
Monochromatic Colors of #2C173C
Black with #2C173C
Text Example
Text Example
White with #2C173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C173C; }
p { color: rgb(44,23,60); }
H1.HeaderClassName
{
color: #2C173C;
}
.AnyTagClassName
{
color: #2C173C;
}
</style>
background-color css
<style>
a { background-color: #2C173C; }
a { background-color: rgb(44,23,60); }
div.DivClassName
{
background-color: #2C173C;
}
.BgClassName
{
background-color: #2C173C;
}
</style>
border-color css
<style>
span { border-color: #2C173C; }
span { border-color: rgb(44,23,60); }
td.TdClassName
{
border-color: #2C173C;
}
.TagClassName
{
border-color: #2C173C;
}
</style>