Shades of Blackcurrant #2C003A
Tints of Blackcurrant #2C003A
RGB
CMYK
RGB Variations
Color information
#2C003A (or 0x2C003A) is known color: Blackcurrant. HEX triplet: 2C, 00 and 3A. RGB value is (44,0,58). Sum of RGB (Red+Green+Blue) = 44+0+58=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C003A is #D3FFC5. Grayscale: #131313. Windows color (decimal): -13893574 or 3801132. OLE color: 3801132.
HSL color Cylindrical-coordinate representation of color #2C003A: hue angle of 285.52º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C003A is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 0 | 58 | - |
| CMYK | 0.24 | 1 | 0 | 0.77 |
| HSL | 285.52º | 1% | 0.11% | - |
| HSV(B) | 285.52º | 1% | 0.23% | - |
| XYZ | 1.8 | 0.84 | 4.07 | - |
| YUV | 19.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 58 | 0.24 | 1 | 0 | 0.77 | 285.52 | 1 | 0.11 |
| Hex | 2C | 0 | 3A | 18 | 64 | 0 | 4D | 11E | 64 | B |
| Octal | 54 | 0 | 72 | 30 | 144 | 0 | 115 | 436 | 144 | 13 |
| Binary | 101100 | 0 | 111010 | 11000 | 1100100 | 0 | 1001101 | 100011110 | 1100100 | 1011 |
Color Harmonies of #2C003A
Complementary color
Monochromatic Colors of #2C003A
Black with #2C003A
Text Example
Text Example
White with #2C003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C003A; }
p { color: rgb(44,0,58); }
H1.HeaderClassName
{
color: #2C003A;
}
.AnyTagClassName
{
color: #2C003A;
}
</style>
background-color css
<style>
a { background-color: #2C003A; }
a { background-color: rgb(44,0,58); }
div.DivClassName
{
background-color: #2C003A;
}
.BgClassName
{
background-color: #2C003A;
}
</style>
border-color css
<style>
span { border-color: #2C003A; }
span { border-color: rgb(44,0,58); }
td.TdClassName
{
border-color: #2C003A;
}
.TagClassName
{
border-color: #2C003A;
}
</style>