Shades of Bokara Grey #1D1915
Tints of Bokara Grey #1D1915
RGB
CMYK
RGB Variations
Color information
#1D1915 (or 0x1D1915) is known color: Bokara Grey. HEX triplet: 1D, 19 and 15. RGB value is (29,25,21). Sum of RGB (Red+Green+Blue) = 29+25+21=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1915 is #E2E6EA. Grayscale: #191919. Windows color (decimal): -14870251 or 1382685. OLE color: 1382685.
HSL color Cylindrical-coordinate representation of color #1D1915: hue angle of 30º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D1915 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 21 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.89 |
| HSL | 30º | 0.16% | 0.1% | - |
| HSV(B) | 30º | 0.28% | 0.11% | - |
| XYZ | 0.99 | 1.01 | 0.85 | - |
| YUV | 25.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 21 | 0 | 0.14 | 0.28 | 0.89 | 30 | 0.16 | 0.1 |
| Hex | 1D | 19 | 15 | 0 | E | 1C | 59 | 1E | 10 | A |
| Octal | 35 | 31 | 25 | 0 | 16 | 34 | 131 | 36 | 20 | 12 |
| Binary | 11101 | 11001 | 10101 | 0 | 1110 | 11100 | 1011001 | 11110 | 10000 | 1010 |
Color Harmonies of #1D1915
Complementary color
Monochromatic Colors of #1D1915
Black with #1D1915
Text Example
Text Example
White with #1D1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1915; }
p { color: rgb(29,25,21); }
H1.HeaderClassName
{
color: #1D1915;
}
.AnyTagClassName
{
color: #1D1915;
}
</style>
background-color css
<style>
a { background-color: #1D1915; }
a { background-color: rgb(29,25,21); }
div.DivClassName
{
background-color: #1D1915;
}
.BgClassName
{
background-color: #1D1915;
}
</style>
border-color css
<style>
span { border-color: #1D1915; }
span { border-color: rgb(29,25,21); }
td.TdClassName
{
border-color: #1D1915;
}
.TagClassName
{
border-color: #1D1915;
}
</style>