Shades of Swamp #103130
Tints of Swamp #103130
RGB
CMYK
RGB Variations
Color information
#103130 (or 0x103130) is known color: Swamp. HEX triplet: 10, 31 and 30. RGB value is (16,49,48). Sum of RGB (Red+Green+Blue) = 16+49+48=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #103130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103130 is #EFCECF. Grayscale: #262626. Windows color (decimal): -15716048 or 3158288. OLE color: 3158288.
HSL color Cylindrical-coordinate representation of color #103130: hue angle of 178.18º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103130 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 48 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.81 |
| HSL | 178.18º | 0.51% | 0.13% | - |
| HSV(B) | 178.18º | 0.67% | 0.19% | - |
| XYZ | 1.85 | 2.52 | 3.19 | - |
| YUV | 39.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 48 | 0.67 | 0 | 0.02 | 0.81 | 178.18 | 0.51 | 0.13 |
| Hex | 10 | 31 | 30 | 43 | 0 | 2 | 51 | B2 | 33 | D |
| Octal | 20 | 61 | 60 | 103 | 0 | 2 | 121 | 262 | 63 | 15 |
| Binary | 10000 | 110001 | 110000 | 1000011 | 0 | 10 | 1010001 | 10110010 | 110011 | 1101 |
Color Harmonies of #103130
Complementary color
Monochromatic Colors of #103130
Black with #103130
Text Example
Text Example
White with #103130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103130; }
p { color: rgb(16,49,48); }
H1.HeaderClassName
{
color: #103130;
}
.AnyTagClassName
{
color: #103130;
}
</style>
background-color css
<style>
a { background-color: #103130; }
a { background-color: rgb(16,49,48); }
div.DivClassName
{
background-color: #103130;
}
.BgClassName
{
background-color: #103130;
}
</style>
border-color css
<style>
span { border-color: #103130; }
span { border-color: rgb(16,49,48); }
td.TdClassName
{
border-color: #103130;
}
.TagClassName
{
border-color: #103130;
}
</style>