Shades of Bokara Grey #150F0B
Tints of Bokara Grey #150F0B
RGB
CMYK
RGB Variations
Color information
#150F0B (or 0x150F0B) is known color: Bokara Grey. HEX triplet: 15, 0F and 0B. RGB value is (21,15,11). Sum of RGB (Red+Green+Blue) = 21+15+11=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0B is #EAF0F4. Grayscale: #101010. Windows color (decimal): -15397109 or 724757. OLE color: 724757.
HSL color Cylindrical-coordinate representation of color #150F0B: hue angle of 24º 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 #150F0B is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 11 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.92 |
| HSL | 24º | 0.31% | 0.06% | - |
| HSV(B) | 24º | 0.48% | 0.08% | - |
| XYZ | 0.54 | 0.53 | 0.39 | - |
| YUV | 16.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 11 | 0 | 0.29 | 0.48 | 0.92 | 24 | 0.31 | 0.06 |
| Hex | 15 | F | B | 0 | 1D | 30 | 5C | 18 | 1F | 6 |
| Octal | 25 | 17 | 13 | 0 | 35 | 60 | 134 | 30 | 37 | 6 |
| Binary | 10101 | 1111 | 1011 | 0 | 11101 | 110000 | 1011100 | 11000 | 11111 | 110 |
Color Harmonies of #150F0B
Complementary color
Monochromatic Colors of #150F0B
Black with #150F0B
Text Example
Text Example
White with #150F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F0B; }
p { color: rgb(21,15,11); }
H1.HeaderClassName
{
color: #150F0B;
}
.AnyTagClassName
{
color: #150F0B;
}
</style>
background-color css
<style>
a { background-color: #150F0B; }
a { background-color: rgb(21,15,11); }
div.DivClassName
{
background-color: #150F0B;
}
.BgClassName
{
background-color: #150F0B;
}
</style>
border-color css
<style>
span { border-color: #150F0B; }
span { border-color: rgb(21,15,11); }
td.TdClassName
{
border-color: #150F0B;
}
.TagClassName
{
border-color: #150F0B;
}
</style>