Shades of Bokara Grey #170D00
Tints of Bokara Grey #170D00
RGB
CMYK
RGB Variations
Color information
#170D00 (or 0x170D00) is known color: Bokara Grey. HEX triplet: 17, 0D and 00. RGB value is (23,13,0). Sum of RGB (Red+Green+Blue) = 23+13+0=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #170D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D00 is #E8F2FF. Grayscale: #0E0E0E. Windows color (decimal): -15266560 or 3351. OLE color: 3351.
HSL color Cylindrical-coordinate representation of color #170D00: hue angle of 33.91º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170D00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 13 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.91 |
| HSL | 33.91º | 1% | 0.05% | - |
| HSV(B) | 33.91º | 1% | 0.09% | - |
| XYZ | 0.5 | 0.47 | 0.06 | - |
| YUV | 14.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 0 | 0 | 0.43 | 1 | 0.91 | 33.91 | 1 | 0.05 |
| Hex | 17 | D | 0 | 0 | 2B | 64 | 5B | 22 | 64 | 5 |
| Octal | 27 | 15 | 0 | 0 | 53 | 144 | 133 | 42 | 144 | 5 |
| Binary | 10111 | 1101 | 0 | 0 | 101011 | 1100100 | 1011011 | 100010 | 1100100 | 101 |
Color Harmonies of #170D00
Complementary color
Monochromatic Colors of #170D00
Black with #170D00
Text Example
Text Example
White with #170D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D00; }
p { color: rgb(23,13,0); }
H1.HeaderClassName
{
color: #170D00;
}
.AnyTagClassName
{
color: #170D00;
}
</style>
background-color css
<style>
a { background-color: #170D00; }
a { background-color: rgb(23,13,0); }
div.DivClassName
{
background-color: #170D00;
}
.BgClassName
{
background-color: #170D00;
}
</style>
border-color css
<style>
span { border-color: #170D00; }
span { border-color: rgb(23,13,0); }
td.TdClassName
{
border-color: #170D00;
}
.TagClassName
{
border-color: #170D00;
}
</style>