Shades of Bokara Grey #100B04
Tints of Bokara Grey #100B04
RGB
CMYK
RGB Variations
Color information
#100B04 (or 0x100B04) is known color: Bokara Grey. HEX triplet: 10, 0B and 04. RGB value is (16,11,4). Sum of RGB (Red+Green+Blue) = 16+11+4=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B04 is #EFF4FB. Grayscale: #0B0B0B. Windows color (decimal): -15725820 or 264976. OLE color: 264976.
HSL color Cylindrical-coordinate representation of color #100B04: hue angle of 35º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100B04 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 11 | 4 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.94 |
| HSL | 35º | 0.6% | 0.04% | - |
| HSV(B) | 35º | 0.75% | 0.06% | - |
| XYZ | 0.36 | 0.36 | 0.17 | - |
| YUV | 11.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 4 | 0 | 0.31 | 0.75 | 0.94 | 35 | 0.6 | 0.04 |
| Hex | 10 | B | 4 | 0 | 1F | 4B | 5E | 23 | 3C | 4 |
| Octal | 20 | 13 | 4 | 0 | 37 | 113 | 136 | 43 | 74 | 4 |
| Binary | 10000 | 1011 | 100 | 0 | 11111 | 1001011 | 1011110 | 100011 | 111100 | 100 |
Color Harmonies of #100B04
Complementary color
Monochromatic Colors of #100B04
Black with #100B04
Text Example
Text Example
White with #100B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B04; }
p { color: rgb(16,11,4); }
H1.HeaderClassName
{
color: #100B04;
}
.AnyTagClassName
{
color: #100B04;
}
</style>
background-color css
<style>
a { background-color: #100B04; }
a { background-color: rgb(16,11,4); }
div.DivClassName
{
background-color: #100B04;
}
.BgClassName
{
background-color: #100B04;
}
</style>
border-color css
<style>
span { border-color: #100B04; }
span { border-color: rgb(16,11,4); }
td.TdClassName
{
border-color: #100B04;
}
.TagClassName
{
border-color: #100B04;
}
</style>