Shades of Bokara Grey #231C18
Tints of Bokara Grey #231C18
RGB
CMYK
RGB Variations
Color information
#231C18 (or 0x231C18) is known color: Bokara Grey. HEX triplet: 23, 1C and 18. RGB value is (35,28,24). Sum of RGB (Red+Green+Blue) = 35+28+24=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C18 is #DCE3E7. Grayscale: #1D1D1D. Windows color (decimal): -14476264 or 1580067. OLE color: 1580067.
HSL color Cylindrical-coordinate representation of color #231C18: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #231C18 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 24 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.86 |
| HSL | 21.82º | 0.19% | 0.12% | - |
| HSV(B) | 21.82º | 0.31% | 0.14% | - |
| XYZ | 1.27 | 1.25 | 1.04 | - |
| YUV | 29.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 24 | 0 | 0.20 | 0.31 | 0.86 | 21.82 | 0.19 | 0.12 |
| Hex | 23 | 1C | 18 | 0 | 14 | 1F | 56 | 16 | 13 | C |
| Octal | 43 | 34 | 30 | 0 | 24 | 37 | 126 | 26 | 23 | 14 |
| Binary | 100011 | 11100 | 11000 | 0 | 10100 | 11111 | 1010110 | 10110 | 10011 | 1100 |
Color Harmonies of #231C18
Complementary color
Monochromatic Colors of #231C18
Black with #231C18
Text Example
Text Example
White with #231C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C18; }
p { color: rgb(35,28,24); }
H1.HeaderClassName
{
color: #231C18;
}
.AnyTagClassName
{
color: #231C18;
}
</style>
background-color css
<style>
a { background-color: #231C18; }
a { background-color: rgb(35,28,24); }
div.DivClassName
{
background-color: #231C18;
}
.BgClassName
{
background-color: #231C18;
}
</style>
border-color css
<style>
span { border-color: #231C18; }
span { border-color: rgb(35,28,24); }
td.TdClassName
{
border-color: #231C18;
}
.TagClassName
{
border-color: #231C18;
}
</style>