Shades of Bokara Grey #140F0C
Tints of Bokara Grey #140F0C
RGB
CMYK
RGB Variations
Color information
#140F0C (or 0x140F0C) is known color: Bokara Grey. HEX triplet: 14, 0F and 0C. RGB value is (20,15,12). Sum of RGB (Red+Green+Blue) = 20+15+12=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0C is #EBF0F3. Grayscale: #101010. Windows color (decimal): -15462644 or 790292. OLE color: 790292.
HSL color Cylindrical-coordinate representation of color #140F0C: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #140F0C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 12 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.92 |
| HSL | 22.5º | 0.25% | 0.06% | - |
| HSV(B) | 22.5º | 0.4% | 0.08% | - |
| XYZ | 0.53 | 0.52 | 0.42 | - |
| YUV | 16.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 12 | 0 | 0.25 | 0.40 | 0.92 | 22.5 | 0.25 | 0.06 |
| Hex | 14 | F | C | 0 | 19 | 28 | 5C | 16 | 19 | 6 |
| Octal | 24 | 17 | 14 | 0 | 31 | 50 | 134 | 26 | 31 | 6 |
| Binary | 10100 | 1111 | 1100 | 0 | 11001 | 101000 | 1011100 | 10110 | 11001 | 110 |
Color Harmonies of #140F0C
Complementary color
Monochromatic Colors of #140F0C
Black with #140F0C
Text Example
Text Example
White with #140F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F0C; }
p { color: rgb(20,15,12); }
H1.HeaderClassName
{
color: #140F0C;
}
.AnyTagClassName
{
color: #140F0C;
}
</style>
background-color css
<style>
a { background-color: #140F0C; }
a { background-color: rgb(20,15,12); }
div.DivClassName
{
background-color: #140F0C;
}
.BgClassName
{
background-color: #140F0C;
}
</style>
border-color css
<style>
span { border-color: #140F0C; }
span { border-color: rgb(20,15,12); }
td.TdClassName
{
border-color: #140F0C;
}
.TagClassName
{
border-color: #140F0C;
}
</style>