Shades of Bokara Grey #1D140E
Tints of Bokara Grey #1D140E
RGB
CMYK
RGB Variations
Color information
#1D140E (or 0x1D140E) is known color: Bokara Grey. HEX triplet: 1D, 14 and 0E. RGB value is (29,20,14). Sum of RGB (Red+Green+Blue) = 29+20+14=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D140E is #E2EBF1. Grayscale: #161616. Windows color (decimal): -14871538 or 922653. OLE color: 922653.
HSL color Cylindrical-coordinate representation of color #1D140E: hue angle of 24º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D140E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 14 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.89 |
| HSL | 24º | 0.35% | 0.08% | - |
| HSV(B) | 24º | 0.52% | 0.11% | - |
| XYZ | 0.84 | 0.79 | 0.52 | - |
| YUV | 22.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 14 | 0 | 0.31 | 0.52 | 0.89 | 24 | 0.35 | 0.08 |
| Hex | 1D | 14 | E | 0 | 1F | 34 | 59 | 18 | 23 | 8 |
| Octal | 35 | 24 | 16 | 0 | 37 | 64 | 131 | 30 | 43 | 10 |
| Binary | 11101 | 10100 | 1110 | 0 | 11111 | 110100 | 1011001 | 11000 | 100011 | 1000 |
Color Harmonies of #1D140E
Complementary color
Monochromatic Colors of #1D140E
Black with #1D140E
Text Example
Text Example
White with #1D140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D140E; }
p { color: rgb(29,20,14); }
H1.HeaderClassName
{
color: #1D140E;
}
.AnyTagClassName
{
color: #1D140E;
}
</style>
background-color css
<style>
a { background-color: #1D140E; }
a { background-color: rgb(29,20,14); }
div.DivClassName
{
background-color: #1D140E;
}
.BgClassName
{
background-color: #1D140E;
}
</style>
border-color css
<style>
span { border-color: #1D140E; }
span { border-color: rgb(29,20,14); }
td.TdClassName
{
border-color: #1D140E;
}
.TagClassName
{
border-color: #1D140E;
}
</style>