Shades of Bokara Grey #231C13
Tints of Bokara Grey #231C13
RGB
CMYK
RGB Variations
Color information
#231C13 (or 0x231C13) is known color: Bokara Grey. HEX triplet: 23, 1C and 13. RGB value is (35,28,19). Sum of RGB (Red+Green+Blue) = 35+28+19=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C13 is #DCE3EC. Grayscale: #1D1D1D. Windows color (decimal): -14476269 or 1252387. OLE color: 1252387.
HSL color Cylindrical-coordinate representation of color #231C13: hue angle of 33.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231C13 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 19 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.86 |
| HSL | 33.75º | 0.3% | 0.11% | - |
| HSV(B) | 33.75º | 0.46% | 0.14% | - |
| XYZ | 1.23 | 1.23 | 0.79 | - |
| YUV | 29.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 19 | 0 | 0.20 | 0.46 | 0.86 | 33.75 | 0.3 | 0.11 |
| Hex | 23 | 1C | 13 | 0 | 14 | 2E | 56 | 22 | 1E | B |
| Octal | 43 | 34 | 23 | 0 | 24 | 56 | 126 | 42 | 36 | 13 |
| Binary | 100011 | 11100 | 10011 | 0 | 10100 | 101110 | 1010110 | 100010 | 11110 | 1011 |
Color Harmonies of #231C13
Complementary color
Monochromatic Colors of #231C13
Black with #231C13
Text Example
Text Example
White with #231C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C13; }
p { color: rgb(35,28,19); }
H1.HeaderClassName
{
color: #231C13;
}
.AnyTagClassName
{
color: #231C13;
}
</style>
background-color css
<style>
a { background-color: #231C13; }
a { background-color: rgb(35,28,19); }
div.DivClassName
{
background-color: #231C13;
}
.BgClassName
{
background-color: #231C13;
}
</style>
border-color css
<style>
span { border-color: #231C13; }
span { border-color: rgb(35,28,19); }
td.TdClassName
{
border-color: #231C13;
}
.TagClassName
{
border-color: #231C13;
}
</style>