Shades of Blackcurrant #2C023E
Tints of Blackcurrant #2C023E
RGB
CMYK
RGB Variations
Color information
#2C023E (or 0x2C023E) is known color: Blackcurrant. HEX triplet: 2C, 02 and 3E. RGB value is (44,2,62). Sum of RGB (Red+Green+Blue) = 44+2+62=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C023E is #D3FDC1. Grayscale: #151515. Windows color (decimal): -13893058 or 4063788. OLE color: 4063788.
HSL color Cylindrical-coordinate representation of color #2C023E: hue angle of 282º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C023E is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 2 | 62 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.76 |
| HSL | 282º | 0.94% | 0.13% | - |
| HSV(B) | 282º | 0.97% | 0.24% | - |
| XYZ | 1.93 | 0.93 | 4.63 | - |
| YUV | 21.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 62 | 0.29 | 0.97 | 0 | 0.76 | 282 | 0.94 | 0.13 |
| Hex | 2C | 2 | 3E | 1D | 61 | 0 | 4C | 11A | 5E | D |
| Octal | 54 | 2 | 76 | 35 | 141 | 0 | 114 | 432 | 136 | 15 |
| Binary | 101100 | 10 | 111110 | 11101 | 1100001 | 0 | 1001100 | 100011010 | 1011110 | 1101 |
Color Harmonies of #2C023E
Complementary color
Monochromatic Colors of #2C023E
Black with #2C023E
Text Example
Text Example
White with #2C023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C023E; }
p { color: rgb(44,2,62); }
H1.HeaderClassName
{
color: #2C023E;
}
.AnyTagClassName
{
color: #2C023E;
}
</style>
background-color css
<style>
a { background-color: #2C023E; }
a { background-color: rgb(44,2,62); }
div.DivClassName
{
background-color: #2C023E;
}
.BgClassName
{
background-color: #2C023E;
}
</style>
border-color css
<style>
span { border-color: #2C023E; }
span { border-color: rgb(44,2,62); }
td.TdClassName
{
border-color: #2C023E;
}
.TagClassName
{
border-color: #2C023E;
}
</style>