Shades of Bokara Grey #231B16
Tints of Bokara Grey #231B16
RGB
CMYK
RGB Variations
Color information
#231B16 (or 0x231B16) is known color: Bokara Grey. HEX triplet: 23, 1B and 16. RGB value is (35,27,22). Sum of RGB (Red+Green+Blue) = 35+27+22=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B16 is #DCE4E9. Grayscale: #1C1C1C. Windows color (decimal): -14476522 or 1448739. OLE color: 1448739.
HSL color Cylindrical-coordinate representation of color #231B16: hue angle of 23.08º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231B16 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 22 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.86 |
| HSL | 23.08º | 0.23% | 0.11% | - |
| HSV(B) | 23.08º | 0.37% | 0.14% | - |
| XYZ | 1.23 | 1.2 | 0.93 | - |
| YUV | 28.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 22 | 0 | 0.23 | 0.37 | 0.86 | 23.08 | 0.23 | 0.11 |
| Hex | 23 | 1B | 16 | 0 | 17 | 25 | 56 | 17 | 17 | B |
| Octal | 43 | 33 | 26 | 0 | 27 | 45 | 126 | 27 | 27 | 13 |
| Binary | 100011 | 11011 | 10110 | 0 | 10111 | 100101 | 1010110 | 10111 | 10111 | 1011 |
Color Harmonies of #231B16
Complementary color
Monochromatic Colors of #231B16
Black with #231B16
Text Example
Text Example
White with #231B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B16; }
p { color: rgb(35,27,22); }
H1.HeaderClassName
{
color: #231B16;
}
.AnyTagClassName
{
color: #231B16;
}
</style>
background-color css
<style>
a { background-color: #231B16; }
a { background-color: rgb(35,27,22); }
div.DivClassName
{
background-color: #231B16;
}
.BgClassName
{
background-color: #231B16;
}
</style>
border-color css
<style>
span { border-color: #231B16; }
span { border-color: rgb(35,27,22); }
td.TdClassName
{
border-color: #231B16;
}
.TagClassName
{
border-color: #231B16;
}
</style>