Shades of Bokara Grey #231C14
Tints of Bokara Grey #231C14
RGB
CMYK
RGB Variations
Color information
#231C14 (or 0x231C14) is known color: Bokara Grey. HEX triplet: 23, 1C and 14. RGB value is (35,28,20). Sum of RGB (Red+Green+Blue) = 35+28+20=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C14 is #DCE3EB. Grayscale: #1D1D1D. Windows color (decimal): -14476268 or 1317923. OLE color: 1317923.
HSL color Cylindrical-coordinate representation of color #231C14: hue angle of 32º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231C14 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 20 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.86 |
| HSL | 32º | 0.27% | 0.11% | - |
| HSV(B) | 32º | 0.43% | 0.14% | - |
| XYZ | 1.23 | 1.24 | 0.84 | - |
| YUV | 29.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 20 | 0 | 0.20 | 0.43 | 0.86 | 32 | 0.27 | 0.11 |
| Hex | 23 | 1C | 14 | 0 | 14 | 2B | 56 | 20 | 1B | B |
| Octal | 43 | 34 | 24 | 0 | 24 | 53 | 126 | 40 | 33 | 13 |
| Binary | 100011 | 11100 | 10100 | 0 | 10100 | 101011 | 1010110 | 100000 | 11011 | 1011 |
Color Harmonies of #231C14
Complementary color
Monochromatic Colors of #231C14
Black with #231C14
Text Example
Text Example
White with #231C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C14; }
p { color: rgb(35,28,20); }
H1.HeaderClassName
{
color: #231C14;
}
.AnyTagClassName
{
color: #231C14;
}
</style>
background-color css
<style>
a { background-color: #231C14; }
a { background-color: rgb(35,28,20); }
div.DivClassName
{
background-color: #231C14;
}
.BgClassName
{
background-color: #231C14;
}
</style>
border-color css
<style>
span { border-color: #231C14; }
span { border-color: rgb(35,28,20); }
td.TdClassName
{
border-color: #231C14;
}
.TagClassName
{
border-color: #231C14;
}
</style>