Shades of Blackcurrant #2C0B38
Tints of Blackcurrant #2C0B38
RGB
CMYK
RGB Variations
Color information
#2C0B38 (or 0x2C0B38) is known color: Blackcurrant. HEX triplet: 2C, 0B and 38. RGB value is (44,11,56). Sum of RGB (Red+Green+Blue) = 44+11+56=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C0B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0B38 is #D3F4C7. Grayscale: #191919. Windows color (decimal): -13890760 or 3672876. OLE color: 3672876.
HSL color Cylindrical-coordinate representation of color #2C0B38: hue angle of 284º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C0B38 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 11 | 56 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.78 |
| HSL | 284º | 0.67% | 0.13% | - |
| HSV(B) | 284º | 0.8% | 0.22% | - |
| XYZ | 1.87 | 1.06 | 3.85 | - |
| YUV | 26 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 56 | 0.21 | 0.80 | 0 | 0.78 | 284 | 0.67 | 0.13 |
| Hex | 2C | B | 38 | 15 | 50 | 0 | 4E | 11C | 43 | D |
| Octal | 54 | 13 | 70 | 25 | 120 | 0 | 116 | 434 | 103 | 15 |
| Binary | 101100 | 1011 | 111000 | 10101 | 1010000 | 0 | 1001110 | 100011100 | 1000011 | 1101 |
Color Harmonies of #2C0B38
Complementary color
Monochromatic Colors of #2C0B38
Black with #2C0B38
Text Example
Text Example
White with #2C0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B38; }
p { color: rgb(44,11,56); }
H1.HeaderClassName
{
color: #2C0B38;
}
.AnyTagClassName
{
color: #2C0B38;
}
</style>
background-color css
<style>
a { background-color: #2C0B38; }
a { background-color: rgb(44,11,56); }
div.DivClassName
{
background-color: #2C0B38;
}
.BgClassName
{
background-color: #2C0B38;
}
</style>
border-color css
<style>
span { border-color: #2C0B38; }
span { border-color: rgb(44,11,56); }
td.TdClassName
{
border-color: #2C0B38;
}
.TagClassName
{
border-color: #2C0B38;
}
</style>