Shades of Blackcurrant #2C1738
Tints of Blackcurrant #2C1738
RGB
CMYK
RGB Variations
Color information
#2C1738 (or 0x2C1738) is known color: Blackcurrant. HEX triplet: 2C, 17 and 38. RGB value is (44,23,56). Sum of RGB (Red+Green+Blue) = 44+23+56=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C1738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1738 is #D3E8C7. Grayscale: #202020. Windows color (decimal): -13887688 or 3675948. OLE color: 3675948.
HSL color Cylindrical-coordinate representation of color #2C1738: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C1738 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 23 | 56 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.78 |
| HSL | 278.18º | 0.42% | 0.15% | - |
| HSV(B) | 278.18º | 0.59% | 0.22% | - |
| XYZ | 2.06 | 1.43 | 3.91 | - |
| YUV | 33.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 56 | 0.21 | 0.59 | 0 | 0.78 | 278.18 | 0.42 | 0.15 |
| Hex | 2C | 17 | 38 | 15 | 3B | 0 | 4E | 116 | 2A | F |
| Octal | 54 | 27 | 70 | 25 | 73 | 0 | 116 | 426 | 52 | 17 |
| Binary | 101100 | 10111 | 111000 | 10101 | 111011 | 0 | 1001110 | 100010110 | 101010 | 1111 |
Color Harmonies of #2C1738
Complementary color
Monochromatic Colors of #2C1738
Black with #2C1738
Text Example
Text Example
White with #2C1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1738; }
p { color: rgb(44,23,56); }
H1.HeaderClassName
{
color: #2C1738;
}
.AnyTagClassName
{
color: #2C1738;
}
</style>
background-color css
<style>
a { background-color: #2C1738; }
a { background-color: rgb(44,23,56); }
div.DivClassName
{
background-color: #2C1738;
}
.BgClassName
{
background-color: #2C1738;
}
</style>
border-color css
<style>
span { border-color: #2C1738; }
span { border-color: rgb(44,23,56); }
td.TdClassName
{
border-color: #2C1738;
}
.TagClassName
{
border-color: #2C1738;
}
</style>