Shades of Blackcurrant #2C064B
Tints of Blackcurrant #2C064B
RGB
CMYK
RGB Variations
Color information
#2C064B (or 0x2C064B) is known color: Blackcurrant. HEX triplet: 2C, 06 and 4B. RGB value is (44,6,75). Sum of RGB (Red+Green+Blue) = 44+6+75=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C064B is #D3F9B4. Grayscale: #181818. Windows color (decimal): -13892021 or 4916780. OLE color: 4916780.
HSL color Cylindrical-coordinate representation of color #2C064B: hue angle of 273.04º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C064B is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 6 | 75 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.71 |
| HSL | 273.04º | 0.85% | 0.16% | - |
| HSV(B) | 273.04º | 0.92% | 0.29% | - |
| XYZ | 2.37 | 1.17 | 6.76 | - |
| YUV | 25.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 75 | 0.41 | 0.92 | 0 | 0.71 | 273.04 | 0.85 | 0.16 |
| Hex | 2C | 6 | 4B | 29 | 5C | 0 | 47 | 111 | 55 | 10 |
| Octal | 54 | 6 | 113 | 51 | 134 | 0 | 107 | 421 | 125 | 20 |
| Binary | 101100 | 110 | 1001011 | 101001 | 1011100 | 0 | 1000111 | 100010001 | 1010101 | 10000 |
Color Harmonies of #2C064B
Complementary color
Monochromatic Colors of #2C064B
Black with #2C064B
Text Example
Text Example
White with #2C064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C064B; }
p { color: rgb(44,6,75); }
H1.HeaderClassName
{
color: #2C064B;
}
.AnyTagClassName
{
color: #2C064B;
}
</style>
background-color css
<style>
a { background-color: #2C064B; }
a { background-color: rgb(44,6,75); }
div.DivClassName
{
background-color: #2C064B;
}
.BgClassName
{
background-color: #2C064B;
}
</style>
border-color css
<style>
span { border-color: #2C064B; }
span { border-color: rgb(44,6,75); }
td.TdClassName
{
border-color: #2C064B;
}
.TagClassName
{
border-color: #2C064B;
}
</style>