Shades of Blackcurrant #2C1737
Tints of Blackcurrant #2C1737
RGB
CMYK
RGB Variations
Color information
#2C1737 (or 0x2C1737) is known color: Blackcurrant. HEX triplet: 2C, 17 and 37. RGB value is (44,23,55). Sum of RGB (Red+Green+Blue) = 44+23+55=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1737 is #D3E8C8. Grayscale: #202020. Windows color (decimal): -13887689 or 3610412. OLE color: 3610412.
HSL color Cylindrical-coordinate representation of color #2C1737: hue angle of 279.38º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C1737 is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 23 | 55 | - |
| CMYK | 0.2 | 0.58 | 0 | 0.78 |
| HSL | 279.38º | 0.41% | 0.15% | - |
| HSV(B) | 279.38º | 0.58% | 0.22% | - |
| XYZ | 2.03 | 1.42 | 3.78 | - |
| YUV | 32.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 55 | 0.2 | 0.58 | 0 | 0.78 | 279.38 | 0.41 | 0.15 |
| Hex | 2C | 17 | 37 | 14 | 3A | 0 | 4E | 117 | 29 | F |
| Octal | 54 | 27 | 67 | 24 | 72 | 0 | 116 | 427 | 51 | 17 |
| Binary | 101100 | 10111 | 110111 | 10100 | 111010 | 0 | 1001110 | 100010111 | 101001 | 1111 |
Color Harmonies of #2C1737
Complementary color
Monochromatic Colors of #2C1737
Black with #2C1737
Text Example
Text Example
White with #2C1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1737; }
p { color: rgb(44,23,55); }
H1.HeaderClassName
{
color: #2C1737;
}
.AnyTagClassName
{
color: #2C1737;
}
</style>
background-color css
<style>
a { background-color: #2C1737; }
a { background-color: rgb(44,23,55); }
div.DivClassName
{
background-color: #2C1737;
}
.BgClassName
{
background-color: #2C1737;
}
</style>
border-color css
<style>
span { border-color: #2C1737; }
span { border-color: rgb(44,23,55); }
td.TdClassName
{
border-color: #2C1737;
}
.TagClassName
{
border-color: #2C1737;
}
</style>