Shades of Bokara Grey #1D1206
Tints of Bokara Grey #1D1206
RGB
CMYK
RGB Variations
Color information
#1D1206 (or 0x1D1206) is known color: Bokara Grey. HEX triplet: 1D, 12 and 06. RGB value is (29,18,6). Sum of RGB (Red+Green+Blue) = 29+18+6=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1206 is #E2EDF9. Grayscale: #131313. Windows color (decimal): -14872058 or 397853. OLE color: 397853.
HSL color Cylindrical-coordinate representation of color #1D1206: hue angle of 31.3º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1206 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 6 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.89 |
| HSL | 31.3º | 0.66% | 0.07% | - |
| HSV(B) | 31.3º | 0.79% | 0.11% | - |
| XYZ | 0.76 | 0.71 | 0.27 | - |
| YUV | 19.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 6 | 0 | 0.38 | 0.79 | 0.89 | 31.3 | 0.66 | 0.07 |
| Hex | 1D | 12 | 6 | 0 | 26 | 4F | 59 | 1F | 42 | 7 |
| Octal | 35 | 22 | 6 | 0 | 46 | 117 | 131 | 37 | 102 | 7 |
| Binary | 11101 | 10010 | 110 | 0 | 100110 | 1001111 | 1011001 | 11111 | 1000010 | 111 |
Color Harmonies of #1D1206
Complementary color
Monochromatic Colors of #1D1206
Black with #1D1206
Text Example
Text Example
White with #1D1206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1206; }
p { color: rgb(29,18,6); }
H1.HeaderClassName
{
color: #1D1206;
}
.AnyTagClassName
{
color: #1D1206;
}
</style>
background-color css
<style>
a { background-color: #1D1206; }
a { background-color: rgb(29,18,6); }
div.DivClassName
{
background-color: #1D1206;
}
.BgClassName
{
background-color: #1D1206;
}
</style>
border-color css
<style>
span { border-color: #1D1206; }
span { border-color: rgb(29,18,6); }
td.TdClassName
{
border-color: #1D1206;
}
.TagClassName
{
border-color: #1D1206;
}
</style>