Shades of Bokara Grey #130E08
Tints of Bokara Grey #130E08
RGB
CMYK
RGB Variations
Color information
#130E08 (or 0x130E08) is known color: Bokara Grey. HEX triplet: 13, 0E and 08. RGB value is (19,14,8). Sum of RGB (Red+Green+Blue) = 19+14+8=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E08 is #ECF1F7. Grayscale: #0E0E0E. Windows color (decimal): -15528440 or 527891. OLE color: 527891.
HSL color Cylindrical-coordinate representation of color #130E08: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #130E08 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 8 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.93 |
| HSL | 32.73º | 0.41% | 0.05% | - |
| HSV(B) | 32.73º | 0.58% | 0.07% | - |
| XYZ | 0.47 | 0.47 | 0.3 | - |
| YUV | 14.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 8 | 0 | 0.26 | 0.58 | 0.93 | 32.73 | 0.41 | 0.05 |
| Hex | 13 | E | 8 | 0 | 1A | 3A | 5D | 21 | 29 | 5 |
| Octal | 23 | 16 | 10 | 0 | 32 | 72 | 135 | 41 | 51 | 5 |
| Binary | 10011 | 1110 | 1000 | 0 | 11010 | 111010 | 1011101 | 100001 | 101001 | 101 |
Color Harmonies of #130E08
Complementary color
Monochromatic Colors of #130E08
Black with #130E08
Text Example
Text Example
White with #130E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E08; }
p { color: rgb(19,14,8); }
H1.HeaderClassName
{
color: #130E08;
}
.AnyTagClassName
{
color: #130E08;
}
</style>
background-color css
<style>
a { background-color: #130E08; }
a { background-color: rgb(19,14,8); }
div.DivClassName
{
background-color: #130E08;
}
.BgClassName
{
background-color: #130E08;
}
</style>
border-color css
<style>
span { border-color: #130E08; }
span { border-color: rgb(19,14,8); }
td.TdClassName
{
border-color: #130E08;
}
.TagClassName
{
border-color: #130E08;
}
</style>