Shades of Bokara Grey #170E03
Tints of Bokara Grey #170E03
RGB
CMYK
RGB Variations
Color information
#170E03 (or 0x170E03) is known color: Bokara Grey. HEX triplet: 17, 0E and 03. RGB value is (23,14,3). Sum of RGB (Red+Green+Blue) = 23+14+3=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #170E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E03 is #E8F1FC. Grayscale: #0F0F0F. Windows color (decimal): -15266301 or 200215. OLE color: 200215.
HSL color Cylindrical-coordinate representation of color #170E03: hue angle of 33º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170E03 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 14 | 3 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.91 |
| HSL | 33º | 0.77% | 0.05% | - |
| HSV(B) | 33º | 0.87% | 0.09% | - |
| XYZ | 0.53 | 0.5 | 0.16 | - |
| YUV | 15.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 3 | 0 | 0.39 | 0.87 | 0.91 | 33 | 0.77 | 0.05 |
| Hex | 17 | E | 3 | 0 | 27 | 57 | 5B | 21 | 4D | 5 |
| Octal | 27 | 16 | 3 | 0 | 47 | 127 | 133 | 41 | 115 | 5 |
| Binary | 10111 | 1110 | 11 | 0 | 100111 | 1010111 | 1011011 | 100001 | 1001101 | 101 |
Color Harmonies of #170E03
Complementary color
Monochromatic Colors of #170E03
Black with #170E03
Text Example
Text Example
White with #170E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E03; }
p { color: rgb(23,14,3); }
H1.HeaderClassName
{
color: #170E03;
}
.AnyTagClassName
{
color: #170E03;
}
</style>
background-color css
<style>
a { background-color: #170E03; }
a { background-color: rgb(23,14,3); }
div.DivClassName
{
background-color: #170E03;
}
.BgClassName
{
background-color: #170E03;
}
</style>
border-color css
<style>
span { border-color: #170E03; }
span { border-color: rgb(23,14,3); }
td.TdClassName
{
border-color: #170E03;
}
.TagClassName
{
border-color: #170E03;
}
</style>