Shades of Bokara Grey #140F0B
Tints of Bokara Grey #140F0B
RGB
CMYK
RGB Variations
Color information
#140F0B (or 0x140F0B) is known color: Bokara Grey. HEX triplet: 14, 0F and 0B. RGB value is (20,15,11). Sum of RGB (Red+Green+Blue) = 20+15+11=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0B is #EBF0F4. Grayscale: #101010. Windows color (decimal): -15462645 or 724756. OLE color: 724756.
HSL color Cylindrical-coordinate representation of color #140F0B: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140F0B is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
RGB | 20 | 15 | 11 | - |
CMYK | 0 | 0.25 | 0.45 | 0.92 |
HSL | 26.67º | 0.29% | 0.06% | - |
HSV(B) | 26.67º | 0.45% | 0.08% | - |
XYZ | 0.52 | 0.51 | 0.39 | - |
YUV | 16.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 15 | 11 | 0 | 0.25 | 0.45 | 0.92 | 26.67 | 0.29 | 0.06 |
Hex | 14 | F | B | 0 | 19 | 2D | 5C | 1B | 1D | 6 |
Octal | 24 | 17 | 13 | 0 | 31 | 55 | 134 | 33 | 35 | 6 |
Binary | 10100 | 1111 | 1011 | 0 | 11001 | 101101 | 1011100 | 11011 | 11101 | 110 |
Color Harmonies of #140F0B
Complementary color
Monochromatic Colors of #140F0B
Black with #140F0B
Text Example
Text Example
White with #140F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F0B; }
p { color: rgb(20,15,11); }
H1.HeaderClassName
{
color: #140F0B;
}
.AnyTagClassName
{
color: #140F0B;
}
</style>
background-color css
<style>
a { background-color: #140F0B; }
a { background-color: rgb(20,15,11); }
div.DivClassName
{
background-color: #140F0B;
}
.BgClassName
{
background-color: #140F0B;
}
</style>
border-color css
<style>
span { border-color: #140F0B; }
span { border-color: rgb(20,15,11); }
td.TdClassName
{
border-color: #140F0B;
}
.TagClassName
{
border-color: #140F0B;
}
</style>