Shades of Bokara Grey #130F0C
Tints of Bokara Grey #130F0C
RGB
CMYK
RGB Variations
Color information
#130F0C (or 0x130F0C) is known color: Bokara Grey. HEX triplet: 13, 0F and 0C. RGB value is (19,15,12). Sum of RGB (Red+Green+Blue) = 19+15+12=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F0C is #ECF0F3. Grayscale: #0F0F0F. Windows color (decimal): -15528180 or 790291. OLE color: 790291.
HSL color Cylindrical-coordinate representation of color #130F0C: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #130F0C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 15 | 12 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.93 |
| HSL | 25.71º | 0.23% | 0.06% | - |
| HSV(B) | 25.71º | 0.37% | 0.07% | - |
| XYZ | 0.51 | 0.51 | 0.42 | - |
| YUV | 15.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 12 | 0 | 0.21 | 0.37 | 0.93 | 25.71 | 0.23 | 0.06 |
| Hex | 13 | F | C | 0 | 15 | 25 | 5D | 1A | 17 | 6 |
| Octal | 23 | 17 | 14 | 0 | 25 | 45 | 135 | 32 | 27 | 6 |
| Binary | 10011 | 1111 | 1100 | 0 | 10101 | 100101 | 1011101 | 11010 | 10111 | 110 |
Color Harmonies of #130F0C
Complementary color
Monochromatic Colors of #130F0C
Black with #130F0C
Text Example
Text Example
White with #130F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F0C; }
p { color: rgb(19,15,12); }
H1.HeaderClassName
{
color: #130F0C;
}
.AnyTagClassName
{
color: #130F0C;
}
</style>
background-color css
<style>
a { background-color: #130F0C; }
a { background-color: rgb(19,15,12); }
div.DivClassName
{
background-color: #130F0C;
}
.BgClassName
{
background-color: #130F0C;
}
</style>
border-color css
<style>
span { border-color: #130F0C; }
span { border-color: rgb(19,15,12); }
td.TdClassName
{
border-color: #130F0C;
}
.TagClassName
{
border-color: #130F0C;
}
</style>