Shades of Bokara Grey #170D01
Tints of Bokara Grey #170D01
RGB
CMYK
RGB Variations
Color information
#170D01 (or 0x170D01) is known color: Bokara Grey. HEX triplet: 17, 0D and 01. RGB value is (23,13,1). Sum of RGB (Red+Green+Blue) = 23+13+1=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #170D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D01 is #E8F2FE. Grayscale: #0E0E0E. Windows color (decimal): -15266559 or 68887. OLE color: 68887.
HSL color Cylindrical-coordinate representation of color #170D01: hue angle of 32.73º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170D01 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 13 | 1 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.91 |
| HSL | 32.73º | 0.92% | 0.05% | - |
| HSV(B) | 32.73º | 0.96% | 0.09% | - |
| XYZ | 0.5 | 0.47 | 0.09 | - |
| YUV | 14.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 1 | 0 | 0.43 | 0.96 | 0.91 | 32.73 | 0.92 | 0.05 |
| Hex | 17 | D | 1 | 0 | 2B | 60 | 5B | 21 | 5C | 5 |
| Octal | 27 | 15 | 1 | 0 | 53 | 140 | 133 | 41 | 134 | 5 |
| Binary | 10111 | 1101 | 1 | 0 | 101011 | 1100000 | 1011011 | 100001 | 1011100 | 101 |
Color Harmonies of #170D01
Complementary color
Monochromatic Colors of #170D01
Black with #170D01
Text Example
Text Example
White with #170D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D01; }
p { color: rgb(23,13,1); }
H1.HeaderClassName
{
color: #170D01;
}
.AnyTagClassName
{
color: #170D01;
}
</style>
background-color css
<style>
a { background-color: #170D01; }
a { background-color: rgb(23,13,1); }
div.DivClassName
{
background-color: #170D01;
}
.BgClassName
{
background-color: #170D01;
}
</style>
border-color css
<style>
span { border-color: #170D01; }
span { border-color: rgb(23,13,1); }
td.TdClassName
{
border-color: #170D01;
}
.TagClassName
{
border-color: #170D01;
}
</style>