Shades of Bokara Grey #181511
Tints of Bokara Grey #181511
RGB
CMYK
RGB Variations
Color information
#181511 (or 0x181511) is known color: Bokara Grey. HEX triplet: 18, 15 and 11. RGB value is (24,21,17). Sum of RGB (Red+Green+Blue) = 24+21+17=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181511 is #E7EAEE. Grayscale: #151515. Windows color (decimal): -15198959 or 1119512. OLE color: 1119512.
HSL color Cylindrical-coordinate representation of color #181511: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181511 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 21 | 17 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.91 |
| HSL | 34.29º | 0.17% | 0.08% | - |
| HSV(B) | 34.29º | 0.29% | 0.09% | - |
| XYZ | 0.75 | 0.77 | 0.64 | - |
| YUV | 21.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 17 | 0 | 0.13 | 0.29 | 0.91 | 34.29 | 0.17 | 0.08 |
| Hex | 18 | 15 | 11 | 0 | D | 1D | 5B | 22 | 11 | 8 |
| Octal | 30 | 25 | 21 | 0 | 15 | 35 | 133 | 42 | 21 | 10 |
| Binary | 11000 | 10101 | 10001 | 0 | 1101 | 11101 | 1011011 | 100010 | 10001 | 1000 |
Color Harmonies of #181511
Complementary color
Monochromatic Colors of #181511
Black with #181511
Text Example
Text Example
White with #181511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181511; }
p { color: rgb(24,21,17); }
H1.HeaderClassName
{
color: #181511;
}
.AnyTagClassName
{
color: #181511;
}
</style>
background-color css
<style>
a { background-color: #181511; }
a { background-color: rgb(24,21,17); }
div.DivClassName
{
background-color: #181511;
}
.BgClassName
{
background-color: #181511;
}
</style>
border-color css
<style>
span { border-color: #181511; }
span { border-color: rgb(24,21,17); }
td.TdClassName
{
border-color: #181511;
}
.TagClassName
{
border-color: #181511;
}
</style>