Shades of Swamp #273131
Tints of Swamp #273131
RGB
CMYK
RGB Variations
Color information
#273131 (or 0x273131) is known color: Swamp. HEX triplet: 27, 31 and 31. RGB value is (39,49,49). Sum of RGB (Red+Green+Blue) = 39+49+49=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #273131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273131 is #D8CECE. Grayscale: #2E2E2E. Windows color (decimal): -14208719 or 3223847. OLE color: 3223847.
HSL color Cylindrical-coordinate representation of color #273131: hue angle of 180º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #273131 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 49 | 49 | - |
| CMYK | 0.20 | 0 | 0 | 0.81 |
| HSL | 180º | 0.11% | 0.17% | - |
| HSV(B) | 180º | 0.2% | 0.19% | - |
| XYZ | 2.49 | 2.85 | 3.32 | - |
| YUV | 46.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 49 | 0.20 | 0 | 0 | 0.81 | 180 | 0.11 | 0.17 |
| Hex | 27 | 31 | 31 | 14 | 0 | 0 | 51 | B4 | B | 11 |
| Octal | 47 | 61 | 61 | 24 | 0 | 0 | 121 | 264 | 13 | 21 |
| Binary | 100111 | 110001 | 110001 | 10100 | 0 | 0 | 1010001 | 10110100 | 1011 | 10001 |
Color Harmonies of #273131
Complementary color
Monochromatic Colors of #273131
Black with #273131
Text Example
Text Example
White with #273131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273131; }
p { color: rgb(39,49,49); }
H1.HeaderClassName
{
color: #273131;
}
.AnyTagClassName
{
color: #273131;
}
</style>
background-color css
<style>
a { background-color: #273131; }
a { background-color: rgb(39,49,49); }
div.DivClassName
{
background-color: #273131;
}
.BgClassName
{
background-color: #273131;
}
</style>
border-color css
<style>
span { border-color: #273131; }
span { border-color: rgb(39,49,49); }
td.TdClassName
{
border-color: #273131;
}
.TagClassName
{
border-color: #273131;
}
</style>