Shades of Bokara Grey #1D140B
Tints of Bokara Grey #1D140B
RGB
CMYK
RGB Variations
Color information
#1D140B (or 0x1D140B) is known color: Bokara Grey. HEX triplet: 1D, 14 and 0B. RGB value is (29,20,11). Sum of RGB (Red+Green+Blue) = 29+20+11=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D140B is #E2EBF4. Grayscale: #151515. Windows color (decimal): -14871541 or 726045. OLE color: 726045.
HSL color Cylindrical-coordinate representation of color #1D140B: hue angle of 30º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D140B is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 11 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.89 |
| HSL | 30º | 0.45% | 0.08% | - |
| HSV(B) | 30º | 0.62% | 0.11% | - |
| XYZ | 0.82 | 0.79 | 0.43 | - |
| YUV | 21.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 11 | 0 | 0.31 | 0.62 | 0.89 | 30 | 0.45 | 0.08 |
| Hex | 1D | 14 | B | 0 | 1F | 3E | 59 | 1E | 2D | 8 |
| Octal | 35 | 24 | 13 | 0 | 37 | 76 | 131 | 36 | 55 | 10 |
| Binary | 11101 | 10100 | 1011 | 0 | 11111 | 111110 | 1011001 | 11110 | 101101 | 1000 |
Color Harmonies of #1D140B
Complementary color
Monochromatic Colors of #1D140B
Black with #1D140B
Text Example
Text Example
White with #1D140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D140B; }
p { color: rgb(29,20,11); }
H1.HeaderClassName
{
color: #1D140B;
}
.AnyTagClassName
{
color: #1D140B;
}
</style>
background-color css
<style>
a { background-color: #1D140B; }
a { background-color: rgb(29,20,11); }
div.DivClassName
{
background-color: #1D140B;
}
.BgClassName
{
background-color: #1D140B;
}
</style>
border-color css
<style>
span { border-color: #1D140B; }
span { border-color: rgb(29,20,11); }
td.TdClassName
{
border-color: #1D140B;
}
.TagClassName
{
border-color: #1D140B;
}
</style>