Shades of Bokara Grey #17100A
Tints of Bokara Grey #17100A
RGB
CMYK
RGB Variations
Color information
#17100A (or 0x17100A) is known color: Bokara Grey. HEX triplet: 17, 10 and 0A. RGB value is (23,16,10). Sum of RGB (Red+Green+Blue) = 23+16+10=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #17100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17100A is #E8EFF5. Grayscale: #111111. Windows color (decimal): -15265782 or 659479. OLE color: 659479.
HSL color Cylindrical-coordinate representation of color #17100A: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17100A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 16 | 10 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.91 |
| HSL | 27.69º | 0.39% | 0.06% | - |
| HSV(B) | 27.69º | 0.57% | 0.09% | - |
| XYZ | 0.59 | 0.57 | 0.37 | - |
| YUV | 17.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 10 | 0 | 0.30 | 0.57 | 0.91 | 27.69 | 0.39 | 0.06 |
| Hex | 17 | 10 | A | 0 | 1E | 39 | 5B | 1C | 27 | 6 |
| Octal | 27 | 20 | 12 | 0 | 36 | 71 | 133 | 34 | 47 | 6 |
| Binary | 10111 | 10000 | 1010 | 0 | 11110 | 111001 | 1011011 | 11100 | 100111 | 110 |
Color Harmonies of #17100A
Complementary color
Monochromatic Colors of #17100A
Black with #17100A
Text Example
Text Example
White with #17100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17100A; }
p { color: rgb(23,16,10); }
H1.HeaderClassName
{
color: #17100A;
}
.AnyTagClassName
{
color: #17100A;
}
</style>
background-color css
<style>
a { background-color: #17100A; }
a { background-color: rgb(23,16,10); }
div.DivClassName
{
background-color: #17100A;
}
.BgClassName
{
background-color: #17100A;
}
</style>
border-color css
<style>
span { border-color: #17100A; }
span { border-color: rgb(23,16,10); }
td.TdClassName
{
border-color: #17100A;
}
.TagClassName
{
border-color: #17100A;
}
</style>