Shades of Bokara Grey #15100B
Tints of Bokara Grey #15100B
RGB
CMYK
RGB Variations
Color information
#15100B (or 0x15100B) is known color: Bokara Grey. HEX triplet: 15, 10 and 0B. RGB value is (21,16,11). Sum of RGB (Red+Green+Blue) = 21+16+11=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #15100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15100B is #EAEFF4. Grayscale: #101010. Windows color (decimal): -15396853 or 725013. OLE color: 725013.
HSL color Cylindrical-coordinate representation of color #15100B: hue angle of 30º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #15100B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 16 | 11 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.92 |
| HSL | 30º | 0.31% | 0.06% | - |
| HSV(B) | 30º | 0.48% | 0.08% | - |
| XYZ | 0.55 | 0.55 | 0.39 | - |
| YUV | 16.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 11 | 0 | 0.24 | 0.48 | 0.92 | 30 | 0.31 | 0.06 |
| Hex | 15 | 10 | B | 0 | 18 | 30 | 5C | 1E | 1F | 6 |
| Octal | 25 | 20 | 13 | 0 | 30 | 60 | 134 | 36 | 37 | 6 |
| Binary | 10101 | 10000 | 1011 | 0 | 11000 | 110000 | 1011100 | 11110 | 11111 | 110 |
Color Harmonies of #15100B
Complementary color
Monochromatic Colors of #15100B
Black with #15100B
Text Example
Text Example
White with #15100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15100B; }
p { color: rgb(21,16,11); }
H1.HeaderClassName
{
color: #15100B;
}
.AnyTagClassName
{
color: #15100B;
}
</style>
background-color css
<style>
a { background-color: #15100B; }
a { background-color: rgb(21,16,11); }
div.DivClassName
{
background-color: #15100B;
}
.BgClassName
{
background-color: #15100B;
}
</style>
border-color css
<style>
span { border-color: #15100B; }
span { border-color: rgb(21,16,11); }
td.TdClassName
{
border-color: #15100B;
}
.TagClassName
{
border-color: #15100B;
}
</style>