Shades of Blackcurrant #2C094B
Tints of Blackcurrant #2C094B
RGB
CMYK
RGB Variations
Color information
#2C094B (or 0x2C094B) is known color: Blackcurrant. HEX triplet: 2C, 09 and 4B. RGB value is (44,9,75). Sum of RGB (Red+Green+Blue) = 44+9+75=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C094B is #D3F6B4. Grayscale: #1A1A1A. Windows color (decimal): -13891253 or 4917548. OLE color: 4917548.
HSL color Cylindrical-coordinate representation of color #2C094B: hue angle of 271.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C094B is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 9 | 75 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.71 |
| HSL | 271.82º | 0.79% | 0.16% | - |
| HSV(B) | 271.82º | 0.88% | 0.29% | - |
| XYZ | 2.41 | 1.24 | 6.77 | - |
| YUV | 26.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 75 | 0.41 | 0.88 | 0 | 0.71 | 271.82 | 0.79 | 0.16 |
| Hex | 2C | 9 | 4B | 29 | 58 | 0 | 47 | 110 | 4F | 10 |
| Octal | 54 | 11 | 113 | 51 | 130 | 0 | 107 | 420 | 117 | 20 |
| Binary | 101100 | 1001 | 1001011 | 101001 | 1011000 | 0 | 1000111 | 100010000 | 1001111 | 10000 |
Color Harmonies of #2C094B
Complementary color
Monochromatic Colors of #2C094B
Black with #2C094B
Text Example
Text Example
White with #2C094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C094B; }
p { color: rgb(44,9,75); }
H1.HeaderClassName
{
color: #2C094B;
}
.AnyTagClassName
{
color: #2C094B;
}
</style>
background-color css
<style>
a { background-color: #2C094B; }
a { background-color: rgb(44,9,75); }
div.DivClassName
{
background-color: #2C094B;
}
.BgClassName
{
background-color: #2C094B;
}
</style>
border-color css
<style>
span { border-color: #2C094B; }
span { border-color: rgb(44,9,75); }
td.TdClassName
{
border-color: #2C094B;
}
.TagClassName
{
border-color: #2C094B;
}
</style>