Shades of Bokara Grey #190F06
Tints of Bokara Grey #190F06
RGB
CMYK
RGB Variations
Color information
#190F06 (or 0x190F06) is known color: Bokara Grey. HEX triplet: 19, 0F and 06. RGB value is (25,15,6). Sum of RGB (Red+Green+Blue) = 25+15+6=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F06 is #E6F0F9. Grayscale: #111111. Windows color (decimal): -15134970 or 397081. OLE color: 397081.
HSL color Cylindrical-coordinate representation of color #190F06: hue angle of 28.42º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190F06 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 15 | 6 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.90 |
| HSL | 28.42º | 0.61% | 0.06% | - |
| HSV(B) | 28.42º | 0.76% | 0.1% | - |
| XYZ | 0.6 | 0.56 | 0.25 | - |
| YUV | 16.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 6 | 0 | 0.40 | 0.76 | 0.90 | 28.42 | 0.61 | 0.06 |
| Hex | 19 | F | 6 | 0 | 28 | 4C | 5A | 1C | 3D | 6 |
| Octal | 31 | 17 | 6 | 0 | 50 | 114 | 132 | 34 | 75 | 6 |
| Binary | 11001 | 1111 | 110 | 0 | 101000 | 1001100 | 1011010 | 11100 | 111101 | 110 |
Color Harmonies of #190F06
Complementary color
Monochromatic Colors of #190F06
Black with #190F06
Text Example
Text Example
White with #190F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F06; }
p { color: rgb(25,15,6); }
H1.HeaderClassName
{
color: #190F06;
}
.AnyTagClassName
{
color: #190F06;
}
</style>
background-color css
<style>
a { background-color: #190F06; }
a { background-color: rgb(25,15,6); }
div.DivClassName
{
background-color: #190F06;
}
.BgClassName
{
background-color: #190F06;
}
</style>
border-color css
<style>
span { border-color: #190F06; }
span { border-color: rgb(25,15,6); }
td.TdClassName
{
border-color: #190F06;
}
.TagClassName
{
border-color: #190F06;
}
</style>