Shades of Blackcurrant #2C0C4B
Tints of Blackcurrant #2C0C4B
RGB
CMYK
RGB Variations
Color information
#2C0C4B (or 0x2C0C4B) is known color: Blackcurrant. HEX triplet: 2C, 0C and 4B. RGB value is (44,12,75). Sum of RGB (Red+Green+Blue) = 44+12+75=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C0C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0C4B is #D3F3B4. Grayscale: #1C1C1C. Windows color (decimal): -13890485 or 4918316. OLE color: 4918316.
HSL color Cylindrical-coordinate representation of color #2C0C4B: hue angle of 270.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C0C4B is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 12 | 75 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.71 |
| HSL | 270.48º | 0.72% | 0.17% | - |
| HSV(B) | 270.48º | 0.84% | 0.29% | - |
| XYZ | 2.44 | 1.31 | 6.78 | - |
| YUV | 28.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 12 | 75 | 0.41 | 0.84 | 0 | 0.71 | 270.48 | 0.72 | 0.17 |
| Hex | 2C | C | 4B | 29 | 54 | 0 | 47 | 10E | 48 | 11 |
| Octal | 54 | 14 | 113 | 51 | 124 | 0 | 107 | 416 | 110 | 21 |
| Binary | 101100 | 1100 | 1001011 | 101001 | 1010100 | 0 | 1000111 | 100001110 | 1001000 | 10001 |
Color Harmonies of #2C0C4B
Complementary color
Monochromatic Colors of #2C0C4B
Black with #2C0C4B
Text Example
Text Example
White with #2C0C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0C4B; }
p { color: rgb(44,12,75); }
H1.HeaderClassName
{
color: #2C0C4B;
}
.AnyTagClassName
{
color: #2C0C4B;
}
</style>
background-color css
<style>
a { background-color: #2C0C4B; }
a { background-color: rgb(44,12,75); }
div.DivClassName
{
background-color: #2C0C4B;
}
.BgClassName
{
background-color: #2C0C4B;
}
</style>
border-color css
<style>
span { border-color: #2C0C4B; }
span { border-color: rgb(44,12,75); }
td.TdClassName
{
border-color: #2C0C4B;
}
.TagClassName
{
border-color: #2C0C4B;
}
</style>