Shades of Bokara Grey #1E150D
Tints of Bokara Grey #1E150D
RGB
CMYK
RGB Variations
Color information
#1E150D (or 0x1E150D) is known color: Bokara Grey. HEX triplet: 1E, 15 and 0D. RGB value is (30,21,13). Sum of RGB (Red+Green+Blue) = 30+21+13=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E150D is #E1EAF2. Grayscale: #161616. Windows color (decimal): -14805747 or 857374. OLE color: 857374.
HSL color Cylindrical-coordinate representation of color #1E150D: hue angle of 28.24º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E150D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 13 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.88 |
| HSL | 28.24º | 0.4% | 0.08% | - |
| HSV(B) | 28.24º | 0.57% | 0.12% | - |
| XYZ | 0.88 | 0.84 | 0.5 | - |
| YUV | 22.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 13 | 0 | 0.30 | 0.57 | 0.88 | 28.24 | 0.4 | 0.08 |
| Hex | 1E | 15 | D | 0 | 1E | 39 | 58 | 1C | 28 | 8 |
| Octal | 36 | 25 | 15 | 0 | 36 | 71 | 130 | 34 | 50 | 10 |
| Binary | 11110 | 10101 | 1101 | 0 | 11110 | 111001 | 1011000 | 11100 | 101000 | 1000 |
Color Harmonies of #1E150D
Complementary color
Monochromatic Colors of #1E150D
Black with #1E150D
Text Example
Text Example
White with #1E150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E150D; }
p { color: rgb(30,21,13); }
H1.HeaderClassName
{
color: #1E150D;
}
.AnyTagClassName
{
color: #1E150D;
}
</style>
background-color css
<style>
a { background-color: #1E150D; }
a { background-color: rgb(30,21,13); }
div.DivClassName
{
background-color: #1E150D;
}
.BgClassName
{
background-color: #1E150D;
}
</style>
border-color css
<style>
span { border-color: #1E150D; }
span { border-color: rgb(30,21,13); }
td.TdClassName
{
border-color: #1E150D;
}
.TagClassName
{
border-color: #1E150D;
}
</style>