Shades of Bokara Grey #150F09
Tints of Bokara Grey #150F09
RGB
CMYK
RGB Variations
Color information
#150F09 (or 0x150F09) is known color: Bokara Grey. HEX triplet: 15, 0F and 09. RGB value is (21,15,9). Sum of RGB (Red+Green+Blue) = 21+15+9=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F09 is #EAF0F6. Grayscale: #101010. Windows color (decimal): -15397111 or 593685. OLE color: 593685.
HSL color Cylindrical-coordinate representation of color #150F09: hue angle of 30º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #150F09 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 9 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.92 |
| HSL | 30º | 0.4% | 0.06% | - |
| HSV(B) | 30º | 0.57% | 0.08% | - |
| XYZ | 0.53 | 0.52 | 0.33 | - |
| YUV | 16.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 9 | 0 | 0.29 | 0.57 | 0.92 | 30 | 0.4 | 0.06 |
| Hex | 15 | F | 9 | 0 | 1D | 39 | 5C | 1E | 28 | 6 |
| Octal | 25 | 17 | 11 | 0 | 35 | 71 | 134 | 36 | 50 | 6 |
| Binary | 10101 | 1111 | 1001 | 0 | 11101 | 111001 | 1011100 | 11110 | 101000 | 110 |
Color Harmonies of #150F09
Complementary color
Monochromatic Colors of #150F09
Black with #150F09
Text Example
Text Example
White with #150F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F09; }
p { color: rgb(21,15,9); }
H1.HeaderClassName
{
color: #150F09;
}
.AnyTagClassName
{
color: #150F09;
}
</style>
background-color css
<style>
a { background-color: #150F09; }
a { background-color: rgb(21,15,9); }
div.DivClassName
{
background-color: #150F09;
}
.BgClassName
{
background-color: #150F09;
}
</style>
border-color css
<style>
span { border-color: #150F09; }
span { border-color: rgb(21,15,9); }
td.TdClassName
{
border-color: #150F09;
}
.TagClassName
{
border-color: #150F09;
}
</style>