Shades of Blackcurrant #2C0437
Tints of Blackcurrant #2C0437
RGB
CMYK
RGB Variations
Color information
#2C0437 (or 0x2C0437) is known color: Blackcurrant. HEX triplet: 2C, 04 and 37. RGB value is (44,4,55). Sum of RGB (Red+Green+Blue) = 44+4+55=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0437 is #D3FBC8. Grayscale: #151515. Windows color (decimal): -13892553 or 3605548. OLE color: 3605548.
HSL color Cylindrical-coordinate representation of color #2C0437: hue angle of 287.06º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0437 is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 4 | 55 | - |
| CMYK | 0.2 | 0.93 | 0 | 0.78 |
| HSL | 287.06º | 0.86% | 0.12% | - |
| HSV(B) | 287.06º | 0.93% | 0.22% | - |
| XYZ | 1.77 | 0.9 | 3.69 | - |
| YUV | 21.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 55 | 0.2 | 0.93 | 0 | 0.78 | 287.06 | 0.86 | 0.12 |
| Hex | 2C | 4 | 37 | 14 | 5D | 0 | 4E | 11F | 56 | C |
| Octal | 54 | 4 | 67 | 24 | 135 | 0 | 116 | 437 | 126 | 14 |
| Binary | 101100 | 100 | 110111 | 10100 | 1011101 | 0 | 1001110 | 100011111 | 1010110 | 1100 |
Color Harmonies of #2C0437
Complementary color
Monochromatic Colors of #2C0437
Black with #2C0437
Text Example
Text Example
White with #2C0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0437; }
p { color: rgb(44,4,55); }
H1.HeaderClassName
{
color: #2C0437;
}
.AnyTagClassName
{
color: #2C0437;
}
</style>
background-color css
<style>
a { background-color: #2C0437; }
a { background-color: rgb(44,4,55); }
div.DivClassName
{
background-color: #2C0437;
}
.BgClassName
{
background-color: #2C0437;
}
</style>
border-color css
<style>
span { border-color: #2C0437; }
span { border-color: rgb(44,4,55); }
td.TdClassName
{
border-color: #2C0437;
}
.TagClassName
{
border-color: #2C0437;
}
</style>