Shades of Bokara Grey #181109
Tints of Bokara Grey #181109
RGB
CMYK
RGB Variations
Color information
#181109 (or 0x181109) is known color: Bokara Grey. HEX triplet: 18, 11 and 09. RGB value is (24,17,9). Sum of RGB (Red+Green+Blue) = 24+17+9=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #181109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181109 is #E7EEF6. Grayscale: #121212. Windows color (decimal): -15199991 or 594200. OLE color: 594200.
HSL color Cylindrical-coordinate representation of color #181109: hue angle of 32º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181109 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 17 | 9 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.91 |
| HSL | 32º | 0.45% | 0.06% | - |
| HSV(B) | 32º | 0.63% | 0.09% | - |
| XYZ | 0.63 | 0.61 | 0.34 | - |
| YUV | 18.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 9 | 0 | 0.29 | 0.63 | 0.91 | 32 | 0.45 | 0.06 |
| Hex | 18 | 11 | 9 | 0 | 1D | 3F | 5B | 20 | 2D | 6 |
| Octal | 30 | 21 | 11 | 0 | 35 | 77 | 133 | 40 | 55 | 6 |
| Binary | 11000 | 10001 | 1001 | 0 | 11101 | 111111 | 1011011 | 100000 | 101101 | 110 |
Color Harmonies of #181109
Complementary color
Monochromatic Colors of #181109
Black with #181109
Text Example
Text Example
White with #181109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181109; }
p { color: rgb(24,17,9); }
H1.HeaderClassName
{
color: #181109;
}
.AnyTagClassName
{
color: #181109;
}
</style>
background-color css
<style>
a { background-color: #181109; }
a { background-color: rgb(24,17,9); }
div.DivClassName
{
background-color: #181109;
}
.BgClassName
{
background-color: #181109;
}
</style>
border-color css
<style>
span { border-color: #181109; }
span { border-color: rgb(24,17,9); }
td.TdClassName
{
border-color: #181109;
}
.TagClassName
{
border-color: #181109;
}
</style>