Shades of Bokara Grey #14110C
Tints of Bokara Grey #14110C
RGB
CMYK
RGB Variations
Color information
#14110C (or 0x14110C) is known color: Bokara Grey. HEX triplet: 14, 11 and 0C. RGB value is (20,17,12). Sum of RGB (Red+Green+Blue) = 20+17+12=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #14110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14110C is #EBEEF3. Grayscale: #111111. Windows color (decimal): -15462132 or 790804. OLE color: 790804.
HSL color Cylindrical-coordinate representation of color #14110C: hue angle of 37.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 #14110C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 17 | 12 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.92 |
| HSL | 37.5º | 0.25% | 0.06% | - |
| HSV(B) | 37.5º | 0.4% | 0.08% | - |
| XYZ | 0.56 | 0.58 | 0.43 | - |
| YUV | 17.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 12 | 0 | 0.15 | 0.40 | 0.92 | 37.5 | 0.25 | 0.06 |
| Hex | 14 | 11 | C | 0 | F | 28 | 5C | 26 | 19 | 6 |
| Octal | 24 | 21 | 14 | 0 | 17 | 50 | 134 | 46 | 31 | 6 |
| Binary | 10100 | 10001 | 1100 | 0 | 1111 | 101000 | 1011100 | 100110 | 11001 | 110 |
Color Harmonies of #14110C
Complementary color
Monochromatic Colors of #14110C
Black with #14110C
Text Example
Text Example
White with #14110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14110C; }
p { color: rgb(20,17,12); }
H1.HeaderClassName
{
color: #14110C;
}
.AnyTagClassName
{
color: #14110C;
}
</style>
background-color css
<style>
a { background-color: #14110C; }
a { background-color: rgb(20,17,12); }
div.DivClassName
{
background-color: #14110C;
}
.BgClassName
{
background-color: #14110C;
}
</style>
border-color css
<style>
span { border-color: #14110C; }
span { border-color: rgb(20,17,12); }
td.TdClassName
{
border-color: #14110C;
}
.TagClassName
{
border-color: #14110C;
}
</style>