Shades of Bokara Grey #292523
Tints of Bokara Grey #292523
RGB
CMYK
RGB Variations
Color information
#292523 (or 0x292523) is known color: Bokara Grey. HEX triplet: 29, 25 and 23. RGB value is (41,37,35). Sum of RGB (Red+Green+Blue) = 41+37+35=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292523 is #D6DADC. Grayscale: #252525. Windows color (decimal): -14080733 or 2303273. OLE color: 2303273.
HSL color Cylindrical-coordinate representation of color #292523: hue angle of 20º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292523 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 37 | 35 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.84 |
| HSL | 20º | 0.08% | 0.15% | - |
| HSV(B) | 20º | 0.15% | 0.16% | - |
| XYZ | 1.88 | 1.92 | 1.86 | - |
| YUV | 37.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 35 | 0 | 0.10 | 0.15 | 0.84 | 20 | 0.08 | 0.15 |
| Hex | 29 | 25 | 23 | 0 | A | F | 54 | 14 | 8 | F |
| Octal | 51 | 45 | 43 | 0 | 12 | 17 | 124 | 24 | 10 | 17 |
| Binary | 101001 | 100101 | 100011 | 0 | 1010 | 1111 | 1010100 | 10100 | 1000 | 1111 |
Color Harmonies of #292523
Complementary color
Monochromatic Colors of #292523
Black with #292523
Text Example
Text Example
White with #292523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292523; }
p { color: rgb(41,37,35); }
H1.HeaderClassName
{
color: #292523;
}
.AnyTagClassName
{
color: #292523;
}
</style>
background-color css
<style>
a { background-color: #292523; }
a { background-color: rgb(41,37,35); }
div.DivClassName
{
background-color: #292523;
}
.BgClassName
{
background-color: #292523;
}
</style>
border-color css
<style>
span { border-color: #292523; }
span { border-color: rgb(41,37,35); }
td.TdClassName
{
border-color: #292523;
}
.TagClassName
{
border-color: #292523;
}
</style>