Shades of Swamp #2B3131
Tints of Swamp #2B3131
RGB
CMYK
RGB Variations
Color information
#2B3131 (or 0x2B3131) is known color: Swamp. HEX triplet: 2B, 31 and 31. RGB value is (43,49,49). Sum of RGB (Red+Green+Blue) = 43+49+49=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #2B3131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3131 is #D4CECE. Grayscale: #2F2F2F. Windows color (decimal): -13946575 or 3223851. OLE color: 3223851.
HSL color Cylindrical-coordinate representation of color #2B3131: hue angle of 180º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B3131 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 49 | - |
| CMYK | 0.12 | 0 | 0 | 0.81 |
| HSL | 180º | 0.07% | 0.18% | - |
| HSV(B) | 180º | 0.12% | 0.19% | - |
| XYZ | 2.65 | 2.93 | 3.33 | - |
| YUV | 47.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 49 | 0.12 | 0 | 0 | 0.81 | 180 | 0.07 | 0.18 |
| Hex | 2B | 31 | 31 | C | 0 | 0 | 51 | B4 | 7 | 12 |
| Octal | 53 | 61 | 61 | 14 | 0 | 0 | 121 | 264 | 7 | 22 |
| Binary | 101011 | 110001 | 110001 | 1100 | 0 | 0 | 1010001 | 10110100 | 111 | 10010 |
Color Harmonies of #2B3131
Complementary color
Monochromatic Colors of #2B3131
Black with #2B3131
Text Example
Text Example
White with #2B3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3131; }
p { color: rgb(43,49,49); }
H1.HeaderClassName
{
color: #2B3131;
}
.AnyTagClassName
{
color: #2B3131;
}
</style>
background-color css
<style>
a { background-color: #2B3131; }
a { background-color: rgb(43,49,49); }
div.DivClassName
{
background-color: #2B3131;
}
.BgClassName
{
background-color: #2B3131;
}
</style>
border-color css
<style>
span { border-color: #2B3131; }
span { border-color: rgb(43,49,49); }
td.TdClassName
{
border-color: #2B3131;
}
.TagClassName
{
border-color: #2B3131;
}
</style>