Shades of Blackcurrant #2E034C
Tints of Blackcurrant #2E034C
RGB
CMYK
RGB Variations
Color information
#2E034C (or 0x2E034C) is known color: Blackcurrant. HEX triplet: 2E, 03 and 4C. RGB value is (46,3,76). Sum of RGB (Red+Green+Blue) = 46+3+76=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E034C is #D1FCB3. Grayscale: #171717. Windows color (decimal): -13761716 or 4981550. OLE color: 4981550.
HSL color Cylindrical-coordinate representation of color #2E034C: hue angle of 275.34º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E034C is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 3 | 76 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.70 |
| HSL | 275.34º | 0.92% | 0.15% | - |
| HSV(B) | 275.34º | 0.96% | 0.3% | - |
| XYZ | 2.46 | 1.17 | 6.93 | - |
| YUV | 24.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 76 | 0.39 | 0.96 | 0 | 0.70 | 275.34 | 0.92 | 0.15 |
| Hex | 2E | 3 | 4C | 27 | 60 | 0 | 46 | 113 | 5C | F |
| Octal | 56 | 3 | 114 | 47 | 140 | 0 | 106 | 423 | 134 | 17 |
| Binary | 101110 | 11 | 1001100 | 100111 | 1100000 | 0 | 1000110 | 100010011 | 1011100 | 1111 |
Color Harmonies of #2E034C
Complementary color
Monochromatic Colors of #2E034C
Black with #2E034C
Text Example
Text Example
White with #2E034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E034C; }
p { color: rgb(46,3,76); }
H1.HeaderClassName
{
color: #2E034C;
}
.AnyTagClassName
{
color: #2E034C;
}
</style>
background-color css
<style>
a { background-color: #2E034C; }
a { background-color: rgb(46,3,76); }
div.DivClassName
{
background-color: #2E034C;
}
.BgClassName
{
background-color: #2E034C;
}
</style>
border-color css
<style>
span { border-color: #2E034C; }
span { border-color: rgb(46,3,76); }
td.TdClassName
{
border-color: #2E034C;
}
.TagClassName
{
border-color: #2E034C;
}
</style>