Shades of Bokara Grey #1F150D
Tints of Bokara Grey #1F150D
RGB
CMYK
RGB Variations
Color information
#1F150D (or 0x1F150D) is known color: Bokara Grey. HEX triplet: 1F, 15 and 0D. RGB value is (31,21,13). Sum of RGB (Red+Green+Blue) = 31+21+13=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F150D is #E0EAF2. Grayscale: #171717. Windows color (decimal): -14740211 or 857375. OLE color: 857375.
HSL color Cylindrical-coordinate representation of color #1F150D: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F150D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 13 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.88 |
| HSL | 26.67º | 0.41% | 0.09% | - |
| HSV(B) | 26.67º | 0.58% | 0.12% | - |
| XYZ | 0.91 | 0.86 | 0.5 | - |
| YUV | 23.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 13 | 0 | 0.32 | 0.58 | 0.88 | 26.67 | 0.41 | 0.09 |
| Hex | 1F | 15 | D | 0 | 20 | 3A | 58 | 1B | 29 | 9 |
| Octal | 37 | 25 | 15 | 0 | 40 | 72 | 130 | 33 | 51 | 11 |
| Binary | 11111 | 10101 | 1101 | 0 | 100000 | 111010 | 1011000 | 11011 | 101001 | 1001 |
Color Harmonies of #1F150D
Complementary color
Monochromatic Colors of #1F150D
Black with #1F150D
Text Example
Text Example
White with #1F150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F150D; }
p { color: rgb(31,21,13); }
H1.HeaderClassName
{
color: #1F150D;
}
.AnyTagClassName
{
color: #1F150D;
}
</style>
background-color css
<style>
a { background-color: #1F150D; }
a { background-color: rgb(31,21,13); }
div.DivClassName
{
background-color: #1F150D;
}
.BgClassName
{
background-color: #1F150D;
}
</style>
border-color css
<style>
span { border-color: #1F150D; }
span { border-color: rgb(31,21,13); }
td.TdClassName
{
border-color: #1F150D;
}
.TagClassName
{
border-color: #1F150D;
}
</style>