Shades of Bokara Grey #1E1308
Tints of Bokara Grey #1E1308
RGB
CMYK
RGB Variations
Color information
#1E1308 (or 0x1E1308) is known color: Bokara Grey. HEX triplet: 1E, 13 and 08. RGB value is (30,19,8). Sum of RGB (Red+Green+Blue) = 30+19+8=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1308 is #E1ECF7. Grayscale: #151515. Windows color (decimal): -14806264 or 529182. OLE color: 529182.
HSL color Cylindrical-coordinate representation of color #1E1308: hue angle of 30º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E1308 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 8 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.88 |
| HSL | 30º | 0.58% | 0.07% | - |
| HSV(B) | 30º | 0.73% | 0.12% | - |
| XYZ | 0.81 | 0.76 | 0.33 | - |
| YUV | 21.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 8 | 0 | 0.37 | 0.73 | 0.88 | 30 | 0.58 | 0.07 |
| Hex | 1E | 13 | 8 | 0 | 25 | 49 | 58 | 1E | 3A | 7 |
| Octal | 36 | 23 | 10 | 0 | 45 | 111 | 130 | 36 | 72 | 7 |
| Binary | 11110 | 10011 | 1000 | 0 | 100101 | 1001001 | 1011000 | 11110 | 111010 | 111 |
Color Harmonies of #1E1308
Complementary color
Monochromatic Colors of #1E1308
Black with #1E1308
Text Example
Text Example
White with #1E1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1308; }
p { color: rgb(30,19,8); }
H1.HeaderClassName
{
color: #1E1308;
}
.AnyTagClassName
{
color: #1E1308;
}
</style>
background-color css
<style>
a { background-color: #1E1308; }
a { background-color: rgb(30,19,8); }
div.DivClassName
{
background-color: #1E1308;
}
.BgClassName
{
background-color: #1E1308;
}
</style>
border-color css
<style>
span { border-color: #1E1308; }
span { border-color: rgb(30,19,8); }
td.TdClassName
{
border-color: #1E1308;
}
.TagClassName
{
border-color: #1E1308;
}
</style>