Shades of Blackcurrant #2E0C34
Tints of Blackcurrant #2E0C34
RGB
CMYK
RGB Variations
Color information
#2E0C34 (or 0x2E0C34) is known color: Blackcurrant. HEX triplet: 2E, 0C and 34. RGB value is (46,12,52). Sum of RGB (Red+Green+Blue) = 46+12+52=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E0C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C34 is #D1F3CB. Grayscale: #1A1A1A. Windows color (decimal): -13759436 or 3410990. OLE color: 3410990.
HSL color Cylindrical-coordinate representation of color #2E0C34: hue angle of 291º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E0C34 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 12 | 52 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.80 |
| HSL | 291º | 0.63% | 0.13% | - |
| HSV(B) | 291º | 0.77% | 0.2% | - |
| XYZ | 1.88 | 1.09 | 3.36 | - |
| YUV | 26.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 52 | 0.12 | 0.77 | 0 | 0.80 | 291 | 0.63 | 0.13 |
| Hex | 2E | C | 34 | C | 4D | 0 | 50 | 123 | 3E | D |
| Octal | 56 | 14 | 64 | 14 | 115 | 0 | 120 | 443 | 76 | 15 |
| Binary | 101110 | 1100 | 110100 | 1100 | 1001101 | 0 | 1010000 | 100100011 | 111110 | 1101 |
Color Harmonies of #2E0C34
Complementary color
Monochromatic Colors of #2E0C34
Black with #2E0C34
Text Example
Text Example
White with #2E0C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C34; }
p { color: rgb(46,12,52); }
H1.HeaderClassName
{
color: #2E0C34;
}
.AnyTagClassName
{
color: #2E0C34;
}
</style>
background-color css
<style>
a { background-color: #2E0C34; }
a { background-color: rgb(46,12,52); }
div.DivClassName
{
background-color: #2E0C34;
}
.BgClassName
{
background-color: #2E0C34;
}
</style>
border-color css
<style>
span { border-color: #2E0C34; }
span { border-color: rgb(46,12,52); }
td.TdClassName
{
border-color: #2E0C34;
}
.TagClassName
{
border-color: #2E0C34;
}
</style>