Shades of Blackcurrant #2E183F
Tints of Blackcurrant #2E183F
RGB
CMYK
RGB Variations
Color information
#2E183F (or 0x2E183F) is known color: Blackcurrant. HEX triplet: 2E, 18 and 3F. RGB value is (46,24,63). Sum of RGB (Red+Green+Blue) = 46+24+63=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E183F is #D1E7C0. Grayscale: #222222. Windows color (decimal): -13756353 or 4134958. OLE color: 4134958.
HSL color Cylindrical-coordinate representation of color #2E183F: hue angle of 273.85º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E183F is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 24 | 63 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.75 |
| HSL | 273.85º | 0.45% | 0.17% | - |
| HSV(B) | 273.85º | 0.62% | 0.25% | - |
| XYZ | 2.35 | 1.59 | 4.89 | - |
| YUV | 35.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 63 | 0.27 | 0.62 | 0 | 0.75 | 273.85 | 0.45 | 0.17 |
| Hex | 2E | 18 | 3F | 1B | 3E | 0 | 4B | 112 | 2D | 11 |
| Octal | 56 | 30 | 77 | 33 | 76 | 0 | 113 | 422 | 55 | 21 |
| Binary | 101110 | 11000 | 111111 | 11011 | 111110 | 0 | 1001011 | 100010010 | 101101 | 10001 |
Color Harmonies of #2E183F
Complementary color
Monochromatic Colors of #2E183F
Black with #2E183F
Text Example
Text Example
White with #2E183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E183F; }
p { color: rgb(46,24,63); }
H1.HeaderClassName
{
color: #2E183F;
}
.AnyTagClassName
{
color: #2E183F;
}
</style>
background-color css
<style>
a { background-color: #2E183F; }
a { background-color: rgb(46,24,63); }
div.DivClassName
{
background-color: #2E183F;
}
.BgClassName
{
background-color: #2E183F;
}
</style>
border-color css
<style>
span { border-color: #2E183F; }
span { border-color: rgb(46,24,63); }
td.TdClassName
{
border-color: #2E183F;
}
.TagClassName
{
border-color: #2E183F;
}
</style>