Shades of Bokara Grey #1D170D
Tints of Bokara Grey #1D170D
RGB
CMYK
RGB Variations
Color information
#1D170D (or 0x1D170D) is known color: Bokara Grey. HEX triplet: 1D, 17 and 0D. RGB value is (29,23,13). Sum of RGB (Red+Green+Blue) = 29+23+13=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D170D is #E2E8F2. Grayscale: #171717. Windows color (decimal): -14870771 or 857885. OLE color: 857885.
HSL color Cylindrical-coordinate representation of color #1D170D: hue angle of 37.5º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D170D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 13 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.89 |
| HSL | 37.5º | 0.38% | 0.08% | - |
| HSV(B) | 37.5º | 0.55% | 0.11% | - |
| XYZ | 0.89 | 0.9 | 0.51 | - |
| YUV | 23.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 13 | 0 | 0.21 | 0.55 | 0.89 | 37.5 | 0.38 | 0.08 |
| Hex | 1D | 17 | D | 0 | 15 | 37 | 59 | 26 | 26 | 8 |
| Octal | 35 | 27 | 15 | 0 | 25 | 67 | 131 | 46 | 46 | 10 |
| Binary | 11101 | 10111 | 1101 | 0 | 10101 | 110111 | 1011001 | 100110 | 100110 | 1000 |
Color Harmonies of #1D170D
Complementary color
Monochromatic Colors of #1D170D
Black with #1D170D
Text Example
Text Example
White with #1D170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D170D; }
p { color: rgb(29,23,13); }
H1.HeaderClassName
{
color: #1D170D;
}
.AnyTagClassName
{
color: #1D170D;
}
</style>
background-color css
<style>
a { background-color: #1D170D; }
a { background-color: rgb(29,23,13); }
div.DivClassName
{
background-color: #1D170D;
}
.BgClassName
{
background-color: #1D170D;
}
</style>
border-color css
<style>
span { border-color: #1D170D; }
span { border-color: rgb(29,23,13); }
td.TdClassName
{
border-color: #1D170D;
}
.TagClassName
{
border-color: #1D170D;
}
</style>