Shades of Blackcurrant #2C0D36
Tints of Blackcurrant #2C0D36
RGB
CMYK
RGB Variations
Color information
#2C0D36 (or 0x2C0D36) is known color: Blackcurrant. HEX triplet: 2C, 0D and 36. RGB value is (44,13,54). Sum of RGB (Red+Green+Blue) = 44+13+54=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C0D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0D36 is #D3F2C9. Grayscale: #1A1A1A. Windows color (decimal): -13890250 or 3542316. OLE color: 3542316.
HSL color Cylindrical-coordinate representation of color #2C0D36: hue angle of 285.37º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C0D36 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 13 | 54 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.79 |
| HSL | 285.37º | 0.61% | 0.13% | - |
| HSV(B) | 285.37º | 0.76% | 0.21% | - |
| XYZ | 1.85 | 1.09 | 3.6 | - |
| YUV | 26.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 54 | 0.19 | 0.76 | 0 | 0.79 | 285.37 | 0.61 | 0.13 |
| Hex | 2C | D | 36 | 13 | 4C | 0 | 4F | 11D | 3D | D |
| Octal | 54 | 15 | 66 | 23 | 114 | 0 | 117 | 435 | 75 | 15 |
| Binary | 101100 | 1101 | 110110 | 10011 | 1001100 | 0 | 1001111 | 100011101 | 111101 | 1101 |
Color Harmonies of #2C0D36
Complementary color
Monochromatic Colors of #2C0D36
Black with #2C0D36
Text Example
Text Example
White with #2C0D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0D36; }
p { color: rgb(44,13,54); }
H1.HeaderClassName
{
color: #2C0D36;
}
.AnyTagClassName
{
color: #2C0D36;
}
</style>
background-color css
<style>
a { background-color: #2C0D36; }
a { background-color: rgb(44,13,54); }
div.DivClassName
{
background-color: #2C0D36;
}
.BgClassName
{
background-color: #2C0D36;
}
</style>
border-color css
<style>
span { border-color: #2C0D36; }
span { border-color: rgb(44,13,54); }
td.TdClassName
{
border-color: #2C0D36;
}
.TagClassName
{
border-color: #2C0D36;
}
</style>