Shades of Bokara Grey #150D00
Tints of Bokara Grey #150D00
RGB
CMYK
RGB Variations
Color information
#150D00 (or 0x150D00) is known color: Bokara Grey. HEX triplet: 15, 0D and 00. RGB value is (21,13,0). Sum of RGB (Red+Green+Blue) = 21+13+0=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D00 is #EAF2FF. Grayscale: #0D0D0D. Windows color (decimal): -15397632 or 3349. OLE color: 3349.
HSL color Cylindrical-coordinate representation of color #150D00: hue angle of 37.14º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150D00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.92 |
| HSL | 37.14º | 1% | 0.04% | - |
| HSV(B) | 37.14º | 1% | 0.08% | - |
| XYZ | 0.45 | 0.45 | 0.06 | - |
| YUV | 13.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 0 | 0 | 0.38 | 1 | 0.92 | 37.14 | 1 | 0.04 |
| Hex | 15 | D | 0 | 0 | 26 | 64 | 5C | 25 | 64 | 4 |
| Octal | 25 | 15 | 0 | 0 | 46 | 144 | 134 | 45 | 144 | 4 |
| Binary | 10101 | 1101 | 0 | 0 | 100110 | 1100100 | 1011100 | 100101 | 1100100 | 100 |
Color Harmonies of #150D00
Complementary color
Monochromatic Colors of #150D00
Black with #150D00
Text Example
Text Example
White with #150D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D00; }
p { color: rgb(21,13,0); }
H1.HeaderClassName
{
color: #150D00;
}
.AnyTagClassName
{
color: #150D00;
}
</style>
background-color css
<style>
a { background-color: #150D00; }
a { background-color: rgb(21,13,0); }
div.DivClassName
{
background-color: #150D00;
}
.BgClassName
{
background-color: #150D00;
}
</style>
border-color css
<style>
span { border-color: #150D00; }
span { border-color: rgb(21,13,0); }
td.TdClassName
{
border-color: #150D00;
}
.TagClassName
{
border-color: #150D00;
}
</style>