Shades of Bokara Grey #1B1711
Tints of Bokara Grey #1B1711
RGB
CMYK
RGB Variations
Color information
#1B1711 (or 0x1B1711) is known color: Bokara Grey. HEX triplet: 1B, 17 and 11. RGB value is (27,23,17). Sum of RGB (Red+Green+Blue) = 27+23+17=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1711 is #E4E8EE. Grayscale: #171717. Windows color (decimal): -15001839 or 1120027. OLE color: 1120027.
HSL color Cylindrical-coordinate representation of color #1B1711: hue angle of 36º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1711 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 23 | 17 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.89 |
| HSL | 36º | 0.23% | 0.09% | - |
| HSV(B) | 36º | 0.37% | 0.11% | - |
| XYZ | 0.86 | 0.89 | 0.66 | - |
| YUV | 23.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 17 | 0 | 0.15 | 0.37 | 0.89 | 36 | 0.23 | 0.09 |
| Hex | 1B | 17 | 11 | 0 | F | 25 | 59 | 24 | 17 | 9 |
| Octal | 33 | 27 | 21 | 0 | 17 | 45 | 131 | 44 | 27 | 11 |
| Binary | 11011 | 10111 | 10001 | 0 | 1111 | 100101 | 1011001 | 100100 | 10111 | 1001 |
Color Harmonies of #1B1711
Complementary color
Monochromatic Colors of #1B1711
Black with #1B1711
Text Example
Text Example
White with #1B1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1711; }
p { color: rgb(27,23,17); }
H1.HeaderClassName
{
color: #1B1711;
}
.AnyTagClassName
{
color: #1B1711;
}
</style>
background-color css
<style>
a { background-color: #1B1711; }
a { background-color: rgb(27,23,17); }
div.DivClassName
{
background-color: #1B1711;
}
.BgClassName
{
background-color: #1B1711;
}
</style>
border-color css
<style>
span { border-color: #1B1711; }
span { border-color: rgb(27,23,17); }
td.TdClassName
{
border-color: #1B1711;
}
.TagClassName
{
border-color: #1B1711;
}
</style>