Shades of Blackcurrant #2E103E
Tints of Blackcurrant #2E103E
RGB
CMYK
RGB Variations
Color information
#2E103E (or 0x2E103E) is known color: Blackcurrant. HEX triplet: 2E, 10 and 3E. RGB value is (46,16,62). Sum of RGB (Red+Green+Blue) = 46+16+62=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E103E is #D1EFC1. Grayscale: #1E1E1E. Windows color (decimal): -13758402 or 4067374. OLE color: 4067374.
HSL color Cylindrical-coordinate representation of color #2E103E: hue angle of 279.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E103E is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 16 | 62 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.76 |
| HSL | 279.13º | 0.59% | 0.15% | - |
| HSV(B) | 279.13º | 0.74% | 0.24% | - |
| XYZ | 2.18 | 1.3 | 4.69 | - |
| YUV | 30.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 62 | 0.26 | 0.74 | 0 | 0.76 | 279.13 | 0.59 | 0.15 |
| Hex | 2E | 10 | 3E | 1A | 4A | 0 | 4C | 117 | 3B | F |
| Octal | 56 | 20 | 76 | 32 | 112 | 0 | 114 | 427 | 73 | 17 |
| Binary | 101110 | 10000 | 111110 | 11010 | 1001010 | 0 | 1001100 | 100010111 | 111011 | 1111 |
Color Harmonies of #2E103E
Complementary color
Monochromatic Colors of #2E103E
Black with #2E103E
Text Example
Text Example
White with #2E103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E103E; }
p { color: rgb(46,16,62); }
H1.HeaderClassName
{
color: #2E103E;
}
.AnyTagClassName
{
color: #2E103E;
}
</style>
background-color css
<style>
a { background-color: #2E103E; }
a { background-color: rgb(46,16,62); }
div.DivClassName
{
background-color: #2E103E;
}
.BgClassName
{
background-color: #2E103E;
}
</style>
border-color css
<style>
span { border-color: #2E103E; }
span { border-color: rgb(46,16,62); }
td.TdClassName
{
border-color: #2E103E;
}
.TagClassName
{
border-color: #2E103E;
}
</style>