Shades of Blackcurrant #2E2534
Tints of Blackcurrant #2E2534
RGB
CMYK
RGB Variations
Color information
#2E2534 (or 0x2E2534) is known color: Blackcurrant. HEX triplet: 2E, 25 and 34. RGB value is (46,37,52). Sum of RGB (Red+Green+Blue) = 46+37+52=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2534 is #D1DACB. Grayscale: #292929. Windows color (decimal): -13753036 or 3417390. OLE color: 3417390.
HSL color Cylindrical-coordinate representation of color #2E2534: hue angle of 276º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E2534 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 37 | 52 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.80 |
| HSL | 276º | 0.17% | 0.17% | - |
| HSV(B) | 276º | 0.29% | 0.2% | - |
| XYZ | 2.41 | 2.15 | 3.54 | - |
| YUV | 41.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 52 | 0.12 | 0.29 | 0 | 0.80 | 276 | 0.17 | 0.17 |
| Hex | 2E | 25 | 34 | C | 1D | 0 | 50 | 114 | 11 | 11 |
| Octal | 56 | 45 | 64 | 14 | 35 | 0 | 120 | 424 | 21 | 21 |
| Binary | 101110 | 100101 | 110100 | 1100 | 11101 | 0 | 1010000 | 100010100 | 10001 | 10001 |
Color Harmonies of #2E2534
Complementary color
Monochromatic Colors of #2E2534
Black with #2E2534
Text Example
Text Example
White with #2E2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2534; }
p { color: rgb(46,37,52); }
H1.HeaderClassName
{
color: #2E2534;
}
.AnyTagClassName
{
color: #2E2534;
}
</style>
background-color css
<style>
a { background-color: #2E2534; }
a { background-color: rgb(46,37,52); }
div.DivClassName
{
background-color: #2E2534;
}
.BgClassName
{
background-color: #2E2534;
}
</style>
border-color css
<style>
span { border-color: #2E2534; }
span { border-color: rgb(46,37,52); }
td.TdClassName
{
border-color: #2E2534;
}
.TagClassName
{
border-color: #2E2534;
}
</style>