Shades of Swamp #123231
Tints of Swamp #123231
RGB
CMYK
RGB Variations
Color information
#123231 (or 0x123231) is known color: Swamp. HEX triplet: 12, 32 and 31. RGB value is (18,50,49). Sum of RGB (Red+Green+Blue) = 18+50+49=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #123231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123231 is #EDCDCE. Grayscale: #282828. Windows color (decimal): -15584719 or 3224082. OLE color: 3224082.
HSL color Cylindrical-coordinate representation of color #123231: hue angle of 178.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123231 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 49 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.80 |
| HSL | 178.13º | 0.47% | 0.13% | - |
| HSV(B) | 178.13º | 0.64% | 0.2% | - |
| XYZ | 1.94 | 2.63 | 3.31 | - |
| YUV | 40.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 49 | 0.64 | 0 | 0.02 | 0.80 | 178.13 | 0.47 | 0.13 |
| Hex | 12 | 32 | 31 | 40 | 0 | 2 | 50 | B2 | 2F | D |
| Octal | 22 | 62 | 61 | 100 | 0 | 2 | 120 | 262 | 57 | 15 |
| Binary | 10010 | 110010 | 110001 | 1000000 | 0 | 10 | 1010000 | 10110010 | 101111 | 1101 |
Color Harmonies of #123231
Complementary color
Monochromatic Colors of #123231
Black with #123231
Text Example
Text Example
White with #123231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123231; }
p { color: rgb(18,50,49); }
H1.HeaderClassName
{
color: #123231;
}
.AnyTagClassName
{
color: #123231;
}
</style>
background-color css
<style>
a { background-color: #123231; }
a { background-color: rgb(18,50,49); }
div.DivClassName
{
background-color: #123231;
}
.BgClassName
{
background-color: #123231;
}
</style>
border-color css
<style>
span { border-color: #123231; }
span { border-color: rgb(18,50,49); }
td.TdClassName
{
border-color: #123231;
}
.TagClassName
{
border-color: #123231;
}
</style>