Shades of Blackcurrant #2C0538
Tints of Blackcurrant #2C0538
RGB
CMYK
RGB Variations
Color information
#2C0538 (or 0x2C0538) is known color: Blackcurrant. HEX triplet: 2C, 05 and 38. RGB value is (44,5,56). Sum of RGB (Red+Green+Blue) = 44+5+56=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0538 is #D3FAC7. Grayscale: #161616. Windows color (decimal): -13892296 or 3671340. OLE color: 3671340.
HSL color Cylindrical-coordinate representation of color #2C0538: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0538 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 5 | 56 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.78 |
| HSL | 285.88º | 0.84% | 0.12% | - |
| HSV(B) | 285.88º | 0.91% | 0.22% | - |
| XYZ | 1.81 | 0.93 | 3.83 | - |
| YUV | 22.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 56 | 0.21 | 0.91 | 0 | 0.78 | 285.88 | 0.84 | 0.12 |
| Hex | 2C | 5 | 38 | 15 | 5B | 0 | 4E | 11E | 54 | C |
| Octal | 54 | 5 | 70 | 25 | 133 | 0 | 116 | 436 | 124 | 14 |
| Binary | 101100 | 101 | 111000 | 10101 | 1011011 | 0 | 1001110 | 100011110 | 1010100 | 1100 |
Color Harmonies of #2C0538
Complementary color
Monochromatic Colors of #2C0538
Black with #2C0538
Text Example
Text Example
White with #2C0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0538; }
p { color: rgb(44,5,56); }
H1.HeaderClassName
{
color: #2C0538;
}
.AnyTagClassName
{
color: #2C0538;
}
</style>
background-color css
<style>
a { background-color: #2C0538; }
a { background-color: rgb(44,5,56); }
div.DivClassName
{
background-color: #2C0538;
}
.BgClassName
{
background-color: #2C0538;
}
</style>
border-color css
<style>
span { border-color: #2C0538; }
span { border-color: rgb(44,5,56); }
td.TdClassName
{
border-color: #2C0538;
}
.TagClassName
{
border-color: #2C0538;
}
</style>