Shades of Bokara Grey #191511
Tints of Bokara Grey #191511
RGB
CMYK
RGB Variations
Color information
#191511 (or 0x191511) is known color: Bokara Grey. HEX triplet: 19, 15 and 11. RGB value is (25,21,17). Sum of RGB (Red+Green+Blue) = 25+21+17=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191511 is #E6EAEE. Grayscale: #151515. Windows color (decimal): -15133423 or 1119513. OLE color: 1119513.
HSL color Cylindrical-coordinate representation of color #191511: hue angle of 30º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191511 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 21 | 17 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.90 |
| HSL | 30º | 0.19% | 0.08% | - |
| HSV(B) | 30º | 0.32% | 0.1% | - |
| XYZ | 0.77 | 0.78 | 0.64 | - |
| YUV | 21.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 17 | 0 | 0.16 | 0.32 | 0.90 | 30 | 0.19 | 0.08 |
| Hex | 19 | 15 | 11 | 0 | 10 | 20 | 5A | 1E | 13 | 8 |
| Octal | 31 | 25 | 21 | 0 | 20 | 40 | 132 | 36 | 23 | 10 |
| Binary | 11001 | 10101 | 10001 | 0 | 10000 | 100000 | 1011010 | 11110 | 10011 | 1000 |
Color Harmonies of #191511
Complementary color
Monochromatic Colors of #191511
Black with #191511
Text Example
Text Example
White with #191511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191511; }
p { color: rgb(25,21,17); }
H1.HeaderClassName
{
color: #191511;
}
.AnyTagClassName
{
color: #191511;
}
</style>
background-color css
<style>
a { background-color: #191511; }
a { background-color: rgb(25,21,17); }
div.DivClassName
{
background-color: #191511;
}
.BgClassName
{
background-color: #191511;
}
</style>
border-color css
<style>
span { border-color: #191511; }
span { border-color: rgb(25,21,17); }
td.TdClassName
{
border-color: #191511;
}
.TagClassName
{
border-color: #191511;
}
</style>