Shades of Bokara Grey #17130D
Tints of Bokara Grey #17130D
RGB
CMYK
RGB Variations
Color information
#17130D (or 0x17130D) is known color: Bokara Grey. HEX triplet: 17, 13 and 0D. RGB value is (23,19,13). Sum of RGB (Red+Green+Blue) = 23+19+13=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #17130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130D is #E8ECF2. Grayscale: #131313. Windows color (decimal): -15265011 or 856855. OLE color: 856855.
HSL color Cylindrical-coordinate representation of color #17130D: hue angle of 36º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #17130D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 19 | 13 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.91 |
| HSL | 36º | 0.28% | 0.07% | - |
| HSV(B) | 36º | 0.43% | 0.09% | - |
| XYZ | 0.66 | 0.68 | 0.48 | - |
| YUV | 19.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 13 | 0 | 0.17 | 0.43 | 0.91 | 36 | 0.28 | 0.07 |
| Hex | 17 | 13 | D | 0 | 11 | 2B | 5B | 24 | 1C | 7 |
| Octal | 27 | 23 | 15 | 0 | 21 | 53 | 133 | 44 | 34 | 7 |
| Binary | 10111 | 10011 | 1101 | 0 | 10001 | 101011 | 1011011 | 100100 | 11100 | 111 |
Color Harmonies of #17130D
Complementary color
Monochromatic Colors of #17130D
Black with #17130D
Text Example
Text Example
White with #17130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17130D; }
p { color: rgb(23,19,13); }
H1.HeaderClassName
{
color: #17130D;
}
.AnyTagClassName
{
color: #17130D;
}
</style>
background-color css
<style>
a { background-color: #17130D; }
a { background-color: rgb(23,19,13); }
div.DivClassName
{
background-color: #17130D;
}
.BgClassName
{
background-color: #17130D;
}
</style>
border-color css
<style>
span { border-color: #17130D; }
span { border-color: rgb(23,19,13); }
td.TdClassName
{
border-color: #17130D;
}
.TagClassName
{
border-color: #17130D;
}
</style>