Shades of Bokara Grey #191716
Tints of Bokara Grey #191716
RGB
CMYK
RGB Variations
Color information
#191716 (or 0x191716) is known color: Bokara Grey. HEX triplet: 19, 17 and 16. RGB value is (25,23,22). Sum of RGB (Red+Green+Blue) = 25+23+22=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 25 - color contains mainly: red. Hex color #191716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191716 is #E6E8E9. Grayscale: #171717. Windows color (decimal): -15132906 or 1447705. OLE color: 1447705.
HSL color Cylindrical-coordinate representation of color #191716: hue angle of 20º degrees, saturation: 0.06, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #191716 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 23 | 22 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.90 |
| HSL | 20º | 0.06% | 0.09% | - |
| HSV(B) | 20º | 0.12% | 0.1% | - |
| XYZ | 0.85 | 0.88 | 0.88 | - |
| YUV | 23.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 22 | 0 | 0.08 | 0.12 | 0.90 | 20 | 0.06 | 0.09 |
| Hex | 19 | 17 | 16 | 0 | 8 | C | 5A | 14 | 6 | 9 |
| Octal | 31 | 27 | 26 | 0 | 10 | 14 | 132 | 24 | 6 | 11 |
| Binary | 11001 | 10111 | 10110 | 0 | 1000 | 1100 | 1011010 | 10100 | 110 | 1001 |
Color Harmonies of #191716
Complementary color
Monochromatic Colors of #191716
Black with #191716
Text Example
Text Example
White with #191716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191716; }
p { color: rgb(25,23,22); }
H1.HeaderClassName
{
color: #191716;
}
.AnyTagClassName
{
color: #191716;
}
</style>
background-color css
<style>
a { background-color: #191716; }
a { background-color: rgb(25,23,22); }
div.DivClassName
{
background-color: #191716;
}
.BgClassName
{
background-color: #191716;
}
</style>
border-color css
<style>
span { border-color: #191716; }
span { border-color: rgb(25,23,22); }
td.TdClassName
{
border-color: #191716;
}
.TagClassName
{
border-color: #191716;
}
</style>