Shades of Blackcurrant #2C1238
Tints of Blackcurrant #2C1238
RGB
CMYK
RGB Variations
Color information
#2C1238 (or 0x2C1238) is known color: Blackcurrant. HEX triplet: 2C, 12 and 38. RGB value is (44,18,56). Sum of RGB (Red+Green+Blue) = 44+18+56=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C1238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1238 is #D3EDC7. Grayscale: #1D1D1D. Windows color (decimal): -13888968 or 3674668. OLE color: 3674668.
HSL color Cylindrical-coordinate representation of color #2C1238: hue angle of 281.05º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C1238 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 18 | 56 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.78 |
| HSL | 281.05º | 0.51% | 0.15% | - |
| HSV(B) | 281.05º | 0.68% | 0.22% | - |
| XYZ | 1.97 | 1.25 | 3.88 | - |
| YUV | 30.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 56 | 0.21 | 0.68 | 0 | 0.78 | 281.05 | 0.51 | 0.15 |
| Hex | 2C | 12 | 38 | 15 | 44 | 0 | 4E | 119 | 33 | F |
| Octal | 54 | 22 | 70 | 25 | 104 | 0 | 116 | 431 | 63 | 17 |
| Binary | 101100 | 10010 | 111000 | 10101 | 1000100 | 0 | 1001110 | 100011001 | 110011 | 1111 |
Color Harmonies of #2C1238
Complementary color
Monochromatic Colors of #2C1238
Black with #2C1238
Text Example
Text Example
White with #2C1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1238; }
p { color: rgb(44,18,56); }
H1.HeaderClassName
{
color: #2C1238;
}
.AnyTagClassName
{
color: #2C1238;
}
</style>
background-color css
<style>
a { background-color: #2C1238; }
a { background-color: rgb(44,18,56); }
div.DivClassName
{
background-color: #2C1238;
}
.BgClassName
{
background-color: #2C1238;
}
</style>
border-color css
<style>
span { border-color: #2C1238; }
span { border-color: rgb(44,18,56); }
td.TdClassName
{
border-color: #2C1238;
}
.TagClassName
{
border-color: #2C1238;
}
</style>