Shades of Bokara Grey #140F08
Tints of Bokara Grey #140F08
RGB
CMYK
RGB Variations
Color information
#140F08 (or 0x140F08) is known color: Bokara Grey. HEX triplet: 14, 0F and 08. RGB value is (20,15,8). Sum of RGB (Red+Green+Blue) = 20+15+8=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F08 is #EBF0F7. Grayscale: #0F0F0F. Windows color (decimal): -15462648 or 528148. OLE color: 528148.
HSL color Cylindrical-coordinate representation of color #140F08: hue angle of 35º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140F08 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 8 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.92 |
| HSL | 35º | 0.43% | 0.05% | - |
| HSV(B) | 35º | 0.6% | 0.08% | - |
| XYZ | 0.5 | 0.51 | 0.3 | - |
| YUV | 15.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 8 | 0 | 0.25 | 0.60 | 0.92 | 35 | 0.43 | 0.05 |
| Hex | 14 | F | 8 | 0 | 19 | 3C | 5C | 23 | 2B | 5 |
| Octal | 24 | 17 | 10 | 0 | 31 | 74 | 134 | 43 | 53 | 5 |
| Binary | 10100 | 1111 | 1000 | 0 | 11001 | 111100 | 1011100 | 100011 | 101011 | 101 |
Color Harmonies of #140F08
Complementary color
Monochromatic Colors of #140F08
Black with #140F08
Text Example
Text Example
White with #140F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F08; }
p { color: rgb(20,15,8); }
H1.HeaderClassName
{
color: #140F08;
}
.AnyTagClassName
{
color: #140F08;
}
</style>
background-color css
<style>
a { background-color: #140F08; }
a { background-color: rgb(20,15,8); }
div.DivClassName
{
background-color: #140F08;
}
.BgClassName
{
background-color: #140F08;
}
</style>
border-color css
<style>
span { border-color: #140F08; }
span { border-color: rgb(20,15,8); }
td.TdClassName
{
border-color: #140F08;
}
.TagClassName
{
border-color: #140F08;
}
</style>