Shades of Bokara Grey #29211A
Tints of Bokara Grey #29211A
RGB
CMYK
RGB Variations
Color information
#29211A (or 0x29211A) is known color: Bokara Grey. HEX triplet: 29, 21 and 1A. RGB value is (41,33,26). Sum of RGB (Red+Green+Blue) = 41+33+26=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #29211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211A is #D6DEE5. Grayscale: #222222. Windows color (decimal): -14081766 or 1712425. OLE color: 1712425.
HSL color Cylindrical-coordinate representation of color #29211A: hue angle of 28º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #29211A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 33 | 26 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.84 |
| HSL | 28º | 0.22% | 0.13% | - |
| HSV(B) | 28º | 0.37% | 0.16% | - |
| XYZ | 1.64 | 1.63 | 1.21 | - |
| YUV | 34.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 26 | 0 | 0.20 | 0.37 | 0.84 | 28 | 0.22 | 0.13 |
| Hex | 29 | 21 | 1A | 0 | 14 | 25 | 54 | 1C | 16 | D |
| Octal | 51 | 41 | 32 | 0 | 24 | 45 | 124 | 34 | 26 | 15 |
| Binary | 101001 | 100001 | 11010 | 0 | 10100 | 100101 | 1010100 | 11100 | 10110 | 1101 |
Color Harmonies of #29211A
Complementary color
Monochromatic Colors of #29211A
Black with #29211A
Text Example
Text Example
White with #29211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29211A; }
p { color: rgb(41,33,26); }
H1.HeaderClassName
{
color: #29211A;
}
.AnyTagClassName
{
color: #29211A;
}
</style>
background-color css
<style>
a { background-color: #29211A; }
a { background-color: rgb(41,33,26); }
div.DivClassName
{
background-color: #29211A;
}
.BgClassName
{
background-color: #29211A;
}
</style>
border-color css
<style>
span { border-color: #29211A; }
span { border-color: rgb(41,33,26); }
td.TdClassName
{
border-color: #29211A;
}
.TagClassName
{
border-color: #29211A;
}
</style>