Shades of Bokara Grey #12100D
Tints of Bokara Grey #12100D
RGB
CMYK
RGB Variations
Color information
#12100D (or 0x12100D) is known color: Bokara Grey. HEX triplet: 12, 10 and 0D. RGB value is (18,16,13). Sum of RGB (Red+Green+Blue) = 18+16+13=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #12100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12100D is #EDEFF2. Grayscale: #101010. Windows color (decimal): -15593459 or 856082. OLE color: 856082.
HSL color Cylindrical-coordinate representation of color #12100D: hue angle of 36º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #12100D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 16 | 13 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.93 |
| HSL | 36º | 0.16% | 0.06% | - |
| HSV(B) | 36º | 0.28% | 0.07% | - |
| XYZ | 0.51 | 0.53 | 0.46 | - |
| YUV | 16.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 13 | 0 | 0.11 | 0.28 | 0.93 | 36 | 0.16 | 0.06 |
| Hex | 12 | 10 | D | 0 | B | 1C | 5D | 24 | 10 | 6 |
| Octal | 22 | 20 | 15 | 0 | 13 | 34 | 135 | 44 | 20 | 6 |
| Binary | 10010 | 10000 | 1101 | 0 | 1011 | 11100 | 1011101 | 100100 | 10000 | 110 |
Color Harmonies of #12100D
Complementary color
Monochromatic Colors of #12100D
Black with #12100D
Text Example
Text Example
White with #12100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12100D; }
p { color: rgb(18,16,13); }
H1.HeaderClassName
{
color: #12100D;
}
.AnyTagClassName
{
color: #12100D;
}
</style>
background-color css
<style>
a { background-color: #12100D; }
a { background-color: rgb(18,16,13); }
div.DivClassName
{
background-color: #12100D;
}
.BgClassName
{
background-color: #12100D;
}
</style>
border-color css
<style>
span { border-color: #12100D; }
span { border-color: rgb(18,16,13); }
td.TdClassName
{
border-color: #12100D;
}
.TagClassName
{
border-color: #12100D;
}
</style>