Shades of Bokara Grey #151310
Tints of Bokara Grey #151310
RGB
CMYK
RGB Variations
Color information
#151310 (or 0x151310) is known color: Bokara Grey. HEX triplet: 15, 13 and 10. RGB value is (21,19,16). Sum of RGB (Red+Green+Blue) = 21+19+16=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 21 - color contains mainly: red. Hex color #151310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151310 is #EAECEF. Grayscale: #131313. Windows color (decimal): -15396080 or 1053461. OLE color: 1053461.
HSL color Cylindrical-coordinate representation of color #151310: hue angle of 36º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151310 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 19 | 16 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.92 |
| HSL | 36º | 0.14% | 0.07% | - |
| HSV(B) | 36º | 0.24% | 0.08% | - |
| XYZ | 0.64 | 0.66 | 0.58 | - |
| YUV | 19.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 16 | 0 | 0.10 | 0.24 | 0.92 | 36 | 0.14 | 0.07 |
| Hex | 15 | 13 | 10 | 0 | A | 18 | 5C | 24 | E | 7 |
| Octal | 25 | 23 | 20 | 0 | 12 | 30 | 134 | 44 | 16 | 7 |
| Binary | 10101 | 10011 | 10000 | 0 | 1010 | 11000 | 1011100 | 100100 | 1110 | 111 |
Color Harmonies of #151310
Complementary color
Monochromatic Colors of #151310
Black with #151310
Text Example
Text Example
White with #151310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151310; }
p { color: rgb(21,19,16); }
H1.HeaderClassName
{
color: #151310;
}
.AnyTagClassName
{
color: #151310;
}
</style>
background-color css
<style>
a { background-color: #151310; }
a { background-color: rgb(21,19,16); }
div.DivClassName
{
background-color: #151310;
}
.BgClassName
{
background-color: #151310;
}
</style>
border-color css
<style>
span { border-color: #151310; }
span { border-color: rgb(21,19,16); }
td.TdClassName
{
border-color: #151310;
}
.TagClassName
{
border-color: #151310;
}
</style>