Shades of Blackcurrant #2E1543
Tints of Blackcurrant #2E1543
RGB
CMYK
RGB Variations
Color information
#2E1543 (or 0x2E1543) is known color: Blackcurrant. HEX triplet: 2E, 15 and 43. RGB value is (46,21,67). Sum of RGB (Red+Green+Blue) = 46+21+67=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E1543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1543 is #D1EABC. Grayscale: #212121. Windows color (decimal): -13757117 or 4396334. OLE color: 4396334.
HSL color Cylindrical-coordinate representation of color #2E1543: hue angle of 272.61º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E1543 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 21 | 67 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.74 |
| HSL | 272.61º | 0.52% | 0.17% | - |
| HSV(B) | 272.61º | 0.69% | 0.26% | - |
| XYZ | 2.41 | 1.52 | 5.48 | - |
| YUV | 33.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 67 | 0.31 | 0.69 | 0 | 0.74 | 272.61 | 0.52 | 0.17 |
| Hex | 2E | 15 | 43 | 1F | 45 | 0 | 4A | 111 | 34 | 11 |
| Octal | 56 | 25 | 103 | 37 | 105 | 0 | 112 | 421 | 64 | 21 |
| Binary | 101110 | 10101 | 1000011 | 11111 | 1000101 | 0 | 1001010 | 100010001 | 110100 | 10001 |
Color Harmonies of #2E1543
Complementary color
Monochromatic Colors of #2E1543
Black with #2E1543
Text Example
Text Example
White with #2E1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1543; }
p { color: rgb(46,21,67); }
H1.HeaderClassName
{
color: #2E1543;
}
.AnyTagClassName
{
color: #2E1543;
}
</style>
background-color css
<style>
a { background-color: #2E1543; }
a { background-color: rgb(46,21,67); }
div.DivClassName
{
background-color: #2E1543;
}
.BgClassName
{
background-color: #2E1543;
}
</style>
border-color css
<style>
span { border-color: #2E1543; }
span { border-color: rgb(46,21,67); }
td.TdClassName
{
border-color: #2E1543;
}
.TagClassName
{
border-color: #2E1543;
}
</style>