Shades of Blackcurrant #2C0339
Tints of Blackcurrant #2C0339
RGB
CMYK
RGB Variations
Color information
#2C0339 (or 0x2C0339) is known color: Blackcurrant. HEX triplet: 2C, 03 and 39. RGB value is (44,3,57). Sum of RGB (Red+Green+Blue) = 44+3+57=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #2C0339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0339 is #D3FCC6. Grayscale: #151515. Windows color (decimal): -13892807 or 3736364. OLE color: 3736364.
HSL color Cylindrical-coordinate representation of color #2C0339: hue angle of 285.56º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0339 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 3 | 57 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.78 |
| HSL | 285.56º | 0.9% | 0.12% | - |
| HSV(B) | 285.56º | 0.95% | 0.22% | - |
| XYZ | 1.81 | 0.9 | 3.95 | - |
| YUV | 21.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 57 | 0.23 | 0.95 | 0 | 0.78 | 285.56 | 0.9 | 0.12 |
| Hex | 2C | 3 | 39 | 17 | 5F | 0 | 4E | 11E | 5A | C |
| Octal | 54 | 3 | 71 | 27 | 137 | 0 | 116 | 436 | 132 | 14 |
| Binary | 101100 | 11 | 111001 | 10111 | 1011111 | 0 | 1001110 | 100011110 | 1011010 | 1100 |
Color Harmonies of #2C0339
Complementary color
Monochromatic Colors of #2C0339
Black with #2C0339
Text Example
Text Example
White with #2C0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0339; }
p { color: rgb(44,3,57); }
H1.HeaderClassName
{
color: #2C0339;
}
.AnyTagClassName
{
color: #2C0339;
}
</style>
background-color css
<style>
a { background-color: #2C0339; }
a { background-color: rgb(44,3,57); }
div.DivClassName
{
background-color: #2C0339;
}
.BgClassName
{
background-color: #2C0339;
}
</style>
border-color css
<style>
span { border-color: #2C0339; }
span { border-color: rgb(44,3,57); }
td.TdClassName
{
border-color: #2C0339;
}
.TagClassName
{
border-color: #2C0339;
}
</style>