Shades of Blackcurrant #2C1034
Tints of Blackcurrant #2C1034
RGB
CMYK
RGB Variations
Color information
#2C1034 (or 0x2C1034) is known color: Blackcurrant. HEX triplet: 2C, 10 and 34. RGB value is (44,16,52). Sum of RGB (Red+Green+Blue) = 44+16+52=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1034 is #D3EFCB. Grayscale: #1C1C1C. Windows color (decimal): -13889484 or 3412012. OLE color: 3412012.
HSL color Cylindrical-coordinate representation of color #2C1034: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C1034 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 16 | 52 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.80 |
| HSL | 286.67º | 0.53% | 0.13% | - |
| HSV(B) | 286.67º | 0.69% | 0.2% | - |
| XYZ | 1.84 | 1.15 | 3.37 | - |
| YUV | 28.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 52 | 0.15 | 0.69 | 0 | 0.80 | 286.67 | 0.53 | 0.13 |
| Hex | 2C | 10 | 34 | F | 45 | 0 | 50 | 11F | 35 | D |
| Octal | 54 | 20 | 64 | 17 | 105 | 0 | 120 | 437 | 65 | 15 |
| Binary | 101100 | 10000 | 110100 | 1111 | 1000101 | 0 | 1010000 | 100011111 | 110101 | 1101 |
Color Harmonies of #2C1034
Complementary color
Monochromatic Colors of #2C1034
Black with #2C1034
Text Example
Text Example
White with #2C1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1034; }
p { color: rgb(44,16,52); }
H1.HeaderClassName
{
color: #2C1034;
}
.AnyTagClassName
{
color: #2C1034;
}
</style>
background-color css
<style>
a { background-color: #2C1034; }
a { background-color: rgb(44,16,52); }
div.DivClassName
{
background-color: #2C1034;
}
.BgClassName
{
background-color: #2C1034;
}
</style>
border-color css
<style>
span { border-color: #2C1034; }
span { border-color: rgb(44,16,52); }
td.TdClassName
{
border-color: #2C1034;
}
.TagClassName
{
border-color: #2C1034;
}
</style>