Shades of Blackcurrant #2E074B
Tints of Blackcurrant #2E074B
RGB
CMYK
RGB Variations
Color information
#2E074B (or 0x2E074B) is known color: Blackcurrant. HEX triplet: 2E, 07 and 4B. RGB value is (46,7,75). Sum of RGB (Red+Green+Blue) = 46+7+75=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E074B is #D1F8B4. Grayscale: #1A1A1A. Windows color (decimal): -13760693 or 4917038. OLE color: 4917038.
HSL color Cylindrical-coordinate representation of color #2E074B: hue angle of 274.41º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E074B is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 7 | 75 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.71 |
| HSL | 274.41º | 0.83% | 0.16% | - |
| HSV(B) | 274.41º | 0.91% | 0.29% | - |
| XYZ | 2.47 | 1.24 | 6.77 | - |
| YUV | 26.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 75 | 0.39 | 0.91 | 0 | 0.71 | 274.41 | 0.83 | 0.16 |
| Hex | 2E | 7 | 4B | 27 | 5B | 0 | 47 | 112 | 53 | 10 |
| Octal | 56 | 7 | 113 | 47 | 133 | 0 | 107 | 422 | 123 | 20 |
| Binary | 101110 | 111 | 1001011 | 100111 | 1011011 | 0 | 1000111 | 100010010 | 1010011 | 10000 |
Color Harmonies of #2E074B
Complementary color
Monochromatic Colors of #2E074B
Black with #2E074B
Text Example
Text Example
White with #2E074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E074B; }
p { color: rgb(46,7,75); }
H1.HeaderClassName
{
color: #2E074B;
}
.AnyTagClassName
{
color: #2E074B;
}
</style>
background-color css
<style>
a { background-color: #2E074B; }
a { background-color: rgb(46,7,75); }
div.DivClassName
{
background-color: #2E074B;
}
.BgClassName
{
background-color: #2E074B;
}
</style>
border-color css
<style>
span { border-color: #2E074B; }
span { border-color: rgb(46,7,75); }
td.TdClassName
{
border-color: #2E074B;
}
.TagClassName
{
border-color: #2E074B;
}
</style>