Shades of Blackcurrant #2C093E
Tints of Blackcurrant #2C093E
RGB
CMYK
RGB Variations
Color information
#2C093E (or 0x2C093E) is known color: Blackcurrant. HEX triplet: 2C, 09 and 3E. RGB value is (44,9,62). Sum of RGB (Red+Green+Blue) = 44+9+62=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C093E is #D3F6C1. Grayscale: #191919. Windows color (decimal): -13891266 or 4065580. OLE color: 4065580.
HSL color Cylindrical-coordinate representation of color #2C093E: hue angle of 279.62º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C093E is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 9 | 62 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.76 |
| HSL | 279.62º | 0.75% | 0.14% | - |
| HSV(B) | 279.62º | 0.85% | 0.24% | - |
| XYZ | 2.01 | 1.08 | 4.66 | - |
| YUV | 25.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 62 | 0.29 | 0.85 | 0 | 0.76 | 279.62 | 0.75 | 0.14 |
| Hex | 2C | 9 | 3E | 1D | 55 | 0 | 4C | 118 | 4B | E |
| Octal | 54 | 11 | 76 | 35 | 125 | 0 | 114 | 430 | 113 | 16 |
| Binary | 101100 | 1001 | 111110 | 11101 | 1010101 | 0 | 1001100 | 100011000 | 1001011 | 1110 |
Color Harmonies of #2C093E
Complementary color
Monochromatic Colors of #2C093E
Black with #2C093E
Text Example
Text Example
White with #2C093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C093E; }
p { color: rgb(44,9,62); }
H1.HeaderClassName
{
color: #2C093E;
}
.AnyTagClassName
{
color: #2C093E;
}
</style>
background-color css
<style>
a { background-color: #2C093E; }
a { background-color: rgb(44,9,62); }
div.DivClassName
{
background-color: #2C093E;
}
.BgClassName
{
background-color: #2C093E;
}
</style>
border-color css
<style>
span { border-color: #2C093E; }
span { border-color: rgb(44,9,62); }
td.TdClassName
{
border-color: #2C093E;
}
.TagClassName
{
border-color: #2C093E;
}
</style>