Shades of Bokara Grey #1C1511
Tints of Bokara Grey #1C1511
RGB
CMYK
RGB Variations
Color information
#1C1511 (or 0x1C1511) is known color: Bokara Grey. HEX triplet: 1C, 15 and 11. RGB value is (28,21,17). Sum of RGB (Red+Green+Blue) = 28+21+17=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1511 is #E3EAEE. Grayscale: #161616. Windows color (decimal): -14936815 or 1119516. OLE color: 1119516.
HSL color Cylindrical-coordinate representation of color #1C1511: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C1511 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 21 | 17 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.89 |
| HSL | 21.82º | 0.24% | 0.09% | - |
| HSV(B) | 21.82º | 0.39% | 0.11% | - |
| XYZ | 0.85 | 0.82 | 0.64 | - |
| YUV | 22.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 17 | 0 | 0.25 | 0.39 | 0.89 | 21.82 | 0.24 | 0.09 |
| Hex | 1C | 15 | 11 | 0 | 19 | 27 | 59 | 16 | 18 | 9 |
| Octal | 34 | 25 | 21 | 0 | 31 | 47 | 131 | 26 | 30 | 11 |
| Binary | 11100 | 10101 | 10001 | 0 | 11001 | 100111 | 1011001 | 10110 | 11000 | 1001 |
Color Harmonies of #1C1511
Complementary color
Monochromatic Colors of #1C1511
Black with #1C1511
Text Example
Text Example
White with #1C1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1511; }
p { color: rgb(28,21,17); }
H1.HeaderClassName
{
color: #1C1511;
}
.AnyTagClassName
{
color: #1C1511;
}
</style>
background-color css
<style>
a { background-color: #1C1511; }
a { background-color: rgb(28,21,17); }
div.DivClassName
{
background-color: #1C1511;
}
.BgClassName
{
background-color: #1C1511;
}
</style>
border-color css
<style>
span { border-color: #1C1511; }
span { border-color: rgb(28,21,17); }
td.TdClassName
{
border-color: #1C1511;
}
.TagClassName
{
border-color: #1C1511;
}
</style>