Shades of Bokara Grey #1E1409
Tints of Bokara Grey #1E1409
RGB
CMYK
RGB Variations
Color information
#1E1409 (or 0x1E1409) is known color: Bokara Grey. HEX triplet: 1E, 14 and 09. RGB value is (30,20,9). Sum of RGB (Red+Green+Blue) = 30+20+9=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1409 is #E1EBF6. Grayscale: #151515. Windows color (decimal): -14806007 or 594974. OLE color: 594974.
HSL color Cylindrical-coordinate representation of color #1E1409: hue angle of 31.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1409 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 9 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.88 |
| HSL | 31.43º | 0.54% | 0.08% | - |
| HSV(B) | 31.43º | 0.7% | 0.12% | - |
| XYZ | 0.83 | 0.8 | 0.37 | - |
| YUV | 21.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 9 | 0 | 0.33 | 0.70 | 0.88 | 31.43 | 0.54 | 0.08 |
| Hex | 1E | 14 | 9 | 0 | 21 | 46 | 58 | 1F | 36 | 8 |
| Octal | 36 | 24 | 11 | 0 | 41 | 106 | 130 | 37 | 66 | 10 |
| Binary | 11110 | 10100 | 1001 | 0 | 100001 | 1000110 | 1011000 | 11111 | 110110 | 1000 |
Color Harmonies of #1E1409
Complementary color
Monochromatic Colors of #1E1409
Black with #1E1409
Text Example
Text Example
White with #1E1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1409; }
p { color: rgb(30,20,9); }
H1.HeaderClassName
{
color: #1E1409;
}
.AnyTagClassName
{
color: #1E1409;
}
</style>
background-color css
<style>
a { background-color: #1E1409; }
a { background-color: rgb(30,20,9); }
div.DivClassName
{
background-color: #1E1409;
}
.BgClassName
{
background-color: #1E1409;
}
</style>
border-color css
<style>
span { border-color: #1E1409; }
span { border-color: rgb(30,20,9); }
td.TdClassName
{
border-color: #1E1409;
}
.TagClassName
{
border-color: #1E1409;
}
</style>