Shades of Blackcurrant #2C043F
Tints of Blackcurrant #2C043F
RGB
CMYK
RGB Variations
Color information
#2C043F (or 0x2C043F) is known color: Blackcurrant. HEX triplet: 2C, 04 and 3F. RGB value is (44,4,63). Sum of RGB (Red+Green+Blue) = 44+4+63=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C043F is #D3FBC0. Grayscale: #161616. Windows color (decimal): -13892545 or 4129836. OLE color: 4129836.
HSL color Cylindrical-coordinate representation of color #2C043F: hue angle of 280.68º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C043F is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 4 | 63 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.75 |
| HSL | 280.68º | 0.88% | 0.13% | - |
| HSV(B) | 280.68º | 0.94% | 0.25% | - |
| XYZ | 1.98 | 0.98 | 4.79 | - |
| YUV | 22.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 63 | 0.30 | 0.94 | 0 | 0.75 | 280.68 | 0.88 | 0.13 |
| Hex | 2C | 4 | 3F | 1E | 5E | 0 | 4B | 119 | 58 | D |
| Octal | 54 | 4 | 77 | 36 | 136 | 0 | 113 | 431 | 130 | 15 |
| Binary | 101100 | 100 | 111111 | 11110 | 1011110 | 0 | 1001011 | 100011001 | 1011000 | 1101 |
Color Harmonies of #2C043F
Complementary color
Monochromatic Colors of #2C043F
Black with #2C043F
Text Example
Text Example
White with #2C043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C043F; }
p { color: rgb(44,4,63); }
H1.HeaderClassName
{
color: #2C043F;
}
.AnyTagClassName
{
color: #2C043F;
}
</style>
background-color css
<style>
a { background-color: #2C043F; }
a { background-color: rgb(44,4,63); }
div.DivClassName
{
background-color: #2C043F;
}
.BgClassName
{
background-color: #2C043F;
}
</style>
border-color css
<style>
span { border-color: #2C043F; }
span { border-color: rgb(44,4,63); }
td.TdClassName
{
border-color: #2C043F;
}
.TagClassName
{
border-color: #2C043F;
}
</style>