Shades of Swamp #122425
Tints of Swamp #122425
RGB
CMYK
RGB Variations
Color information
#122425 (or 0x122425) is known color: Swamp. HEX triplet: 12, 24 and 25. RGB value is (18,36,37). Sum of RGB (Red+Green+Blue) = 18+36+37=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #122425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122425 is #EDDBDA. Grayscale: #1E1E1E. Windows color (decimal): -15588315 or 2434066. OLE color: 2434066.
HSL color Cylindrical-coordinate representation of color #122425: hue angle of 183.16º 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 #122425 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 36 | 37 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.85 |
| HSL | 183.16º | 0.35% | 0.11% | - |
| HSV(B) | 183.16º | 0.51% | 0.15% | - |
| XYZ | 1.21 | 1.52 | 1.98 | - |
| YUV | 30.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 37 | 0.51 | 0.03 | 0 | 0.85 | 183.16 | 0.35 | 0.11 |
| Hex | 12 | 24 | 25 | 33 | 3 | 0 | 55 | B7 | 23 | B |
| Octal | 22 | 44 | 45 | 63 | 3 | 0 | 125 | 267 | 43 | 13 |
| Binary | 10010 | 100100 | 100101 | 110011 | 11 | 0 | 1010101 | 10110111 | 100011 | 1011 |
Color Harmonies of #122425
Complementary color
Monochromatic Colors of #122425
Black with #122425
Text Example
Text Example
White with #122425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122425; }
p { color: rgb(18,36,37); }
H1.HeaderClassName
{
color: #122425;
}
.AnyTagClassName
{
color: #122425;
}
</style>
background-color css
<style>
a { background-color: #122425; }
a { background-color: rgb(18,36,37); }
div.DivClassName
{
background-color: #122425;
}
.BgClassName
{
background-color: #122425;
}
</style>
border-color css
<style>
span { border-color: #122425; }
span { border-color: rgb(18,36,37); }
td.TdClassName
{
border-color: #122425;
}
.TagClassName
{
border-color: #122425;
}
</style>