Shades of Blackcurrant #2C073E
Tints of Blackcurrant #2C073E
RGB
CMYK
RGB Variations
Color information
#2C073E (or 0x2C073E) is known color: Blackcurrant. HEX triplet: 2C, 07 and 3E. RGB value is (44,7,62). Sum of RGB (Red+Green+Blue) = 44+7+62=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C073E is #D3F8C1. Grayscale: #181818. Windows color (decimal): -13891778 or 4065068. OLE color: 4065068.
HSL color Cylindrical-coordinate representation of color #2C073E: hue angle of 280.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C073E is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 7 | 62 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.76 |
| HSL | 280.36º | 0.8% | 0.14% | - |
| HSV(B) | 280.36º | 0.89% | 0.24% | - |
| XYZ | 1.98 | 1.04 | 4.65 | - |
| YUV | 24.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 62 | 0.29 | 0.89 | 0 | 0.76 | 280.36 | 0.8 | 0.14 |
| Hex | 2C | 7 | 3E | 1D | 59 | 0 | 4C | 118 | 50 | E |
| Octal | 54 | 7 | 76 | 35 | 131 | 0 | 114 | 430 | 120 | 16 |
| Binary | 101100 | 111 | 111110 | 11101 | 1011001 | 0 | 1001100 | 100011000 | 1010000 | 1110 |
Color Harmonies of #2C073E
Complementary color
Monochromatic Colors of #2C073E
Black with #2C073E
Text Example
Text Example
White with #2C073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C073E; }
p { color: rgb(44,7,62); }
H1.HeaderClassName
{
color: #2C073E;
}
.AnyTagClassName
{
color: #2C073E;
}
</style>
background-color css
<style>
a { background-color: #2C073E; }
a { background-color: rgb(44,7,62); }
div.DivClassName
{
background-color: #2C073E;
}
.BgClassName
{
background-color: #2C073E;
}
</style>
border-color css
<style>
span { border-color: #2C073E; }
span { border-color: rgb(44,7,62); }
td.TdClassName
{
border-color: #2C073E;
}
.TagClassName
{
border-color: #2C073E;
}
</style>