Shades of Swamp #122525
Tints of Swamp #122525
RGB
CMYK
RGB Variations
Color information
#122525 (or 0x122525) is known color: Swamp. HEX triplet: 12, 25 and 25. RGB value is (18,37,37). Sum of RGB (Red+Green+Blue) = 18+37+37=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #122525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122525 is #EDDADA. Grayscale: #1F1F1F. Windows color (decimal): -15588059 or 2434322. OLE color: 2434322.
HSL color Cylindrical-coordinate representation of color #122525: hue angle of 180º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #122525 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 37 | - |
| CMYK | 0.51 | 0 | 0 | 0.85 |
| HSL | 180º | 0.35% | 0.11% | - |
| HSV(B) | 180º | 0.51% | 0.15% | - |
| XYZ | 1.24 | 1.59 | 1.99 | - |
| YUV | 31.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 37 | 0.51 | 0 | 0 | 0.85 | 180 | 0.35 | 0.11 |
| Hex | 12 | 25 | 25 | 33 | 0 | 0 | 55 | B4 | 23 | B |
| Octal | 22 | 45 | 45 | 63 | 0 | 0 | 125 | 264 | 43 | 13 |
| Binary | 10010 | 100101 | 100101 | 110011 | 0 | 0 | 1010101 | 10110100 | 100011 | 1011 |
Color Harmonies of #122525
Complementary color
Monochromatic Colors of #122525
Black with #122525
Text Example
Text Example
White with #122525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122525; }
p { color: rgb(18,37,37); }
H1.HeaderClassName
{
color: #122525;
}
.AnyTagClassName
{
color: #122525;
}
</style>
background-color css
<style>
a { background-color: #122525; }
a { background-color: rgb(18,37,37); }
div.DivClassName
{
background-color: #122525;
}
.BgClassName
{
background-color: #122525;
}
</style>
border-color css
<style>
span { border-color: #122525; }
span { border-color: rgb(18,37,37); }
td.TdClassName
{
border-color: #122525;
}
.TagClassName
{
border-color: #122525;
}
</style>