Shades of Bokara Grey #140F09
Tints of Bokara Grey #140F09
RGB
CMYK
RGB Variations
Color information
#140F09 (or 0x140F09) is known color: Bokara Grey. HEX triplet: 14, 0F and 09. RGB value is (20,15,9). Sum of RGB (Red+Green+Blue) = 20+15+9=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F09 is #EBF0F6. Grayscale: #0F0F0F. Windows color (decimal): -15462647 or 593684. OLE color: 593684.
HSL color Cylindrical-coordinate representation of color #140F09: hue angle of 32.73º 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 #140F09 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 9 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.92 |
| HSL | 32.73º | 0.38% | 0.06% | - |
| HSV(B) | 32.73º | 0.55% | 0.08% | - |
| XYZ | 0.51 | 0.51 | 0.33 | - |
| YUV | 15.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 9 | 0 | 0.25 | 0.55 | 0.92 | 32.73 | 0.38 | 0.06 |
| Hex | 14 | F | 9 | 0 | 19 | 37 | 5C | 21 | 26 | 6 |
| Octal | 24 | 17 | 11 | 0 | 31 | 67 | 134 | 41 | 46 | 6 |
| Binary | 10100 | 1111 | 1001 | 0 | 11001 | 110111 | 1011100 | 100001 | 100110 | 110 |
Color Harmonies of #140F09
Complementary color
Monochromatic Colors of #140F09
Black with #140F09
Text Example
Text Example
White with #140F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F09; }
p { color: rgb(20,15,9); }
H1.HeaderClassName
{
color: #140F09;
}
.AnyTagClassName
{
color: #140F09;
}
</style>
background-color css
<style>
a { background-color: #140F09; }
a { background-color: rgb(20,15,9); }
div.DivClassName
{
background-color: #140F09;
}
.BgClassName
{
background-color: #140F09;
}
</style>
border-color css
<style>
span { border-color: #140F09; }
span { border-color: rgb(20,15,9); }
td.TdClassName
{
border-color: #140F09;
}
.TagClassName
{
border-color: #140F09;
}
</style>