Shades of Wood Bark #231D1B
Tints of Wood Bark #231D1B
RGB
CMYK
RGB Variations
Color information
#231D1B (or 0x231D1B) is known color: Wood Bark. HEX triplet: 23, 1D and 1B. RGB value is (35,29,27). Sum of RGB (Red+Green+Blue) = 35+29+27=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1B is #DCE2E4. Grayscale: #1E1E1E. Windows color (decimal): -14476005 or 1776931. OLE color: 1776931.
HSL color Cylindrical-coordinate representation of color #231D1B: hue angle of 15º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231D1B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 27 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.86 |
| HSL | 15º | 0.13% | 0.12% | - |
| HSV(B) | 15º | 0.23% | 0.14% | - |
| XYZ | 1.33 | 1.32 | 1.22 | - |
| YUV | 30.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 27 | 0 | 0.17 | 0.23 | 0.86 | 15 | 0.13 | 0.12 |
| Hex | 23 | 1D | 1B | 0 | 11 | 17 | 56 | F | D | C |
| Octal | 43 | 35 | 33 | 0 | 21 | 27 | 126 | 17 | 15 | 14 |
| Binary | 100011 | 11101 | 11011 | 0 | 10001 | 10111 | 1010110 | 1111 | 1101 | 1100 |
Color Harmonies of #231D1B
Complementary color
Monochromatic Colors of #231D1B
Black with #231D1B
Text Example
Text Example
White with #231D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D1B; }
p { color: rgb(35,29,27); }
H1.HeaderClassName
{
color: #231D1B;
}
.AnyTagClassName
{
color: #231D1B;
}
</style>
background-color css
<style>
a { background-color: #231D1B; }
a { background-color: rgb(35,29,27); }
div.DivClassName
{
background-color: #231D1B;
}
.BgClassName
{
background-color: #231D1B;
}
</style>
border-color css
<style>
span { border-color: #231D1B; }
span { border-color: rgb(35,29,27); }
td.TdClassName
{
border-color: #231D1B;
}
.TagClassName
{
border-color: #231D1B;
}
</style>