Shades of Swamp #103331
Tints of Swamp #103331
RGB
CMYK
RGB Variations
Color information
#103331 (or 0x103331) is known color: Swamp. HEX triplet: 10, 33 and 31. RGB value is (16,51,49). Sum of RGB (Red+Green+Blue) = 16+51+49=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #103331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103331 is #EFCCCE. Grayscale: #282828. Windows color (decimal): -15715535 or 3224336. OLE color: 3224336.
HSL color Cylindrical-coordinate representation of color #103331: hue angle of 176.57º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103331 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 49 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.8 |
| HSL | 176.57º | 0.52% | 0.13% | - |
| HSV(B) | 176.57º | 0.69% | 0.2% | - |
| XYZ | 1.95 | 2.7 | 3.32 | - |
| YUV | 40.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 49 | 0.69 | 0 | 0.04 | 0.8 | 176.57 | 0.52 | 0.13 |
| Hex | 10 | 33 | 31 | 45 | 0 | 4 | 50 | B1 | 34 | D |
| Octal | 20 | 63 | 61 | 105 | 0 | 4 | 120 | 261 | 64 | 15 |
| Binary | 10000 | 110011 | 110001 | 1000101 | 0 | 100 | 1010000 | 10110001 | 110100 | 1101 |
Color Harmonies of #103331
Complementary color
Monochromatic Colors of #103331
Black with #103331
Text Example
Text Example
White with #103331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103331; }
p { color: rgb(16,51,49); }
H1.HeaderClassName
{
color: #103331;
}
.AnyTagClassName
{
color: #103331;
}
</style>
background-color css
<style>
a { background-color: #103331; }
a { background-color: rgb(16,51,49); }
div.DivClassName
{
background-color: #103331;
}
.BgClassName
{
background-color: #103331;
}
</style>
border-color css
<style>
span { border-color: #103331; }
span { border-color: rgb(16,51,49); }
td.TdClassName
{
border-color: #103331;
}
.TagClassName
{
border-color: #103331;
}
</style>