Shades of Bokara Grey #181208
Tints of Bokara Grey #181208
RGB
CMYK
RGB Variations
Color information
#181208 (or 0x181208) is known color: Bokara Grey. HEX triplet: 18, 12 and 08. RGB value is (24,18,8). Sum of RGB (Red+Green+Blue) = 24+18+8=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #181208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181208 is #E7EDF7. Grayscale: #121212. Windows color (decimal): -15199736 or 528920. OLE color: 528920.
HSL color Cylindrical-coordinate representation of color #181208: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181208 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 18 | 8 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.91 |
| HSL | 37.5º | 0.5% | 0.06% | - |
| HSV(B) | 37.5º | 0.67% | 0.09% | - |
| XYZ | 0.64 | 0.64 | 0.32 | - |
| YUV | 18.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 8 | 0 | 0.25 | 0.67 | 0.91 | 37.5 | 0.5 | 0.06 |
| Hex | 18 | 12 | 8 | 0 | 19 | 43 | 5B | 26 | 32 | 6 |
| Octal | 30 | 22 | 10 | 0 | 31 | 103 | 133 | 46 | 62 | 6 |
| Binary | 11000 | 10010 | 1000 | 0 | 11001 | 1000011 | 1011011 | 100110 | 110010 | 110 |
Color Harmonies of #181208
Complementary color
Monochromatic Colors of #181208
Black with #181208
Text Example
Text Example
White with #181208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181208; }
p { color: rgb(24,18,8); }
H1.HeaderClassName
{
color: #181208;
}
.AnyTagClassName
{
color: #181208;
}
</style>
background-color css
<style>
a { background-color: #181208; }
a { background-color: rgb(24,18,8); }
div.DivClassName
{
background-color: #181208;
}
.BgClassName
{
background-color: #181208;
}
</style>
border-color css
<style>
span { border-color: #181208; }
span { border-color: rgb(24,18,8); }
td.TdClassName
{
border-color: #181208;
}
.TagClassName
{
border-color: #181208;
}
</style>