Shades of Bokara Grey #1E150B
Tints of Bokara Grey #1E150B
RGB
CMYK
RGB Variations
Color information
#1E150B (or 0x1E150B) is known color: Bokara Grey. HEX triplet: 1E, 15 and 0B. RGB value is (30,21,11). Sum of RGB (Red+Green+Blue) = 30+21+11=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E150B is #E1EAF4. Grayscale: #161616. Windows color (decimal): -14805749 or 726302. OLE color: 726302.
HSL color Cylindrical-coordinate representation of color #1E150B: hue angle of 31.58º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E150B is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 11 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.88 |
| HSL | 31.58º | 0.46% | 0.08% | - |
| HSV(B) | 31.58º | 0.63% | 0.12% | - |
| XYZ | 0.86 | 0.84 | 0.43 | - |
| YUV | 22.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 11 | 0 | 0.30 | 0.63 | 0.88 | 31.58 | 0.46 | 0.08 |
| Hex | 1E | 15 | B | 0 | 1E | 3F | 58 | 20 | 2E | 8 |
| Octal | 36 | 25 | 13 | 0 | 36 | 77 | 130 | 40 | 56 | 10 |
| Binary | 11110 | 10101 | 1011 | 0 | 11110 | 111111 | 1011000 | 100000 | 101110 | 1000 |
Color Harmonies of #1E150B
Complementary color
Monochromatic Colors of #1E150B
Black with #1E150B
Text Example
Text Example
White with #1E150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E150B; }
p { color: rgb(30,21,11); }
H1.HeaderClassName
{
color: #1E150B;
}
.AnyTagClassName
{
color: #1E150B;
}
</style>
background-color css
<style>
a { background-color: #1E150B; }
a { background-color: rgb(30,21,11); }
div.DivClassName
{
background-color: #1E150B;
}
.BgClassName
{
background-color: #1E150B;
}
</style>
border-color css
<style>
span { border-color: #1E150B; }
span { border-color: rgb(30,21,11); }
td.TdClassName
{
border-color: #1E150B;
}
.TagClassName
{
border-color: #1E150B;
}
</style>