Shades of Bokara Grey #130E07
Tints of Bokara Grey #130E07
RGB
CMYK
RGB Variations
Color information
#130E07 (or 0x130E07) is known color: Bokara Grey. HEX triplet: 13, 0E and 07. RGB value is (19,14,7). Sum of RGB (Red+Green+Blue) = 19+14+7=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E07 is #ECF1F8. Grayscale: #0E0E0E. Windows color (decimal): -15528441 or 462355. OLE color: 462355.
HSL color Cylindrical-coordinate representation of color #130E07: hue angle of 35º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #130E07 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 7 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.93 |
| HSL | 35º | 0.46% | 0.05% | - |
| HSV(B) | 35º | 0.63% | 0.07% | - |
| XYZ | 0.46 | 0.47 | 0.27 | - |
| YUV | 14.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 7 | 0 | 0.26 | 0.63 | 0.93 | 35 | 0.46 | 0.05 |
| Hex | 13 | E | 7 | 0 | 1A | 3F | 5D | 23 | 2E | 5 |
| Octal | 23 | 16 | 7 | 0 | 32 | 77 | 135 | 43 | 56 | 5 |
| Binary | 10011 | 1110 | 111 | 0 | 11010 | 111111 | 1011101 | 100011 | 101110 | 101 |
Color Harmonies of #130E07
Complementary color
Monochromatic Colors of #130E07
Black with #130E07
Text Example
Text Example
White with #130E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E07; }
p { color: rgb(19,14,7); }
H1.HeaderClassName
{
color: #130E07;
}
.AnyTagClassName
{
color: #130E07;
}
</style>
background-color css
<style>
a { background-color: #130E07; }
a { background-color: rgb(19,14,7); }
div.DivClassName
{
background-color: #130E07;
}
.BgClassName
{
background-color: #130E07;
}
</style>
border-color css
<style>
span { border-color: #130E07; }
span { border-color: rgb(19,14,7); }
td.TdClassName
{
border-color: #130E07;
}
.TagClassName
{
border-color: #130E07;
}
</style>