Shades of Bokara Grey #1D150D
Tints of Bokara Grey #1D150D
RGB
CMYK
RGB Variations
Color information
#1D150D (or 0x1D150D) is known color: Bokara Grey. HEX triplet: 1D, 15 and 0D. RGB value is (29,21,13). Sum of RGB (Red+Green+Blue) = 29+21+13=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D150D is #E2EAF2. Grayscale: #161616. Windows color (decimal): -14871283 or 857373. OLE color: 857373.
HSL color Cylindrical-coordinate representation of color #1D150D: hue angle of 30º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D150D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 13 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.89 |
| HSL | 30º | 0.38% | 0.08% | - |
| HSV(B) | 30º | 0.55% | 0.11% | - |
| XYZ | 0.85 | 0.83 | 0.5 | - |
| YUV | 22.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 13 | 0 | 0.28 | 0.55 | 0.89 | 30 | 0.38 | 0.08 |
| Hex | 1D | 15 | D | 0 | 1C | 37 | 59 | 1E | 26 | 8 |
| Octal | 35 | 25 | 15 | 0 | 34 | 67 | 131 | 36 | 46 | 10 |
| Binary | 11101 | 10101 | 1101 | 0 | 11100 | 110111 | 1011001 | 11110 | 100110 | 1000 |
Color Harmonies of #1D150D
Complementary color
Monochromatic Colors of #1D150D
Black with #1D150D
Text Example
Text Example
White with #1D150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D150D; }
p { color: rgb(29,21,13); }
H1.HeaderClassName
{
color: #1D150D;
}
.AnyTagClassName
{
color: #1D150D;
}
</style>
background-color css
<style>
a { background-color: #1D150D; }
a { background-color: rgb(29,21,13); }
div.DivClassName
{
background-color: #1D150D;
}
.BgClassName
{
background-color: #1D150D;
}
</style>
border-color css
<style>
span { border-color: #1D150D; }
span { border-color: rgb(29,21,13); }
td.TdClassName
{
border-color: #1D150D;
}
.TagClassName
{
border-color: #1D150D;
}
</style>