Shades of Bokara Grey #151008
Tints of Bokara Grey #151008
RGB
CMYK
RGB Variations
Color information
#151008 (or 0x151008) is known color: Bokara Grey. HEX triplet: 15, 10 and 08. RGB value is (21,16,8). Sum of RGB (Red+Green+Blue) = 21+16+8=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #151008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151008 is #EAEFF7. Grayscale: #101010. Windows color (decimal): -15396856 or 528405. OLE color: 528405.
HSL color Cylindrical-coordinate representation of color #151008: hue angle of 36.92º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #151008 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 16 | 8 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.92 |
| HSL | 36.92º | 0.45% | 0.06% | - |
| HSV(B) | 36.92º | 0.62% | 0.08% | - |
| XYZ | 0.54 | 0.55 | 0.31 | - |
| YUV | 16.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 8 | 0 | 0.24 | 0.62 | 0.92 | 36.92 | 0.45 | 0.06 |
| Hex | 15 | 10 | 8 | 0 | 18 | 3E | 5C | 25 | 2D | 6 |
| Octal | 25 | 20 | 10 | 0 | 30 | 76 | 134 | 45 | 55 | 6 |
| Binary | 10101 | 10000 | 1000 | 0 | 11000 | 111110 | 1011100 | 100101 | 101101 | 110 |
Color Harmonies of #151008
Complementary color
Monochromatic Colors of #151008
Black with #151008
Text Example
Text Example
White with #151008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151008; }
p { color: rgb(21,16,8); }
H1.HeaderClassName
{
color: #151008;
}
.AnyTagClassName
{
color: #151008;
}
</style>
background-color css
<style>
a { background-color: #151008; }
a { background-color: rgb(21,16,8); }
div.DivClassName
{
background-color: #151008;
}
.BgClassName
{
background-color: #151008;
}
</style>
border-color css
<style>
span { border-color: #151008; }
span { border-color: rgb(21,16,8); }
td.TdClassName
{
border-color: #151008;
}
.TagClassName
{
border-color: #151008;
}
</style>