Shades of Bokara Grey #15120F
Tints of Bokara Grey #15120F
RGB
CMYK
RGB Variations
Color information
#15120F (or 0x15120F) is known color: Bokara Grey. HEX triplet: 15, 12 and 0F. RGB value is (21,18,15). Sum of RGB (Red+Green+Blue) = 21+18+15=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #15120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15120F is #EAEDF0. Grayscale: #121212. Windows color (decimal): -15396337 or 987669. OLE color: 987669.
HSL color Cylindrical-coordinate representation of color #15120F: hue angle of 30º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15120F is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 18 | 15 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.92 |
| HSL | 30º | 0.17% | 0.07% | - |
| HSV(B) | 30º | 0.29% | 0.08% | - |
| XYZ | 0.61 | 0.63 | 0.54 | - |
| YUV | 18.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 15 | 0 | 0.14 | 0.29 | 0.92 | 30 | 0.17 | 0.07 |
| Hex | 15 | 12 | F | 0 | E | 1D | 5C | 1E | 11 | 7 |
| Octal | 25 | 22 | 17 | 0 | 16 | 35 | 134 | 36 | 21 | 7 |
| Binary | 10101 | 10010 | 1111 | 0 | 1110 | 11101 | 1011100 | 11110 | 10001 | 111 |
Color Harmonies of #15120F
Complementary color
Monochromatic Colors of #15120F
Black with #15120F
Text Example
Text Example
White with #15120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15120F; }
p { color: rgb(21,18,15); }
H1.HeaderClassName
{
color: #15120F;
}
.AnyTagClassName
{
color: #15120F;
}
</style>
background-color css
<style>
a { background-color: #15120F; }
a { background-color: rgb(21,18,15); }
div.DivClassName
{
background-color: #15120F;
}
.BgClassName
{
background-color: #15120F;
}
</style>
border-color css
<style>
span { border-color: #15120F; }
span { border-color: rgb(21,18,15); }
td.TdClassName
{
border-color: #15120F;
}
.TagClassName
{
border-color: #15120F;
}
</style>