Shades of Bokara Grey #2B241F
Tints of Bokara Grey #2B241F
RGB
CMYK
RGB Variations
Color information
#2B241F (or 0x2B241F) is known color: Bokara Grey. HEX triplet: 2B, 24 and 1F. RGB value is (43,36,31). Sum of RGB (Red+Green+Blue) = 43+36+31=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 43 - color contains mainly: red. Hex color #2B241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B241F is #D4DBE0. Grayscale: #252525. Windows color (decimal): -13949921 or 2040875. OLE color: 2040875.
HSL color Cylindrical-coordinate representation of color #2B241F: hue angle of 25º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B241F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 36 | 31 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.83 |
| HSL | 25º | 0.16% | 0.15% | - |
| HSV(B) | 25º | 0.28% | 0.17% | - |
| XYZ | 1.87 | 1.87 | 1.56 | - |
| YUV | 37.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 31 | 0 | 0.16 | 0.28 | 0.83 | 25 | 0.16 | 0.15 |
| Hex | 2B | 24 | 1F | 0 | 10 | 1C | 53 | 19 | 10 | F |
| Octal | 53 | 44 | 37 | 0 | 20 | 34 | 123 | 31 | 20 | 17 |
| Binary | 101011 | 100100 | 11111 | 0 | 10000 | 11100 | 1010011 | 11001 | 10000 | 1111 |
Color Harmonies of #2B241F
Complementary color
Monochromatic Colors of #2B241F
Black with #2B241F
Text Example
Text Example
White with #2B241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B241F; }
p { color: rgb(43,36,31); }
H1.HeaderClassName
{
color: #2B241F;
}
.AnyTagClassName
{
color: #2B241F;
}
</style>
background-color css
<style>
a { background-color: #2B241F; }
a { background-color: rgb(43,36,31); }
div.DivClassName
{
background-color: #2B241F;
}
.BgClassName
{
background-color: #2B241F;
}
</style>
border-color css
<style>
span { border-color: #2B241F; }
span { border-color: rgb(43,36,31); }
td.TdClassName
{
border-color: #2B241F;
}
.TagClassName
{
border-color: #2B241F;
}
</style>