Shades of Bokara Grey #2B2825
Tints of Bokara Grey #2B2825
RGB
CMYK
RGB Variations
Color information
#2B2825 (or 0x2B2825) is known color: Bokara Grey. HEX triplet: 2B, 28 and 25. RGB value is (43,40,37). Sum of RGB (Red+Green+Blue) = 43+40+37=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2825 is #D4D7DA. Grayscale: #282828. Windows color (decimal): -13948891 or 2435115. OLE color: 2435115.
HSL color Cylindrical-coordinate representation of color #2B2825: hue angle of 30º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B2825 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 37 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.83 |
| HSL | 30º | 0.08% | 0.16% | - |
| HSV(B) | 30º | 0.14% | 0.17% | - |
| XYZ | 2.09 | 2.16 | 2.06 | - |
| YUV | 40.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 37 | 0 | 0.07 | 0.14 | 0.83 | 30 | 0.08 | 0.16 |
| Hex | 2B | 28 | 25 | 0 | 7 | E | 53 | 1E | 8 | 10 |
| Octal | 53 | 50 | 45 | 0 | 7 | 16 | 123 | 36 | 10 | 20 |
| Binary | 101011 | 101000 | 100101 | 0 | 111 | 1110 | 1010011 | 11110 | 1000 | 10000 |
Color Harmonies of #2B2825
Complementary color
Monochromatic Colors of #2B2825
Black with #2B2825
Text Example
Text Example
White with #2B2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2825; }
p { color: rgb(43,40,37); }
H1.HeaderClassName
{
color: #2B2825;
}
.AnyTagClassName
{
color: #2B2825;
}
</style>
background-color css
<style>
a { background-color: #2B2825; }
a { background-color: rgb(43,40,37); }
div.DivClassName
{
background-color: #2B2825;
}
.BgClassName
{
background-color: #2B2825;
}
</style>
border-color css
<style>
span { border-color: #2B2825; }
span { border-color: rgb(43,40,37); }
td.TdClassName
{
border-color: #2B2825;
}
.TagClassName
{
border-color: #2B2825;
}
</style>