Shades of Bokara Grey #140C00
Tints of Bokara Grey #140C00
RGB
CMYK
RGB Variations
Color information
#140C00 (or 0x140C00) is known color: Bokara Grey. HEX triplet: 14, 0C and 00. RGB value is (20,12,0). Sum of RGB (Red+Green+Blue) = 20+12+0=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C00 is #EBF3FF. Grayscale: #0D0D0D. Windows color (decimal): -15463424 or 3092. OLE color: 3092.
HSL color Cylindrical-coordinate representation of color #140C00: hue angle of 36º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 12 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.92 |
| HSL | 36º | 1% | 0.04% | - |
| HSV(B) | 36º | 1% | 0.08% | - |
| XYZ | 0.42 | 0.41 | 0.06 | - |
| YUV | 13.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 0 | 0 | 0.40 | 1 | 0.92 | 36 | 1 | 0.04 |
| Hex | 14 | C | 0 | 0 | 28 | 64 | 5C | 24 | 64 | 4 |
| Octal | 24 | 14 | 0 | 0 | 50 | 144 | 134 | 44 | 144 | 4 |
| Binary | 10100 | 1100 | 0 | 0 | 101000 | 1100100 | 1011100 | 100100 | 1100100 | 100 |
Color Harmonies of #140C00
Complementary color
Monochromatic Colors of #140C00
Black with #140C00
Text Example
Text Example
White with #140C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C00; }
p { color: rgb(20,12,0); }
H1.HeaderClassName
{
color: #140C00;
}
.AnyTagClassName
{
color: #140C00;
}
</style>
background-color css
<style>
a { background-color: #140C00; }
a { background-color: rgb(20,12,0); }
div.DivClassName
{
background-color: #140C00;
}
.BgClassName
{
background-color: #140C00;
}
</style>
border-color css
<style>
span { border-color: #140C00; }
span { border-color: rgb(20,12,0); }
td.TdClassName
{
border-color: #140C00;
}
.TagClassName
{
border-color: #140C00;
}
</style>