Shades of Bokara Grey #231A14
Tints of Bokara Grey #231A14
RGB
CMYK
RGB Variations
Color information
#231A14 (or 0x231A14) is known color: Bokara Grey. HEX triplet: 23, 1A and 14. RGB value is (35,26,20). Sum of RGB (Red+Green+Blue) = 35+26+20=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A14 is #DCE5EB. Grayscale: #1C1C1C. Windows color (decimal): -14476780 or 1317411. OLE color: 1317411.
HSL color Cylindrical-coordinate representation of color #231A14: hue angle of 24º 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 #231A14 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 20 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.86 |
| HSL | 24º | 0.27% | 0.11% | - |
| HSV(B) | 24º | 0.43% | 0.14% | - |
| XYZ | 1.19 | 1.15 | 0.82 | - |
| YUV | 28.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 20 | 0 | 0.26 | 0.43 | 0.86 | 24 | 0.27 | 0.11 |
| Hex | 23 | 1A | 14 | 0 | 1A | 2B | 56 | 18 | 1B | B |
| Octal | 43 | 32 | 24 | 0 | 32 | 53 | 126 | 30 | 33 | 13 |
| Binary | 100011 | 11010 | 10100 | 0 | 11010 | 101011 | 1010110 | 11000 | 11011 | 1011 |
Color Harmonies of #231A14
Complementary color
Monochromatic Colors of #231A14
Black with #231A14
Text Example
Text Example
White with #231A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A14; }
p { color: rgb(35,26,20); }
H1.HeaderClassName
{
color: #231A14;
}
.AnyTagClassName
{
color: #231A14;
}
</style>
background-color css
<style>
a { background-color: #231A14; }
a { background-color: rgb(35,26,20); }
div.DivClassName
{
background-color: #231A14;
}
.BgClassName
{
background-color: #231A14;
}
</style>
border-color css
<style>
span { border-color: #231A14; }
span { border-color: rgb(35,26,20); }
td.TdClassName
{
border-color: #231A14;
}
.TagClassName
{
border-color: #231A14;
}
</style>