Shades of Bokara Grey #140D04
Tints of Bokara Grey #140D04
RGB
CMYK
RGB Variations
Color information
#140D04 (or 0x140D04) is known color: Bokara Grey. HEX triplet: 14, 0D and 04. RGB value is (20,13,4). Sum of RGB (Red+Green+Blue) = 20+13+4=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D04 is #EBF2FB. Grayscale: #0E0E0E. Windows color (decimal): -15463164 or 265492. OLE color: 265492.
HSL color Cylindrical-coordinate representation of color #140D04: hue angle of 33.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140D04 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 13 | 4 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.92 |
| HSL | 33.75º | 0.67% | 0.05% | - |
| HSV(B) | 33.75º | 0.8% | 0.08% | - |
| XYZ | 0.45 | 0.45 | 0.18 | - |
| YUV | 14.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 4 | 0 | 0.35 | 0.80 | 0.92 | 33.75 | 0.67 | 0.05 |
| Hex | 14 | D | 4 | 0 | 23 | 50 | 5C | 22 | 43 | 5 |
| Octal | 24 | 15 | 4 | 0 | 43 | 120 | 134 | 42 | 103 | 5 |
| Binary | 10100 | 1101 | 100 | 0 | 100011 | 1010000 | 1011100 | 100010 | 1000011 | 101 |
Color Harmonies of #140D04
Complementary color
Monochromatic Colors of #140D04
Black with #140D04
Text Example
Text Example
White with #140D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D04; }
p { color: rgb(20,13,4); }
H1.HeaderClassName
{
color: #140D04;
}
.AnyTagClassName
{
color: #140D04;
}
</style>
background-color css
<style>
a { background-color: #140D04; }
a { background-color: rgb(20,13,4); }
div.DivClassName
{
background-color: #140D04;
}
.BgClassName
{
background-color: #140D04;
}
</style>
border-color css
<style>
span { border-color: #140D04; }
span { border-color: rgb(20,13,4); }
td.TdClassName
{
border-color: #140D04;
}
.TagClassName
{
border-color: #140D04;
}
</style>