Shades of Woodsmoke #272C2A
Tints of Woodsmoke #272C2A
RGB
CMYK
RGB Variations
Color information
#272C2A (or 0x272C2A) is known color: Woodsmoke. HEX triplet: 27, 2C and 2A. RGB value is (39,44,42). Sum of RGB (Red+Green+Blue) = 39+44+42=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 44 - color contains mainly: green. Hex color #272C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C2A is #D8D3D5. Grayscale: #2A2A2A. Windows color (decimal): -14210006 or 2763815. OLE color: 2763815.
HSL color Cylindrical-coordinate representation of color #272C2A: hue angle of 156º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #272C2A is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 44 | 42 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.83 |
| HSL | 156º | 0.06% | 0.16% | - |
| HSV(B) | 156º | 0.11% | 0.17% | - |
| XYZ | 2.16 | 2.4 | 2.54 | - |
| YUV | 42.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 42 | 0.11 | 0 | 0.05 | 0.83 | 156 | 0.06 | 0.16 |
| Hex | 27 | 2C | 2A | B | 0 | 5 | 53 | 9C | 6 | 10 |
| Octal | 47 | 54 | 52 | 13 | 0 | 5 | 123 | 234 | 6 | 20 |
| Binary | 100111 | 101100 | 101010 | 1011 | 0 | 101 | 1010011 | 10011100 | 110 | 10000 |
Color Harmonies of #272C2A
Complementary color
Monochromatic Colors of #272C2A
Black with #272C2A
Text Example
Text Example
White with #272C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C2A; }
p { color: rgb(39,44,42); }
H1.HeaderClassName
{
color: #272C2A;
}
.AnyTagClassName
{
color: #272C2A;
}
</style>
background-color css
<style>
a { background-color: #272C2A; }
a { background-color: rgb(39,44,42); }
div.DivClassName
{
background-color: #272C2A;
}
.BgClassName
{
background-color: #272C2A;
}
</style>
border-color css
<style>
span { border-color: #272C2A; }
span { border-color: rgb(39,44,42); }
td.TdClassName
{
border-color: #272C2A;
}
.TagClassName
{
border-color: #272C2A;
}
</style>