Shades of Bokara Grey #140F0A
Tints of Bokara Grey #140F0A
RGB
CMYK
RGB Variations
Color information
#140F0A (or 0x140F0A) is known color: Bokara Grey. HEX triplet: 14, 0F and 0A. RGB value is (20,15,10). Sum of RGB (Red+Green+Blue) = 20+15+10=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0A is #EBF0F5. Grayscale: #0F0F0F. Windows color (decimal): -15462646 or 659220. OLE color: 659220.
HSL color Cylindrical-coordinate representation of color #140F0A: hue angle of 30º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140F0A is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 10 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.92 |
| HSL | 30º | 0.33% | 0.06% | - |
| HSV(B) | 30º | 0.5% | 0.08% | - |
| XYZ | 0.51 | 0.51 | 0.36 | - |
| YUV | 15.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 10 | 0 | 0.25 | 0.50 | 0.92 | 30 | 0.33 | 0.06 |
| Hex | 14 | F | A | 0 | 19 | 32 | 5C | 1E | 21 | 6 |
| Octal | 24 | 17 | 12 | 0 | 31 | 62 | 134 | 36 | 41 | 6 |
| Binary | 10100 | 1111 | 1010 | 0 | 11001 | 110010 | 1011100 | 11110 | 100001 | 110 |
Color Harmonies of #140F0A
Complementary color
Monochromatic Colors of #140F0A
Black with #140F0A
Text Example
Text Example
White with #140F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F0A; }
p { color: rgb(20,15,10); }
H1.HeaderClassName
{
color: #140F0A;
}
.AnyTagClassName
{
color: #140F0A;
}
</style>
background-color css
<style>
a { background-color: #140F0A; }
a { background-color: rgb(20,15,10); }
div.DivClassName
{
background-color: #140F0A;
}
.BgClassName
{
background-color: #140F0A;
}
</style>
border-color css
<style>
span { border-color: #140F0A; }
span { border-color: rgb(20,15,10); }
td.TdClassName
{
border-color: #140F0A;
}
.TagClassName
{
border-color: #140F0A;
}
</style>