Shades of Swamp #133231
Tints of Swamp #133231
RGB
CMYK
RGB Variations
Color information
#133231 (or 0x133231) is known color: Swamp. HEX triplet: 13, 32 and 31. RGB value is (19,50,49). Sum of RGB (Red+Green+Blue) = 19+50+49=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #133231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133231 is #ECCDCE. Grayscale: #282828. Windows color (decimal): -15519183 or 3224083. OLE color: 3224083.
HSL color Cylindrical-coordinate representation of color #133231: hue angle of 178.06º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133231 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 49 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.80 |
| HSL | 178.06º | 0.45% | 0.14% | - |
| HSV(B) | 178.06º | 0.62% | 0.2% | - |
| XYZ | 1.96 | 2.64 | 3.31 | - |
| YUV | 40.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 49 | 0.62 | 0 | 0.02 | 0.80 | 178.06 | 0.45 | 0.14 |
| Hex | 13 | 32 | 31 | 3E | 0 | 2 | 50 | B2 | 2D | E |
| Octal | 23 | 62 | 61 | 76 | 0 | 2 | 120 | 262 | 55 | 16 |
| Binary | 10011 | 110010 | 110001 | 111110 | 0 | 10 | 1010000 | 10110010 | 101101 | 1110 |
Color Harmonies of #133231
Complementary color
Monochromatic Colors of #133231
Black with #133231
Text Example
Text Example
White with #133231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133231; }
p { color: rgb(19,50,49); }
H1.HeaderClassName
{
color: #133231;
}
.AnyTagClassName
{
color: #133231;
}
</style>
background-color css
<style>
a { background-color: #133231; }
a { background-color: rgb(19,50,49); }
div.DivClassName
{
background-color: #133231;
}
.BgClassName
{
background-color: #133231;
}
</style>
border-color css
<style>
span { border-color: #133231; }
span { border-color: rgb(19,50,49); }
td.TdClassName
{
border-color: #133231;
}
.TagClassName
{
border-color: #133231;
}
</style>