Shades of Bokara Grey #181006
Tints of Bokara Grey #181006
RGB
CMYK
RGB Variations
Color information
#181006 (or 0x181006) is known color: Bokara Grey. HEX triplet: 18, 10 and 06. RGB value is (24,16,6). Sum of RGB (Red+Green+Blue) = 24+16+6=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181006 is #E7EFF9. Grayscale: #111111. Windows color (decimal): -15200250 or 397336. OLE color: 397336.
HSL color Cylindrical-coordinate representation of color #181006: hue angle of 33.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181006 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 16 | 6 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.91 |
| HSL | 33.33º | 0.6% | 0.06% | - |
| HSV(B) | 33.33º | 0.75% | 0.09% | - |
| XYZ | 0.59 | 0.58 | 0.25 | - |
| YUV | 17.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 6 | 0 | 0.33 | 0.75 | 0.91 | 33.33 | 0.6 | 0.06 |
| Hex | 18 | 10 | 6 | 0 | 21 | 4B | 5B | 21 | 3C | 6 |
| Octal | 30 | 20 | 6 | 0 | 41 | 113 | 133 | 41 | 74 | 6 |
| Binary | 11000 | 10000 | 110 | 0 | 100001 | 1001011 | 1011011 | 100001 | 111100 | 110 |
Color Harmonies of #181006
Complementary color
Monochromatic Colors of #181006
Black with #181006
Text Example
Text Example
White with #181006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181006; }
p { color: rgb(24,16,6); }
H1.HeaderClassName
{
color: #181006;
}
.AnyTagClassName
{
color: #181006;
}
</style>
background-color css
<style>
a { background-color: #181006; }
a { background-color: rgb(24,16,6); }
div.DivClassName
{
background-color: #181006;
}
.BgClassName
{
background-color: #181006;
}
</style>
border-color css
<style>
span { border-color: #181006; }
span { border-color: rgb(24,16,6); }
td.TdClassName
{
border-color: #181006;
}
.TagClassName
{
border-color: #181006;
}
</style>