Shades of Bokara Grey #1B1109
Tints of Bokara Grey #1B1109
RGB
CMYK
RGB Variations
Color information
#1B1109 (or 0x1B1109) is known color: Bokara Grey. HEX triplet: 1B, 11 and 09. RGB value is (27,17,9). Sum of RGB (Red+Green+Blue) = 27+17+9=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1109 is #E4EEF6. Grayscale: #131313. Windows color (decimal): -15003383 or 594203. OLE color: 594203.
HSL color Cylindrical-coordinate representation of color #1B1109: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B1109 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 9 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.89 |
| HSL | 26.67º | 0.5% | 0.07% | - |
| HSV(B) | 26.67º | 0.67% | 0.11% | - |
| XYZ | 0.7 | 0.65 | 0.35 | - |
| YUV | 19.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 9 | 0 | 0.37 | 0.67 | 0.89 | 26.67 | 0.5 | 0.07 |
| Hex | 1B | 11 | 9 | 0 | 25 | 43 | 59 | 1B | 32 | 7 |
| Octal | 33 | 21 | 11 | 0 | 45 | 103 | 131 | 33 | 62 | 7 |
| Binary | 11011 | 10001 | 1001 | 0 | 100101 | 1000011 | 1011001 | 11011 | 110010 | 111 |
Color Harmonies of #1B1109
Complementary color
Monochromatic Colors of #1B1109
Black with #1B1109
Text Example
Text Example
White with #1B1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1109; }
p { color: rgb(27,17,9); }
H1.HeaderClassName
{
color: #1B1109;
}
.AnyTagClassName
{
color: #1B1109;
}
</style>
background-color css
<style>
a { background-color: #1B1109; }
a { background-color: rgb(27,17,9); }
div.DivClassName
{
background-color: #1B1109;
}
.BgClassName
{
background-color: #1B1109;
}
</style>
border-color css
<style>
span { border-color: #1B1109; }
span { border-color: rgb(27,17,9); }
td.TdClassName
{
border-color: #1B1109;
}
.TagClassName
{
border-color: #1B1109;
}
</style>