Shades of Blackcurrant #2C053E
Tints of Blackcurrant #2C053E
RGB
CMYK
RGB Variations
Color information
#2C053E (or 0x2C053E) is known color: Blackcurrant. HEX triplet: 2C, 05 and 3E. RGB value is (44,5,62). Sum of RGB (Red+Green+Blue) = 44+5+62=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C053E is #D3FAC1. Grayscale: #161616. Windows color (decimal): -13892290 or 4064556. OLE color: 4064556.
HSL color Cylindrical-coordinate representation of color #2C053E: hue angle of 281.05º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C053E is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 5 | 62 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.76 |
| HSL | 281.05º | 0.85% | 0.13% | - |
| HSV(B) | 281.05º | 0.92% | 0.24% | - |
| XYZ | 1.96 | 0.99 | 4.65 | - |
| YUV | 23.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 62 | 0.29 | 0.92 | 0 | 0.76 | 281.05 | 0.85 | 0.13 |
| Hex | 2C | 5 | 3E | 1D | 5C | 0 | 4C | 119 | 55 | D |
| Octal | 54 | 5 | 76 | 35 | 134 | 0 | 114 | 431 | 125 | 15 |
| Binary | 101100 | 101 | 111110 | 11101 | 1011100 | 0 | 1001100 | 100011001 | 1010101 | 1101 |
Color Harmonies of #2C053E
Complementary color
Monochromatic Colors of #2C053E
Black with #2C053E
Text Example
Text Example
White with #2C053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C053E; }
p { color: rgb(44,5,62); }
H1.HeaderClassName
{
color: #2C053E;
}
.AnyTagClassName
{
color: #2C053E;
}
</style>
background-color css
<style>
a { background-color: #2C053E; }
a { background-color: rgb(44,5,62); }
div.DivClassName
{
background-color: #2C053E;
}
.BgClassName
{
background-color: #2C053E;
}
</style>
border-color css
<style>
span { border-color: #2C053E; }
span { border-color: rgb(44,5,62); }
td.TdClassName
{
border-color: #2C053E;
}
.TagClassName
{
border-color: #2C053E;
}
</style>