Shades of Bokara Grey #150E05
Tints of Bokara Grey #150E05
RGB
CMYK
RGB Variations
Color information
#150E05 (or 0x150E05) is known color: Bokara Grey. HEX triplet: 15, 0E and 05. RGB value is (21,14,5). Sum of RGB (Red+Green+Blue) = 21+14+5=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E05 is #EAF1FA. Grayscale: #0F0F0F. Windows color (decimal): -15397371 or 331285. OLE color: 331285.
HSL color Cylindrical-coordinate representation of color #150E05: hue angle of 33.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150E05 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 5 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.92 |
| HSL | 33.75º | 0.62% | 0.05% | - |
| HSV(B) | 33.75º | 0.76% | 0.08% | - |
| XYZ | 0.49 | 0.48 | 0.21 | - |
| YUV | 15.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 5 | 0 | 0.33 | 0.76 | 0.92 | 33.75 | 0.62 | 0.05 |
| Hex | 15 | E | 5 | 0 | 21 | 4C | 5C | 22 | 3E | 5 |
| Octal | 25 | 16 | 5 | 0 | 41 | 114 | 134 | 42 | 76 | 5 |
| Binary | 10101 | 1110 | 101 | 0 | 100001 | 1001100 | 1011100 | 100010 | 111110 | 101 |
Color Harmonies of #150E05
Complementary color
Monochromatic Colors of #150E05
Black with #150E05
Text Example
Text Example
White with #150E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E05; }
p { color: rgb(21,14,5); }
H1.HeaderClassName
{
color: #150E05;
}
.AnyTagClassName
{
color: #150E05;
}
</style>
background-color css
<style>
a { background-color: #150E05; }
a { background-color: rgb(21,14,5); }
div.DivClassName
{
background-color: #150E05;
}
.BgClassName
{
background-color: #150E05;
}
</style>
border-color css
<style>
span { border-color: #150E05; }
span { border-color: rgb(21,14,5); }
td.TdClassName
{
border-color: #150E05;
}
.TagClassName
{
border-color: #150E05;
}
</style>