Shades of Blackcurrant #2C0939
Tints of Blackcurrant #2C0939
RGB
CMYK
RGB Variations
Color information
#2C0939 (or 0x2C0939) is known color: Blackcurrant. HEX triplet: 2C, 09 and 39. RGB value is (44,9,57). Sum of RGB (Red+Green+Blue) = 44+9+57=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #2C0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0939 is #D3F6C6. Grayscale: #181818. Windows color (decimal): -13891271 or 3737900. OLE color: 3737900.
HSL color Cylindrical-coordinate representation of color #2C0939: hue angle of 283.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C0939 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 9 | 57 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.78 |
| HSL | 283.75º | 0.73% | 0.13% | - |
| HSV(B) | 283.75º | 0.84% | 0.22% | - |
| XYZ | 1.87 | 1.03 | 3.97 | - |
| YUV | 24.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 57 | 0.23 | 0.84 | 0 | 0.78 | 283.75 | 0.73 | 0.13 |
| Hex | 2C | 9 | 39 | 17 | 54 | 0 | 4E | 11C | 49 | D |
| Octal | 54 | 11 | 71 | 27 | 124 | 0 | 116 | 434 | 111 | 15 |
| Binary | 101100 | 1001 | 111001 | 10111 | 1010100 | 0 | 1001110 | 100011100 | 1001001 | 1101 |
Color Harmonies of #2C0939
Complementary color
Monochromatic Colors of #2C0939
Black with #2C0939
Text Example
Text Example
White with #2C0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0939; }
p { color: rgb(44,9,57); }
H1.HeaderClassName
{
color: #2C0939;
}
.AnyTagClassName
{
color: #2C0939;
}
</style>
background-color css
<style>
a { background-color: #2C0939; }
a { background-color: rgb(44,9,57); }
div.DivClassName
{
background-color: #2C0939;
}
.BgClassName
{
background-color: #2C0939;
}
</style>
border-color css
<style>
span { border-color: #2C0939; }
span { border-color: rgb(44,9,57); }
td.TdClassName
{
border-color: #2C0939;
}
.TagClassName
{
border-color: #2C0939;
}
</style>