Shades of Blackcurrant #2C173F
Tints of Blackcurrant #2C173F
RGB
CMYK
RGB Variations
Color information
#2C173F (or 0x2C173F) is known color: Blackcurrant. HEX triplet: 2C, 17 and 3F. RGB value is (44,23,63). Sum of RGB (Red+Green+Blue) = 44+23+63=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C173F is #D3E8C0. Grayscale: #212121. Windows color (decimal): -13887681 or 4134700. OLE color: 4134700.
HSL color Cylindrical-coordinate representation of color #2C173F: hue angle of 271.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C173F is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 23 | 63 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.75 |
| HSL | 271.5º | 0.47% | 0.17% | - |
| HSV(B) | 271.5º | 0.63% | 0.25% | - |
| XYZ | 2.24 | 1.51 | 4.88 | - |
| YUV | 33.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 63 | 0.30 | 0.63 | 0 | 0.75 | 271.5 | 0.47 | 0.17 |
| Hex | 2C | 17 | 3F | 1E | 3F | 0 | 4B | 110 | 2F | 11 |
| Octal | 54 | 27 | 77 | 36 | 77 | 0 | 113 | 420 | 57 | 21 |
| Binary | 101100 | 10111 | 111111 | 11110 | 111111 | 0 | 1001011 | 100010000 | 101111 | 10001 |
Color Harmonies of #2C173F
Complementary color
Monochromatic Colors of #2C173F
Black with #2C173F
Text Example
Text Example
White with #2C173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C173F; }
p { color: rgb(44,23,63); }
H1.HeaderClassName
{
color: #2C173F;
}
.AnyTagClassName
{
color: #2C173F;
}
</style>
background-color css
<style>
a { background-color: #2C173F; }
a { background-color: rgb(44,23,63); }
div.DivClassName
{
background-color: #2C173F;
}
.BgClassName
{
background-color: #2C173F;
}
</style>
border-color css
<style>
span { border-color: #2C173F; }
span { border-color: rgb(44,23,63); }
td.TdClassName
{
border-color: #2C173F;
}
.TagClassName
{
border-color: #2C173F;
}
</style>