Shades of Bokara Grey #191009
Tints of Bokara Grey #191009
RGB
CMYK
RGB Variations
Color information
#191009 (or 0x191009) is known color: Bokara Grey. HEX triplet: 19, 10 and 09. RGB value is (25,16,9). Sum of RGB (Red+Green+Blue) = 25+16+9=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #191009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191009 is #E6EFF6. Grayscale: #111111. Windows color (decimal): -15134711 or 593945. OLE color: 593945.
HSL color Cylindrical-coordinate representation of color #191009: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #191009 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 9 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.90 |
| HSL | 26.25º | 0.47% | 0.07% | - |
| HSV(B) | 26.25º | 0.64% | 0.1% | - |
| XYZ | 0.64 | 0.6 | 0.34 | - |
| YUV | 17.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 9 | 0 | 0.36 | 0.64 | 0.90 | 26.25 | 0.47 | 0.07 |
| Hex | 19 | 10 | 9 | 0 | 24 | 40 | 5A | 1A | 2F | 7 |
| Octal | 31 | 20 | 11 | 0 | 44 | 100 | 132 | 32 | 57 | 7 |
| Binary | 11001 | 10000 | 1001 | 0 | 100100 | 1000000 | 1011010 | 11010 | 101111 | 111 |
Color Harmonies of #191009
Complementary color
Monochromatic Colors of #191009
Black with #191009
Text Example
Text Example
White with #191009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191009; }
p { color: rgb(25,16,9); }
H1.HeaderClassName
{
color: #191009;
}
.AnyTagClassName
{
color: #191009;
}
</style>
background-color css
<style>
a { background-color: #191009; }
a { background-color: rgb(25,16,9); }
div.DivClassName
{
background-color: #191009;
}
.BgClassName
{
background-color: #191009;
}
</style>
border-color css
<style>
span { border-color: #191009; }
span { border-color: rgb(25,16,9); }
td.TdClassName
{
border-color: #191009;
}
.TagClassName
{
border-color: #191009;
}
</style>