Shades of Bokara Grey #191309
Tints of Bokara Grey #191309
RGB
CMYK
RGB Variations
Color information
#191309 (or 0x191309) is known color: Bokara Grey. HEX triplet: 19, 13 and 09. RGB value is (25,19,9). Sum of RGB (Red+Green+Blue) = 25+19+9=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #191309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191309 is #E6ECF6. Grayscale: #131313. Windows color (decimal): -15133943 or 594713. OLE color: 594713.
HSL color Cylindrical-coordinate representation of color #191309: hue angle of 37.5º 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 #191309 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 9 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.90 |
| HSL | 37.5º | 0.47% | 0.07% | - |
| HSV(B) | 37.5º | 0.64% | 0.1% | - |
| XYZ | 0.68 | 0.69 | 0.36 | - |
| YUV | 19.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 9 | 0 | 0.24 | 0.64 | 0.90 | 37.5 | 0.47 | 0.07 |
| Hex | 19 | 13 | 9 | 0 | 18 | 40 | 5A | 26 | 2F | 7 |
| Octal | 31 | 23 | 11 | 0 | 30 | 100 | 132 | 46 | 57 | 7 |
| Binary | 11001 | 10011 | 1001 | 0 | 11000 | 1000000 | 1011010 | 100110 | 101111 | 111 |
Color Harmonies of #191309
Complementary color
Monochromatic Colors of #191309
Black with #191309
Text Example
Text Example
White with #191309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191309; }
p { color: rgb(25,19,9); }
H1.HeaderClassName
{
color: #191309;
}
.AnyTagClassName
{
color: #191309;
}
</style>
background-color css
<style>
a { background-color: #191309; }
a { background-color: rgb(25,19,9); }
div.DivClassName
{
background-color: #191309;
}
.BgClassName
{
background-color: #191309;
}
</style>
border-color css
<style>
span { border-color: #191309; }
span { border-color: rgb(25,19,9); }
td.TdClassName
{
border-color: #191309;
}
.TagClassName
{
border-color: #191309;
}
</style>