Shades of Wood Bark #271E1B
Tints of Wood Bark #271E1B
RGB
CMYK
RGB Variations
Color information
#271E1B (or 0x271E1B) is known color: Wood Bark. HEX triplet: 27, 1E and 1B. RGB value is (39,30,27). Sum of RGB (Red+Green+Blue) = 39+30+27=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #271E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E1B is #D8E1E4. Grayscale: #202020. Windows color (decimal): -14213605 or 1777191. OLE color: 1777191.
HSL color Cylindrical-coordinate representation of color #271E1B: hue angle of 15º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #271E1B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 27 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.85 |
| HSL | 15º | 0.18% | 0.13% | - |
| HSV(B) | 15º | 0.31% | 0.15% | - |
| XYZ | 1.5 | 1.44 | 1.24 | - |
| YUV | 32.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 27 | 0 | 0.23 | 0.31 | 0.85 | 15 | 0.18 | 0.13 |
| Hex | 27 | 1E | 1B | 0 | 17 | 1F | 55 | F | 12 | D |
| Octal | 47 | 36 | 33 | 0 | 27 | 37 | 125 | 17 | 22 | 15 |
| Binary | 100111 | 11110 | 11011 | 0 | 10111 | 11111 | 1010101 | 1111 | 10010 | 1101 |
Color Harmonies of #271E1B
Complementary color
Monochromatic Colors of #271E1B
Black with #271E1B
Text Example
Text Example
White with #271E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E1B; }
p { color: rgb(39,30,27); }
H1.HeaderClassName
{
color: #271E1B;
}
.AnyTagClassName
{
color: #271E1B;
}
</style>
background-color css
<style>
a { background-color: #271E1B; }
a { background-color: rgb(39,30,27); }
div.DivClassName
{
background-color: #271E1B;
}
.BgClassName
{
background-color: #271E1B;
}
</style>
border-color css
<style>
span { border-color: #271E1B; }
span { border-color: rgb(39,30,27); }
td.TdClassName
{
border-color: #271E1B;
}
.TagClassName
{
border-color: #271E1B;
}
</style>