Shades of Bokara Grey #181412
Tints of Bokara Grey #181412
RGB
CMYK
RGB Variations
Color information
#181412 (or 0x181412) is known color: Bokara Grey. HEX triplet: 18, 14 and 12. RGB value is (24,20,18). Sum of RGB (Red+Green+Blue) = 24+20+18=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181412 is #E7EBED. Grayscale: #141414. Windows color (decimal): -15199214 or 1184792. OLE color: 1184792.
HSL color Cylindrical-coordinate representation of color #181412: hue angle of 20º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181412 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 20 | 18 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.91 |
| HSL | 20º | 0.14% | 0.08% | - |
| HSV(B) | 20º | 0.25% | 0.09% | - |
| XYZ | 0.74 | 0.74 | 0.68 | - |
| YUV | 20.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 18 | 0 | 0.17 | 0.25 | 0.91 | 20 | 0.14 | 0.08 |
| Hex | 18 | 14 | 12 | 0 | 11 | 19 | 5B | 14 | E | 8 |
| Octal | 30 | 24 | 22 | 0 | 21 | 31 | 133 | 24 | 16 | 10 |
| Binary | 11000 | 10100 | 10010 | 0 | 10001 | 11001 | 1011011 | 10100 | 1110 | 1000 |
Color Harmonies of #181412
Complementary color
Monochromatic Colors of #181412
Black with #181412
Text Example
Text Example
White with #181412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181412; }
p { color: rgb(24,20,18); }
H1.HeaderClassName
{
color: #181412;
}
.AnyTagClassName
{
color: #181412;
}
</style>
background-color css
<style>
a { background-color: #181412; }
a { background-color: rgb(24,20,18); }
div.DivClassName
{
background-color: #181412;
}
.BgClassName
{
background-color: #181412;
}
</style>
border-color css
<style>
span { border-color: #181412; }
span { border-color: rgb(24,20,18); }
td.TdClassName
{
border-color: #181412;
}
.TagClassName
{
border-color: #181412;
}
</style>