Shades of Bokara Grey #29221D
Tints of Bokara Grey #29221D
RGB
CMYK
RGB Variations
Color information
#29221D (or 0x29221D) is known color: Bokara Grey. HEX triplet: 29, 22 and 1D. RGB value is (41,34,29). Sum of RGB (Red+Green+Blue) = 41+34+29=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29221D is #D6DDE2. Grayscale: #232323. Windows color (decimal): -14081507 or 1909289. OLE color: 1909289.
HSL color Cylindrical-coordinate representation of color #29221D: hue angle of 25º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29221D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 34 | 29 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.84 |
| HSL | 25º | 0.17% | 0.14% | - |
| HSV(B) | 25º | 0.29% | 0.16% | - |
| XYZ | 1.71 | 1.7 | 1.4 | - |
| YUV | 35.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 29 | 0 | 0.17 | 0.29 | 0.84 | 25 | 0.17 | 0.14 |
| Hex | 29 | 22 | 1D | 0 | 11 | 1D | 54 | 19 | 11 | E |
| Octal | 51 | 42 | 35 | 0 | 21 | 35 | 124 | 31 | 21 | 16 |
| Binary | 101001 | 100010 | 11101 | 0 | 10001 | 11101 | 1010100 | 11001 | 10001 | 1110 |
Color Harmonies of #29221D
Complementary color
Monochromatic Colors of #29221D
Black with #29221D
Text Example
Text Example
White with #29221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29221D; }
p { color: rgb(41,34,29); }
H1.HeaderClassName
{
color: #29221D;
}
.AnyTagClassName
{
color: #29221D;
}
</style>
background-color css
<style>
a { background-color: #29221D; }
a { background-color: rgb(41,34,29); }
div.DivClassName
{
background-color: #29221D;
}
.BgClassName
{
background-color: #29221D;
}
</style>
border-color css
<style>
span { border-color: #29221D; }
span { border-color: rgb(41,34,29); }
td.TdClassName
{
border-color: #29221D;
}
.TagClassName
{
border-color: #29221D;
}
</style>