Shades of Blackcurrant #2C013F
Tints of Blackcurrant #2C013F
RGB
CMYK
RGB Variations
Color information
#2C013F (or 0x2C013F) is known color: Blackcurrant. HEX triplet: 2C, 01 and 3F. RGB value is (44,1,63). Sum of RGB (Red+Green+Blue) = 44+1+63=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C013F is #D3FEC0. Grayscale: #141414. Windows color (decimal): -13893313 or 4129068. OLE color: 4129068.
HSL color Cylindrical-coordinate representation of color #2C013F: hue angle of 281.61º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C013F is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 1 | 63 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.75 |
| HSL | 281.61º | 0.97% | 0.13% | - |
| HSV(B) | 281.61º | 0.98% | 0.25% | - |
| XYZ | 1.95 | 0.92 | 4.78 | - |
| YUV | 20.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 63 | 0.30 | 0.98 | 0 | 0.75 | 281.61 | 0.97 | 0.13 |
| Hex | 2C | 1 | 3F | 1E | 62 | 0 | 4B | 11A | 61 | D |
| Octal | 54 | 1 | 77 | 36 | 142 | 0 | 113 | 432 | 141 | 15 |
| Binary | 101100 | 1 | 111111 | 11110 | 1100010 | 0 | 1001011 | 100011010 | 1100001 | 1101 |
Color Harmonies of #2C013F
Complementary color
Monochromatic Colors of #2C013F
Black with #2C013F
Text Example
Text Example
White with #2C013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C013F; }
p { color: rgb(44,1,63); }
H1.HeaderClassName
{
color: #2C013F;
}
.AnyTagClassName
{
color: #2C013F;
}
</style>
background-color css
<style>
a { background-color: #2C013F; }
a { background-color: rgb(44,1,63); }
div.DivClassName
{
background-color: #2C013F;
}
.BgClassName
{
background-color: #2C013F;
}
</style>
border-color css
<style>
span { border-color: #2C013F; }
span { border-color: rgb(44,1,63); }
td.TdClassName
{
border-color: #2C013F;
}
.TagClassName
{
border-color: #2C013F;
}
</style>