Shades of Bokara Grey #150E03
Tints of Bokara Grey #150E03
RGB
CMYK
RGB Variations
Color information
#150E03 (or 0x150E03) is known color: Bokara Grey. HEX triplet: 15, 0E and 03. RGB value is (21,14,3). Sum of RGB (Red+Green+Blue) = 21+14+3=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E03 is #EAF1FC. Grayscale: #0E0E0E. Windows color (decimal): -15397373 or 200213. OLE color: 200213.
HSL color Cylindrical-coordinate representation of color #150E03: hue angle of 36.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150E03 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 3 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.92 |
| HSL | 36.67º | 0.75% | 0.05% | - |
| HSV(B) | 36.67º | 0.86% | 0.08% | - |
| XYZ | 0.48 | 0.48 | 0.15 | - |
| YUV | 14.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 3 | 0 | 0.33 | 0.86 | 0.92 | 36.67 | 0.75 | 0.05 |
| Hex | 15 | E | 3 | 0 | 21 | 56 | 5C | 25 | 4B | 5 |
| Octal | 25 | 16 | 3 | 0 | 41 | 126 | 134 | 45 | 113 | 5 |
| Binary | 10101 | 1110 | 11 | 0 | 100001 | 1010110 | 1011100 | 100101 | 1001011 | 101 |
Color Harmonies of #150E03
Complementary color
Monochromatic Colors of #150E03
Black with #150E03
Text Example
Text Example
White with #150E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E03; }
p { color: rgb(21,14,3); }
H1.HeaderClassName
{
color: #150E03;
}
.AnyTagClassName
{
color: #150E03;
}
</style>
background-color css
<style>
a { background-color: #150E03; }
a { background-color: rgb(21,14,3); }
div.DivClassName
{
background-color: #150E03;
}
.BgClassName
{
background-color: #150E03;
}
</style>
border-color css
<style>
span { border-color: #150E03; }
span { border-color: rgb(21,14,3); }
td.TdClassName
{
border-color: #150E03;
}
.TagClassName
{
border-color: #150E03;
}
</style>