Shades of Bokara Grey #1F1B15
Tints of Bokara Grey #1F1B15
RGB
CMYK
RGB Variations
Color information
#1F1B15 (or 0x1F1B15) is known color: Bokara Grey. HEX triplet: 1F, 1B and 15. RGB value is (31,27,21). Sum of RGB (Red+Green+Blue) = 31+27+21=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1B15 is #E0E4EA. Grayscale: #1B1B1B. Windows color (decimal): -14738667 or 1383199. OLE color: 1383199.
HSL color Cylindrical-coordinate representation of color #1F1B15: hue angle of 36º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F1B15 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 27 | 21 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.88 |
| HSL | 36º | 0.19% | 0.1% | - |
| HSV(B) | 36º | 0.32% | 0.12% | - |
| XYZ | 1.09 | 1.13 | 0.87 | - |
| YUV | 27.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 27 | 21 | 0 | 0.13 | 0.32 | 0.88 | 36 | 0.19 | 0.1 |
| Hex | 1F | 1B | 15 | 0 | D | 20 | 58 | 24 | 13 | A |
| Octal | 37 | 33 | 25 | 0 | 15 | 40 | 130 | 44 | 23 | 12 |
| Binary | 11111 | 11011 | 10101 | 0 | 1101 | 100000 | 1011000 | 100100 | 10011 | 1010 |
Color Harmonies of #1F1B15
Complementary color
Monochromatic Colors of #1F1B15
Black with #1F1B15
Text Example
Text Example
White with #1F1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1B15; }
p { color: rgb(31,27,21); }
H1.HeaderClassName
{
color: #1F1B15;
}
.AnyTagClassName
{
color: #1F1B15;
}
</style>
background-color css
<style>
a { background-color: #1F1B15; }
a { background-color: rgb(31,27,21); }
div.DivClassName
{
background-color: #1F1B15;
}
.BgClassName
{
background-color: #1F1B15;
}
</style>
border-color css
<style>
span { border-color: #1F1B15; }
span { border-color: rgb(31,27,21); }
td.TdClassName
{
border-color: #1F1B15;
}
.TagClassName
{
border-color: #1F1B15;
}
</style>