Shades of Swamp #1B3231
Tints of Swamp #1B3231
RGB
CMYK
RGB Variations
Color information
#1B3231 (or 0x1B3231) is known color: Swamp. HEX triplet: 1B, 32 and 31. RGB value is (27,50,49). Sum of RGB (Red+Green+Blue) = 27+50+49=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #1B3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3231 is #E4CDCE. Grayscale: #2A2A2A. Windows color (decimal): -14994895 or 3224091. OLE color: 3224091.
HSL color Cylindrical-coordinate representation of color #1B3231: hue angle of 177.39º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B3231 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 49 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.80 |
| HSL | 177.39º | 0.3% | 0.15% | - |
| HSV(B) | 177.39º | 0.46% | 0.2% | - |
| XYZ | 2.15 | 2.74 | 3.32 | - |
| YUV | 43.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 49 | 0.46 | 0 | 0.02 | 0.80 | 177.39 | 0.3 | 0.15 |
| Hex | 1B | 32 | 31 | 2E | 0 | 2 | 50 | B1 | 1E | F |
| Octal | 33 | 62 | 61 | 56 | 0 | 2 | 120 | 261 | 36 | 17 |
| Binary | 11011 | 110010 | 110001 | 101110 | 0 | 10 | 1010000 | 10110001 | 11110 | 1111 |
Color Harmonies of #1B3231
Complementary color
Monochromatic Colors of #1B3231
Black with #1B3231
Text Example
Text Example
White with #1B3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3231; }
p { color: rgb(27,50,49); }
H1.HeaderClassName
{
color: #1B3231;
}
.AnyTagClassName
{
color: #1B3231;
}
</style>
background-color css
<style>
a { background-color: #1B3231; }
a { background-color: rgb(27,50,49); }
div.DivClassName
{
background-color: #1B3231;
}
.BgClassName
{
background-color: #1B3231;
}
</style>
border-color css
<style>
span { border-color: #1B3231; }
span { border-color: rgb(27,50,49); }
td.TdClassName
{
border-color: #1B3231;
}
.TagClassName
{
border-color: #1B3231;
}
</style>