Shades of Blackcurrant #2C0638
Tints of Blackcurrant #2C0638
RGB
CMYK
RGB Variations
Color information
#2C0638 (or 0x2C0638) is known color: Blackcurrant. HEX triplet: 2C, 06 and 38. RGB value is (44,6,56). Sum of RGB (Red+Green+Blue) = 44+6+56=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0638 is #D3F9C7. Grayscale: #161616. Windows color (decimal): -13892040 or 3671596. OLE color: 3671596.
HSL color Cylindrical-coordinate representation of color #2C0638: hue angle of 285.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0638 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 6 | 56 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.78 |
| HSL | 285.6º | 0.81% | 0.12% | - |
| HSV(B) | 285.6º | 0.89% | 0.22% | - |
| XYZ | 1.82 | 0.95 | 3.83 | - |
| YUV | 23.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 56 | 0.21 | 0.89 | 0 | 0.78 | 285.6 | 0.81 | 0.12 |
| Hex | 2C | 6 | 38 | 15 | 59 | 0 | 4E | 11E | 51 | C |
| Octal | 54 | 6 | 70 | 25 | 131 | 0 | 116 | 436 | 121 | 14 |
| Binary | 101100 | 110 | 111000 | 10101 | 1011001 | 0 | 1001110 | 100011110 | 1010001 | 1100 |
Color Harmonies of #2C0638
Complementary color
Monochromatic Colors of #2C0638
Black with #2C0638
Text Example
Text Example
White with #2C0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0638; }
p { color: rgb(44,6,56); }
H1.HeaderClassName
{
color: #2C0638;
}
.AnyTagClassName
{
color: #2C0638;
}
</style>
background-color css
<style>
a { background-color: #2C0638; }
a { background-color: rgb(44,6,56); }
div.DivClassName
{
background-color: #2C0638;
}
.BgClassName
{
background-color: #2C0638;
}
</style>
border-color css
<style>
span { border-color: #2C0638; }
span { border-color: rgb(44,6,56); }
td.TdClassName
{
border-color: #2C0638;
}
.TagClassName
{
border-color: #2C0638;
}
</style>