Shades of Blackcurrant #2C1937
Tints of Blackcurrant #2C1937
RGB
CMYK
RGB Variations
Color information
#2C1937 (or 0x2C1937) is known color: Blackcurrant. HEX triplet: 2C, 19 and 37. RGB value is (44,25,55). Sum of RGB (Red+Green+Blue) = 44+25+55=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C1937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1937 is #D3E6C8. Grayscale: #222222. Windows color (decimal): -13887177 or 3610924. OLE color: 3610924.
HSL color Cylindrical-coordinate representation of color #2C1937: hue angle of 278º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C1937 is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 25 | 55 | - |
| CMYK | 0.2 | 0.55 | 0 | 0.78 |
| HSL | 278º | 0.38% | 0.16% | - |
| HSV(B) | 278º | 0.55% | 0.22% | - |
| XYZ | 2.08 | 1.51 | 3.8 | - |
| YUV | 34.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 55 | 0.2 | 0.55 | 0 | 0.78 | 278 | 0.38 | 0.16 |
| Hex | 2C | 19 | 37 | 14 | 37 | 0 | 4E | 116 | 26 | 10 |
| Octal | 54 | 31 | 67 | 24 | 67 | 0 | 116 | 426 | 46 | 20 |
| Binary | 101100 | 11001 | 110111 | 10100 | 110111 | 0 | 1001110 | 100010110 | 100110 | 10000 |
Color Harmonies of #2C1937
Complementary color
Monochromatic Colors of #2C1937
Black with #2C1937
Text Example
Text Example
White with #2C1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1937; }
p { color: rgb(44,25,55); }
H1.HeaderClassName
{
color: #2C1937;
}
.AnyTagClassName
{
color: #2C1937;
}
</style>
background-color css
<style>
a { background-color: #2C1937; }
a { background-color: rgb(44,25,55); }
div.DivClassName
{
background-color: #2C1937;
}
.BgClassName
{
background-color: #2C1937;
}
</style>
border-color css
<style>
span { border-color: #2C1937; }
span { border-color: rgb(44,25,55); }
td.TdClassName
{
border-color: #2C1937;
}
.TagClassName
{
border-color: #2C1937;
}
</style>