Shades of Blackcurrant #2C103C
Tints of Blackcurrant #2C103C
RGB
CMYK
RGB Variations
Color information
#2C103C (or 0x2C103C) is known color: Blackcurrant. HEX triplet: 2C, 10 and 3C. RGB value is (44,16,60). Sum of RGB (Red+Green+Blue) = 44+16+60=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C103C is #D3EFC3. Grayscale: #1D1D1D. Windows color (decimal): -13889476 or 3936300. OLE color: 3936300.
HSL color Cylindrical-coordinate representation of color #2C103C: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C103C is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 16 | 60 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.76 |
| HSL | 278.18º | 0.58% | 0.15% | - |
| HSV(B) | 278.18º | 0.73% | 0.24% | - |
| XYZ | 2.04 | 1.23 | 4.41 | - |
| YUV | 29.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 60 | 0.27 | 0.73 | 0 | 0.76 | 278.18 | 0.58 | 0.15 |
| Hex | 2C | 10 | 3C | 1B | 49 | 0 | 4C | 116 | 3A | F |
| Octal | 54 | 20 | 74 | 33 | 111 | 0 | 114 | 426 | 72 | 17 |
| Binary | 101100 | 10000 | 111100 | 11011 | 1001001 | 0 | 1001100 | 100010110 | 111010 | 1111 |
Color Harmonies of #2C103C
Complementary color
Monochromatic Colors of #2C103C
Black with #2C103C
Text Example
Text Example
White with #2C103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C103C; }
p { color: rgb(44,16,60); }
H1.HeaderClassName
{
color: #2C103C;
}
.AnyTagClassName
{
color: #2C103C;
}
</style>
background-color css
<style>
a { background-color: #2C103C; }
a { background-color: rgb(44,16,60); }
div.DivClassName
{
background-color: #2C103C;
}
.BgClassName
{
background-color: #2C103C;
}
</style>
border-color css
<style>
span { border-color: #2C103C; }
span { border-color: rgb(44,16,60); }
td.TdClassName
{
border-color: #2C103C;
}
.TagClassName
{
border-color: #2C103C;
}
</style>