Shades of Bokara Grey #1D1510
Tints of Bokara Grey #1D1510
RGB
CMYK
RGB Variations
Color information
#1D1510 (or 0x1D1510) is known color: Bokara Grey. HEX triplet: 1D, 15 and 10. RGB value is (29,21,16). Sum of RGB (Red+Green+Blue) = 29+21+16=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1510 is #E2EAEF. Grayscale: #161616. Windows color (decimal): -14871280 or 1053981. OLE color: 1053981.
HSL color Cylindrical-coordinate representation of color #1D1510: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D1510 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 16 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.89 |
| HSL | 23.08º | 0.29% | 0.09% | - |
| HSV(B) | 23.08º | 0.45% | 0.11% | - |
| XYZ | 0.87 | 0.83 | 0.61 | - |
| YUV | 22.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 16 | 0 | 0.28 | 0.45 | 0.89 | 23.08 | 0.29 | 0.09 |
| Hex | 1D | 15 | 10 | 0 | 1C | 2D | 59 | 17 | 1D | 9 |
| Octal | 35 | 25 | 20 | 0 | 34 | 55 | 131 | 27 | 35 | 11 |
| Binary | 11101 | 10101 | 10000 | 0 | 11100 | 101101 | 1011001 | 10111 | 11101 | 1001 |
Color Harmonies of #1D1510
Complementary color
Monochromatic Colors of #1D1510
Black with #1D1510
Text Example
Text Example
White with #1D1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1510; }
p { color: rgb(29,21,16); }
H1.HeaderClassName
{
color: #1D1510;
}
.AnyTagClassName
{
color: #1D1510;
}
</style>
background-color css
<style>
a { background-color: #1D1510; }
a { background-color: rgb(29,21,16); }
div.DivClassName
{
background-color: #1D1510;
}
.BgClassName
{
background-color: #1D1510;
}
</style>
border-color css
<style>
span { border-color: #1D1510; }
span { border-color: rgb(29,21,16); }
td.TdClassName
{
border-color: #1D1510;
}
.TagClassName
{
border-color: #1D1510;
}
</style>