Shades of Blackcurrant #2C033E
Tints of Blackcurrant #2C033E
RGB
CMYK
RGB Variations
Color information
#2C033E (or 0x2C033E) is known color: Blackcurrant. HEX triplet: 2C, 03 and 3E. RGB value is (44,3,62). Sum of RGB (Red+Green+Blue) = 44+3+62=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C033E is #D3FCC1. Grayscale: #151515. Windows color (decimal): -13892802 or 4064044. OLE color: 4064044.
HSL color Cylindrical-coordinate representation of color #2C033E: hue angle of 281.69º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C033E is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 3 | 62 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.76 |
| HSL | 281.69º | 0.91% | 0.13% | - |
| HSV(B) | 281.69º | 0.95% | 0.24% | - |
| XYZ | 1.94 | 0.95 | 4.64 | - |
| YUV | 21.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 62 | 0.29 | 0.95 | 0 | 0.76 | 281.69 | 0.91 | 0.13 |
| Hex | 2C | 3 | 3E | 1D | 5F | 0 | 4C | 11A | 5B | D |
| Octal | 54 | 3 | 76 | 35 | 137 | 0 | 114 | 432 | 133 | 15 |
| Binary | 101100 | 11 | 111110 | 11101 | 1011111 | 0 | 1001100 | 100011010 | 1011011 | 1101 |
Color Harmonies of #2C033E
Complementary color
Monochromatic Colors of #2C033E
Black with #2C033E
Text Example
Text Example
White with #2C033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C033E; }
p { color: rgb(44,3,62); }
H1.HeaderClassName
{
color: #2C033E;
}
.AnyTagClassName
{
color: #2C033E;
}
</style>
background-color css
<style>
a { background-color: #2C033E; }
a { background-color: rgb(44,3,62); }
div.DivClassName
{
background-color: #2C033E;
}
.BgClassName
{
background-color: #2C033E;
}
</style>
border-color css
<style>
span { border-color: #2C033E; }
span { border-color: rgb(44,3,62); }
td.TdClassName
{
border-color: #2C033E;
}
.TagClassName
{
border-color: #2C033E;
}
</style>