Shades of Bokara Grey #140E09
Tints of Bokara Grey #140E09
RGB
CMYK
RGB Variations
Color information
#140E09 (or 0x140E09) is known color: Bokara Grey. HEX triplet: 14, 0E and 09. RGB value is (20,14,9). Sum of RGB (Red+Green+Blue) = 20+14+9=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E09 is #EBF1F6. Grayscale: #0F0F0F. Windows color (decimal): -15462903 or 593428. OLE color: 593428.
HSL color Cylindrical-coordinate representation of color #140E09: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140E09 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 9 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.92 |
| HSL | 27.27º | 0.38% | 0.06% | - |
| HSV(B) | 27.27º | 0.55% | 0.08% | - |
| XYZ | 0.49 | 0.48 | 0.33 | - |
| YUV | 15.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 9 | 0 | 0.30 | 0.55 | 0.92 | 27.27 | 0.38 | 0.06 |
| Hex | 14 | E | 9 | 0 | 1E | 37 | 5C | 1B | 26 | 6 |
| Octal | 24 | 16 | 11 | 0 | 36 | 67 | 134 | 33 | 46 | 6 |
| Binary | 10100 | 1110 | 1001 | 0 | 11110 | 110111 | 1011100 | 11011 | 100110 | 110 |
Color Harmonies of #140E09
Complementary color
Monochromatic Colors of #140E09
Black with #140E09
Text Example
Text Example
White with #140E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E09; }
p { color: rgb(20,14,9); }
H1.HeaderClassName
{
color: #140E09;
}
.AnyTagClassName
{
color: #140E09;
}
</style>
background-color css
<style>
a { background-color: #140E09; }
a { background-color: rgb(20,14,9); }
div.DivClassName
{
background-color: #140E09;
}
.BgClassName
{
background-color: #140E09;
}
</style>
border-color css
<style>
span { border-color: #140E09; }
span { border-color: rgb(20,14,9); }
td.TdClassName
{
border-color: #140E09;
}
.TagClassName
{
border-color: #140E09;
}
</style>