Shades of Bokara Grey #1D1409
Tints of Bokara Grey #1D1409
RGB
CMYK
RGB Variations
Color information
#1D1409 (or 0x1D1409) is known color: Bokara Grey. HEX triplet: 1D, 14 and 09. RGB value is (29,20,9). Sum of RGB (Red+Green+Blue) = 29+20+9=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1409 is #E2EBF6. Grayscale: #151515. Windows color (decimal): -14871543 or 594973. OLE color: 594973.
HSL color Cylindrical-coordinate representation of color #1D1409: hue angle of 33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D1409 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 9 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.89 |
| HSL | 33º | 0.53% | 0.07% | - |
| HSV(B) | 33º | 0.69% | 0.11% | - |
| XYZ | 0.81 | 0.78 | 0.37 | - |
| YUV | 21.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 9 | 0 | 0.31 | 0.69 | 0.89 | 33 | 0.53 | 0.07 |
| Hex | 1D | 14 | 9 | 0 | 1F | 45 | 59 | 21 | 35 | 7 |
| Octal | 35 | 24 | 11 | 0 | 37 | 105 | 131 | 41 | 65 | 7 |
| Binary | 11101 | 10100 | 1001 | 0 | 11111 | 1000101 | 1011001 | 100001 | 110101 | 111 |
Color Harmonies of #1D1409
Complementary color
Monochromatic Colors of #1D1409
Black with #1D1409
Text Example
Text Example
White with #1D1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1409; }
p { color: rgb(29,20,9); }
H1.HeaderClassName
{
color: #1D1409;
}
.AnyTagClassName
{
color: #1D1409;
}
</style>
background-color css
<style>
a { background-color: #1D1409; }
a { background-color: rgb(29,20,9); }
div.DivClassName
{
background-color: #1D1409;
}
.BgClassName
{
background-color: #1D1409;
}
</style>
border-color css
<style>
span { border-color: #1D1409; }
span { border-color: rgb(29,20,9); }
td.TdClassName
{
border-color: #1D1409;
}
.TagClassName
{
border-color: #1D1409;
}
</style>