Shades of Swamp #133130
Tints of Swamp #133130
RGB
CMYK
RGB Variations
Color information
#133130 (or 0x133130) is known color: Swamp. HEX triplet: 13, 31 and 30. RGB value is (19,49,48). Sum of RGB (Red+Green+Blue) = 19+49+48=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #133130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133130 is #ECCECF. Grayscale: #272727. Windows color (decimal): -15519440 or 3158291. OLE color: 3158291.
HSL color Cylindrical-coordinate representation of color #133130: hue angle of 178º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133130 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 48 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.81 |
| HSL | 178º | 0.44% | 0.13% | - |
| HSV(B) | 178º | 0.61% | 0.19% | - |
| XYZ | 1.9 | 2.55 | 3.19 | - |
| YUV | 39.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 48 | 0.61 | 0 | 0.02 | 0.81 | 178 | 0.44 | 0.13 |
| Hex | 13 | 31 | 30 | 3D | 0 | 2 | 51 | B2 | 2C | D |
| Octal | 23 | 61 | 60 | 75 | 0 | 2 | 121 | 262 | 54 | 15 |
| Binary | 10011 | 110001 | 110000 | 111101 | 0 | 10 | 1010001 | 10110010 | 101100 | 1101 |
Color Harmonies of #133130
Complementary color
Monochromatic Colors of #133130
Black with #133130
Text Example
Text Example
White with #133130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133130; }
p { color: rgb(19,49,48); }
H1.HeaderClassName
{
color: #133130;
}
.AnyTagClassName
{
color: #133130;
}
</style>
background-color css
<style>
a { background-color: #133130; }
a { background-color: rgb(19,49,48); }
div.DivClassName
{
background-color: #133130;
}
.BgClassName
{
background-color: #133130;
}
</style>
border-color css
<style>
span { border-color: #133130; }
span { border-color: rgb(19,49,48); }
td.TdClassName
{
border-color: #133130;
}
.TagClassName
{
border-color: #133130;
}
</style>