Shades of Bokara Grey #150F07
Tints of Bokara Grey #150F07
RGB
CMYK
RGB Variations
Color information
#150F07 (or 0x150F07) is known color: Bokara Grey. HEX triplet: 15, 0F and 07. RGB value is (21,15,7). Sum of RGB (Red+Green+Blue) = 21+15+7=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F07 is #EAF0F8. Grayscale: #0F0F0F. Windows color (decimal): -15397113 or 462613. OLE color: 462613.
HSL color Cylindrical-coordinate representation of color #150F07: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150F07 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 7 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.92 |
| HSL | 34.29º | 0.5% | 0.05% | - |
| HSV(B) | 34.29º | 0.67% | 0.08% | - |
| XYZ | 0.52 | 0.52 | 0.27 | - |
| YUV | 15.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 7 | 0 | 0.29 | 0.67 | 0.92 | 34.29 | 0.5 | 0.05 |
| Hex | 15 | F | 7 | 0 | 1D | 43 | 5C | 22 | 32 | 5 |
| Octal | 25 | 17 | 7 | 0 | 35 | 103 | 134 | 42 | 62 | 5 |
| Binary | 10101 | 1111 | 111 | 0 | 11101 | 1000011 | 1011100 | 100010 | 110010 | 101 |
Color Harmonies of #150F07
Complementary color
Monochromatic Colors of #150F07
Black with #150F07
Text Example
Text Example
White with #150F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F07; }
p { color: rgb(21,15,7); }
H1.HeaderClassName
{
color: #150F07;
}
.AnyTagClassName
{
color: #150F07;
}
</style>
background-color css
<style>
a { background-color: #150F07; }
a { background-color: rgb(21,15,7); }
div.DivClassName
{
background-color: #150F07;
}
.BgClassName
{
background-color: #150F07;
}
</style>
border-color css
<style>
span { border-color: #150F07; }
span { border-color: rgb(21,15,7); }
td.TdClassName
{
border-color: #150F07;
}
.TagClassName
{
border-color: #150F07;
}
</style>