Shades of Blackcurrant #2C0A38
Tints of Blackcurrant #2C0A38
RGB
CMYK
RGB Variations
Color information
#2C0A38 (or 0x2C0A38) is known color: Blackcurrant. HEX triplet: 2C, 0A and 38. RGB value is (44,10,56). Sum of RGB (Red+Green+Blue) = 44+10+56=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0A38 is #D3F5C7. Grayscale: #191919. Windows color (decimal): -13891016 or 3672620. OLE color: 3672620.
HSL color Cylindrical-coordinate representation of color #2C0A38: hue angle of 284.35º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C0A38 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 10 | 56 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.78 |
| HSL | 284.35º | 0.7% | 0.13% | - |
| HSV(B) | 284.35º | 0.82% | 0.22% | - |
| XYZ | 1.86 | 1.04 | 3.84 | - |
| YUV | 25.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 56 | 0.21 | 0.82 | 0 | 0.78 | 284.35 | 0.7 | 0.13 |
| Hex | 2C | A | 38 | 15 | 52 | 0 | 4E | 11C | 46 | D |
| Octal | 54 | 12 | 70 | 25 | 122 | 0 | 116 | 434 | 106 | 15 |
| Binary | 101100 | 1010 | 111000 | 10101 | 1010010 | 0 | 1001110 | 100011100 | 1000110 | 1101 |
Color Harmonies of #2C0A38
Complementary color
Monochromatic Colors of #2C0A38
Black with #2C0A38
Text Example
Text Example
White with #2C0A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0A38; }
p { color: rgb(44,10,56); }
H1.HeaderClassName
{
color: #2C0A38;
}
.AnyTagClassName
{
color: #2C0A38;
}
</style>
background-color css
<style>
a { background-color: #2C0A38; }
a { background-color: rgb(44,10,56); }
div.DivClassName
{
background-color: #2C0A38;
}
.BgClassName
{
background-color: #2C0A38;
}
</style>
border-color css
<style>
span { border-color: #2C0A38; }
span { border-color: rgb(44,10,56); }
td.TdClassName
{
border-color: #2C0A38;
}
.TagClassName
{
border-color: #2C0A38;
}
</style>