Shades of Bokara Grey #2E2824
Tints of Bokara Grey #2E2824
RGB
CMYK
RGB Variations
Color information
#2E2824 (or 0x2E2824) is known color: Bokara Grey. HEX triplet: 2E, 28 and 24. RGB value is (46,40,36). Sum of RGB (Red+Green+Blue) = 46+40+36=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2824 is #D1D7DB. Grayscale: #292929. Windows color (decimal): -13752284 or 2369582. OLE color: 2369582.
HSL color Cylindrical-coordinate representation of color #2E2824: hue angle of 24º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E2824 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 36 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.82 |
| HSL | 24º | 0.12% | 0.16% | - |
| HSV(B) | 24º | 0.22% | 0.18% | - |
| XYZ | 2.2 | 2.23 | 1.98 | - |
| YUV | 41.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 36 | 0 | 0.13 | 0.22 | 0.82 | 24 | 0.12 | 0.16 |
| Hex | 2E | 28 | 24 | 0 | D | 16 | 52 | 18 | C | 10 |
| Octal | 56 | 50 | 44 | 0 | 15 | 26 | 122 | 30 | 14 | 20 |
| Binary | 101110 | 101000 | 100100 | 0 | 1101 | 10110 | 1010010 | 11000 | 1100 | 10000 |
Color Harmonies of #2E2824
Complementary color
Monochromatic Colors of #2E2824
Black with #2E2824
Text Example
Text Example
White with #2E2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2824; }
p { color: rgb(46,40,36); }
H1.HeaderClassName
{
color: #2E2824;
}
.AnyTagClassName
{
color: #2E2824;
}
</style>
background-color css
<style>
a { background-color: #2E2824; }
a { background-color: rgb(46,40,36); }
div.DivClassName
{
background-color: #2E2824;
}
.BgClassName
{
background-color: #2E2824;
}
</style>
border-color css
<style>
span { border-color: #2E2824; }
span { border-color: rgb(46,40,36); }
td.TdClassName
{
border-color: #2E2824;
}
.TagClassName
{
border-color: #2E2824;
}
</style>