Shades of Blackcurrant #2C0454
Tints of Blackcurrant #2C0454
RGB
CMYK
RGB Variations
Color information
#2C0454 (or 0x2C0454) is known color: Blackcurrant. HEX triplet: 2C, 04 and 54. RGB value is (44,4,84). Sum of RGB (Red+Green+Blue) = 44+4+84=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #2C0454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0454 is #D3FBAB. Grayscale: #181818. Windows color (decimal): -13892524 or 5506092. OLE color: 5506092.
HSL color Cylindrical-coordinate representation of color #2C0454: hue angle of 270º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0454 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 4 | 84 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.67 |
| HSL | 270º | 0.91% | 0.17% | - |
| HSV(B) | 270º | 0.95% | 0.33% | - |
| XYZ | 2.68 | 1.26 | 8.49 | - |
| YUV | 25.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 84 | 0.48 | 0.95 | 0 | 0.67 | 270 | 0.91 | 0.17 |
| Hex | 2C | 4 | 54 | 30 | 5F | 0 | 43 | 10E | 5B | 11 |
| Octal | 54 | 4 | 124 | 60 | 137 | 0 | 103 | 416 | 133 | 21 |
| Binary | 101100 | 100 | 1010100 | 110000 | 1011111 | 0 | 1000011 | 100001110 | 1011011 | 10001 |
Color Harmonies of #2C0454
Complementary color
Monochromatic Colors of #2C0454
Black with #2C0454
Text Example
Text Example
White with #2C0454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0454; }
p { color: rgb(44,4,84); }
H1.HeaderClassName
{
color: #2C0454;
}
.AnyTagClassName
{
color: #2C0454;
}
</style>
background-color css
<style>
a { background-color: #2C0454; }
a { background-color: rgb(44,4,84); }
div.DivClassName
{
background-color: #2C0454;
}
.BgClassName
{
background-color: #2C0454;
}
</style>
border-color css
<style>
span { border-color: #2C0454; }
span { border-color: rgb(44,4,84); }
td.TdClassName
{
border-color: #2C0454;
}
.TagClassName
{
border-color: #2C0454;
}
</style>