Shades of Blackcurrant #2C083D
Tints of Blackcurrant #2C083D
RGB
CMYK
RGB Variations
Color information
#2C083D (or 0x2C083D) is known color: Blackcurrant. HEX triplet: 2C, 08 and 3D. RGB value is (44,8,61). Sum of RGB (Red+Green+Blue) = 44+8+61=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C083D is #D3F7C2. Grayscale: #181818. Windows color (decimal): -13891523 or 3999788. OLE color: 3999788.
HSL color Cylindrical-coordinate representation of color #2C083D: hue angle of 280.75º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C083D is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 8 | 61 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.76 |
| HSL | 280.75º | 0.77% | 0.14% | - |
| HSV(B) | 280.75º | 0.87% | 0.24% | - |
| XYZ | 1.97 | 1.05 | 4.51 | - |
| YUV | 24.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 61 | 0.28 | 0.87 | 0 | 0.76 | 280.75 | 0.77 | 0.14 |
| Hex | 2C | 8 | 3D | 1C | 57 | 0 | 4C | 119 | 4D | E |
| Octal | 54 | 10 | 75 | 34 | 127 | 0 | 114 | 431 | 115 | 16 |
| Binary | 101100 | 1000 | 111101 | 11100 | 1010111 | 0 | 1001100 | 100011001 | 1001101 | 1110 |
Color Harmonies of #2C083D
Complementary color
Monochromatic Colors of #2C083D
Black with #2C083D
Text Example
Text Example
White with #2C083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C083D; }
p { color: rgb(44,8,61); }
H1.HeaderClassName
{
color: #2C083D;
}
.AnyTagClassName
{
color: #2C083D;
}
</style>
background-color css
<style>
a { background-color: #2C083D; }
a { background-color: rgb(44,8,61); }
div.DivClassName
{
background-color: #2C083D;
}
.BgClassName
{
background-color: #2C083D;
}
</style>
border-color css
<style>
span { border-color: #2C083D; }
span { border-color: rgb(44,8,61); }
td.TdClassName
{
border-color: #2C083D;
}
.TagClassName
{
border-color: #2C083D;
}
</style>