Shades of Bokara Grey #1D1917
Tints of Bokara Grey #1D1917
RGB
CMYK
RGB Variations
Color information
#1D1917 (or 0x1D1917) is known color: Bokara Grey. HEX triplet: 1D, 19 and 17. RGB value is (29,25,23). Sum of RGB (Red+Green+Blue) = 29+25+23=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1917 is #E2E6E8. Grayscale: #191919. Windows color (decimal): -14870249 or 1513757. OLE color: 1513757.
HSL color Cylindrical-coordinate representation of color #1D1917: hue angle of 20º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1D1917 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 23 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.89 |
| HSL | 20º | 0.12% | 0.1% | - |
| HSV(B) | 20º | 0.21% | 0.11% | - |
| XYZ | 1.01 | 1.02 | 0.95 | - |
| YUV | 25.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 23 | 0 | 0.14 | 0.21 | 0.89 | 20 | 0.12 | 0.1 |
| Hex | 1D | 19 | 17 | 0 | E | 15 | 59 | 14 | C | A |
| Octal | 35 | 31 | 27 | 0 | 16 | 25 | 131 | 24 | 14 | 12 |
| Binary | 11101 | 11001 | 10111 | 0 | 1110 | 10101 | 1011001 | 10100 | 1100 | 1010 |
Color Harmonies of #1D1917
Complementary color
Monochromatic Colors of #1D1917
Black with #1D1917
Text Example
Text Example
White with #1D1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1917; }
p { color: rgb(29,25,23); }
H1.HeaderClassName
{
color: #1D1917;
}
.AnyTagClassName
{
color: #1D1917;
}
</style>
background-color css
<style>
a { background-color: #1D1917; }
a { background-color: rgb(29,25,23); }
div.DivClassName
{
background-color: #1D1917;
}
.BgClassName
{
background-color: #1D1917;
}
</style>
border-color css
<style>
span { border-color: #1D1917; }
span { border-color: rgb(29,25,23); }
td.TdClassName
{
border-color: #1D1917;
}
.TagClassName
{
border-color: #1D1917;
}
</style>