Shades of Bokara Grey #231B15
Tints of Bokara Grey #231B15
RGB
CMYK
RGB Variations
Color information
#231B15 (or 0x231B15) is known color: Bokara Grey. HEX triplet: 23, 1B and 15. RGB value is (35,27,21). Sum of RGB (Red+Green+Blue) = 35+27+21=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B15 is #DCE4EA. Grayscale: #1C1C1C. Windows color (decimal): -14476523 or 1383203. OLE color: 1383203.
HSL color Cylindrical-coordinate representation of color #231B15: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231B15 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 21 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.86 |
| HSL | 25.71º | 0.25% | 0.11% | - |
| HSV(B) | 25.71º | 0.4% | 0.14% | - |
| XYZ | 1.22 | 1.2 | 0.88 | - |
| YUV | 28.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 21 | 0 | 0.23 | 0.40 | 0.86 | 25.71 | 0.25 | 0.11 |
| Hex | 23 | 1B | 15 | 0 | 17 | 28 | 56 | 1A | 19 | B |
| Octal | 43 | 33 | 25 | 0 | 27 | 50 | 126 | 32 | 31 | 13 |
| Binary | 100011 | 11011 | 10101 | 0 | 10111 | 101000 | 1010110 | 11010 | 11001 | 1011 |
Color Harmonies of #231B15
Complementary color
Monochromatic Colors of #231B15
Black with #231B15
Text Example
Text Example
White with #231B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B15; }
p { color: rgb(35,27,21); }
H1.HeaderClassName
{
color: #231B15;
}
.AnyTagClassName
{
color: #231B15;
}
</style>
background-color css
<style>
a { background-color: #231B15; }
a { background-color: rgb(35,27,21); }
div.DivClassName
{
background-color: #231B15;
}
.BgClassName
{
background-color: #231B15;
}
</style>
border-color css
<style>
span { border-color: #231B15; }
span { border-color: rgb(35,27,21); }
td.TdClassName
{
border-color: #231B15;
}
.TagClassName
{
border-color: #231B15;
}
</style>