Shades of Blackcurrant #2C103F
Tints of Blackcurrant #2C103F
RGB
CMYK
RGB Variations
Color information
#2C103F (or 0x2C103F) is known color: Blackcurrant. HEX triplet: 2C, 10 and 3F. RGB value is (44,16,63). Sum of RGB (Red+Green+Blue) = 44+16+63=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C103F is #D3EFC0. Grayscale: #1D1D1D. Windows color (decimal): -13889473 or 4132908. OLE color: 4132908.
HSL color Cylindrical-coordinate representation of color #2C103F: hue angle of 275.74º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C103F is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 16 | 63 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.75 |
| HSL | 275.74º | 0.59% | 0.15% | - |
| HSV(B) | 275.74º | 0.75% | 0.25% | - |
| XYZ | 2.12 | 1.26 | 4.83 | - |
| YUV | 29.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 63 | 0.30 | 0.75 | 0 | 0.75 | 275.74 | 0.59 | 0.15 |
| Hex | 2C | 10 | 3F | 1E | 4B | 0 | 4B | 114 | 3B | F |
| Octal | 54 | 20 | 77 | 36 | 113 | 0 | 113 | 424 | 73 | 17 |
| Binary | 101100 | 10000 | 111111 | 11110 | 1001011 | 0 | 1001011 | 100010100 | 111011 | 1111 |
Color Harmonies of #2C103F
Complementary color
Monochromatic Colors of #2C103F
Black with #2C103F
Text Example
Text Example
White with #2C103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C103F; }
p { color: rgb(44,16,63); }
H1.HeaderClassName
{
color: #2C103F;
}
.AnyTagClassName
{
color: #2C103F;
}
</style>
background-color css
<style>
a { background-color: #2C103F; }
a { background-color: rgb(44,16,63); }
div.DivClassName
{
background-color: #2C103F;
}
.BgClassName
{
background-color: #2C103F;
}
</style>
border-color css
<style>
span { border-color: #2C103F; }
span { border-color: rgb(44,16,63); }
td.TdClassName
{
border-color: #2C103F;
}
.TagClassName
{
border-color: #2C103F;
}
</style>