Shades of Blackcurrant #2C0734
Tints of Blackcurrant #2C0734
RGB
CMYK
RGB Variations
Color information
#2C0734 (or 0x2C0734) is known color: Blackcurrant. HEX triplet: 2C, 07 and 34. RGB value is (44,7,52). Sum of RGB (Red+Green+Blue) = 44+7+52=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C0734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0734 is #D3F8CB. Grayscale: #171717. Windows color (decimal): -13891788 or 3409708. OLE color: 3409708.
HSL color Cylindrical-coordinate representation of color #2C0734: hue angle of 289.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C0734 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 7 | 52 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.80 |
| HSL | 289.33º | 0.76% | 0.12% | - |
| HSV(B) | 289.33º | 0.87% | 0.2% | - |
| XYZ | 1.73 | 0.94 | 3.34 | - |
| YUV | 23.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 52 | 0.15 | 0.87 | 0 | 0.80 | 289.33 | 0.76 | 0.12 |
| Hex | 2C | 7 | 34 | F | 57 | 0 | 50 | 121 | 4C | C |
| Octal | 54 | 7 | 64 | 17 | 127 | 0 | 120 | 441 | 114 | 14 |
| Binary | 101100 | 111 | 110100 | 1111 | 1010111 | 0 | 1010000 | 100100001 | 1001100 | 1100 |
Color Harmonies of #2C0734
Complementary color
Monochromatic Colors of #2C0734
Black with #2C0734
Text Example
Text Example
White with #2C0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0734; }
p { color: rgb(44,7,52); }
H1.HeaderClassName
{
color: #2C0734;
}
.AnyTagClassName
{
color: #2C0734;
}
</style>
background-color css
<style>
a { background-color: #2C0734; }
a { background-color: rgb(44,7,52); }
div.DivClassName
{
background-color: #2C0734;
}
.BgClassName
{
background-color: #2C0734;
}
</style>
border-color css
<style>
span { border-color: #2C0734; }
span { border-color: rgb(44,7,52); }
td.TdClassName
{
border-color: #2C0734;
}
.TagClassName
{
border-color: #2C0734;
}
</style>