Shades of Bokara Grey #140E05
Tints of Bokara Grey #140E05
RGB
CMYK
RGB Variations
Color information
#140E05 (or 0x140E05) is known color: Bokara Grey. HEX triplet: 14, 0E and 05. RGB value is (20,14,5). Sum of RGB (Red+Green+Blue) = 20+14+5=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E05 is #EBF1FA. Grayscale: #0E0E0E. Windows color (decimal): -15462907 or 331284. OLE color: 331284.
HSL color Cylindrical-coordinate representation of color #140E05: hue angle of 36º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140E05 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 5 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.92 |
| HSL | 36º | 0.6% | 0.05% | - |
| HSV(B) | 36º | 0.75% | 0.08% | - |
| XYZ | 0.47 | 0.47 | 0.21 | - |
| YUV | 14.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 5 | 0 | 0.30 | 0.75 | 0.92 | 36 | 0.6 | 0.05 |
| Hex | 14 | E | 5 | 0 | 1E | 4B | 5C | 24 | 3C | 5 |
| Octal | 24 | 16 | 5 | 0 | 36 | 113 | 134 | 44 | 74 | 5 |
| Binary | 10100 | 1110 | 101 | 0 | 11110 | 1001011 | 1011100 | 100100 | 111100 | 101 |
Color Harmonies of #140E05
Complementary color
Monochromatic Colors of #140E05
Black with #140E05
Text Example
Text Example
White with #140E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E05; }
p { color: rgb(20,14,5); }
H1.HeaderClassName
{
color: #140E05;
}
.AnyTagClassName
{
color: #140E05;
}
</style>
background-color css
<style>
a { background-color: #140E05; }
a { background-color: rgb(20,14,5); }
div.DivClassName
{
background-color: #140E05;
}
.BgClassName
{
background-color: #140E05;
}
</style>
border-color css
<style>
span { border-color: #140E05; }
span { border-color: rgb(20,14,5); }
td.TdClassName
{
border-color: #140E05;
}
.TagClassName
{
border-color: #140E05;
}
</style>