Shades of Bokara Grey #140F07
Tints of Bokara Grey #140F07
RGB
CMYK
RGB Variations
Color information
#140F07 (or 0x140F07) is known color: Bokara Grey. HEX triplet: 14, 0F and 07. RGB value is (20,15,7). Sum of RGB (Red+Green+Blue) = 20+15+7=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F07 is #EBF0F8. Grayscale: #0F0F0F. Windows color (decimal): -15462649 or 462612. OLE color: 462612.
HSL color Cylindrical-coordinate representation of color #140F07: hue angle of 36.92º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140F07 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 7 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.92 |
| HSL | 36.92º | 0.48% | 0.05% | - |
| HSV(B) | 36.92º | 0.65% | 0.08% | - |
| XYZ | 0.5 | 0.51 | 0.27 | - |
| YUV | 15.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 7 | 0 | 0.25 | 0.65 | 0.92 | 36.92 | 0.48 | 0.05 |
| Hex | 14 | F | 7 | 0 | 19 | 41 | 5C | 25 | 30 | 5 |
| Octal | 24 | 17 | 7 | 0 | 31 | 101 | 134 | 45 | 60 | 5 |
| Binary | 10100 | 1111 | 111 | 0 | 11001 | 1000001 | 1011100 | 100101 | 110000 | 101 |
Color Harmonies of #140F07
Complementary color
Monochromatic Colors of #140F07
Black with #140F07
Text Example
Text Example
White with #140F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F07; }
p { color: rgb(20,15,7); }
H1.HeaderClassName
{
color: #140F07;
}
.AnyTagClassName
{
color: #140F07;
}
</style>
background-color css
<style>
a { background-color: #140F07; }
a { background-color: rgb(20,15,7); }
div.DivClassName
{
background-color: #140F07;
}
.BgClassName
{
background-color: #140F07;
}
</style>
border-color css
<style>
span { border-color: #140F07; }
span { border-color: rgb(20,15,7); }
td.TdClassName
{
border-color: #140F07;
}
.TagClassName
{
border-color: #140F07;
}
</style>