Shades of Bokara Grey #150F0A
Tints of Bokara Grey #150F0A
RGB
CMYK
RGB Variations
Color information
#150F0A (or 0x150F0A) is known color: Bokara Grey. HEX triplet: 15, 0F and 0A. RGB value is (21,15,10). Sum of RGB (Red+Green+Blue) = 21+15+10=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0A is #EAF0F5. Grayscale: #101010. Windows color (decimal): -15397110 or 659221. OLE color: 659221.
HSL color Cylindrical-coordinate representation of color #150F0A: hue angle of 27.27º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150F0A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 10 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.92 |
| HSL | 27.27º | 0.35% | 0.06% | - |
| HSV(B) | 27.27º | 0.52% | 0.08% | - |
| XYZ | 0.53 | 0.52 | 0.36 | - |
| YUV | 16.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 10 | 0 | 0.29 | 0.52 | 0.92 | 27.27 | 0.35 | 0.06 |
| Hex | 15 | F | A | 0 | 1D | 34 | 5C | 1B | 23 | 6 |
| Octal | 25 | 17 | 12 | 0 | 35 | 64 | 134 | 33 | 43 | 6 |
| Binary | 10101 | 1111 | 1010 | 0 | 11101 | 110100 | 1011100 | 11011 | 100011 | 110 |
Color Harmonies of #150F0A
Complementary color
Monochromatic Colors of #150F0A
Black with #150F0A
Text Example
Text Example
White with #150F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F0A; }
p { color: rgb(21,15,10); }
H1.HeaderClassName
{
color: #150F0A;
}
.AnyTagClassName
{
color: #150F0A;
}
</style>
background-color css
<style>
a { background-color: #150F0A; }
a { background-color: rgb(21,15,10); }
div.DivClassName
{
background-color: #150F0A;
}
.BgClassName
{
background-color: #150F0A;
}
</style>
border-color css
<style>
span { border-color: #150F0A; }
span { border-color: rgb(21,15,10); }
td.TdClassName
{
border-color: #150F0A;
}
.TagClassName
{
border-color: #150F0A;
}
</style>