Shades of Bokara Grey #170F09
Tints of Bokara Grey #170F09
RGB
CMYK
RGB Variations
Color information
#170F09 (or 0x170F09) is known color: Bokara Grey. HEX triplet: 17, 0F and 09. RGB value is (23,15,9). Sum of RGB (Red+Green+Blue) = 23+15+9=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F09 is #E8F0F6. Grayscale: #101010. Windows color (decimal): -15266039 or 593687. OLE color: 593687.
HSL color Cylindrical-coordinate representation of color #170F09: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #170F09 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 15 | 9 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.91 |
| HSL | 25.71º | 0.44% | 0.06% | - |
| HSV(B) | 25.71º | 0.61% | 0.09% | - |
| XYZ | 0.57 | 0.54 | 0.33 | - |
| YUV | 16.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 9 | 0 | 0.35 | 0.61 | 0.91 | 25.71 | 0.44 | 0.06 |
| Hex | 17 | F | 9 | 0 | 23 | 3D | 5B | 1A | 2C | 6 |
| Octal | 27 | 17 | 11 | 0 | 43 | 75 | 133 | 32 | 54 | 6 |
| Binary | 10111 | 1111 | 1001 | 0 | 100011 | 111101 | 1011011 | 11010 | 101100 | 110 |
Color Harmonies of #170F09
Complementary color
Monochromatic Colors of #170F09
Black with #170F09
Text Example
Text Example
White with #170F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F09; }
p { color: rgb(23,15,9); }
H1.HeaderClassName
{
color: #170F09;
}
.AnyTagClassName
{
color: #170F09;
}
</style>
background-color css
<style>
a { background-color: #170F09; }
a { background-color: rgb(23,15,9); }
div.DivClassName
{
background-color: #170F09;
}
.BgClassName
{
background-color: #170F09;
}
</style>
border-color css
<style>
span { border-color: #170F09; }
span { border-color: rgb(23,15,9); }
td.TdClassName
{
border-color: #170F09;
}
.TagClassName
{
border-color: #170F09;
}
</style>