Shades of Swamp #122527
Tints of Swamp #122527
RGB
CMYK
RGB Variations
Color information
#122527 (or 0x122527) is known color: Swamp. HEX triplet: 12, 25 and 27. RGB value is (18,37,39). Sum of RGB (Red+Green+Blue) = 18+37+39=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #122527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122527 is #EDDAD8. Grayscale: #1F1F1F. Windows color (decimal): -15588057 or 2565394. OLE color: 2565394.
HSL color Cylindrical-coordinate representation of color #122527: hue angle of 185.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122527 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 39 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.85 |
| HSL | 185.71º | 0.37% | 0.11% | - |
| HSV(B) | 185.71º | 0.54% | 0.15% | - |
| XYZ | 1.28 | 1.6 | 2.16 | - |
| YUV | 31.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 39 | 0.54 | 0.05 | 0 | 0.85 | 185.71 | 0.37 | 0.11 |
| Hex | 12 | 25 | 27 | 36 | 5 | 0 | 55 | BA | 25 | B |
| Octal | 22 | 45 | 47 | 66 | 5 | 0 | 125 | 272 | 45 | 13 |
| Binary | 10010 | 100101 | 100111 | 110110 | 101 | 0 | 1010101 | 10111010 | 100101 | 1011 |
Color Harmonies of #122527
Complementary color
Monochromatic Colors of #122527
Black with #122527
Text Example
Text Example
White with #122527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122527; }
p { color: rgb(18,37,39); }
H1.HeaderClassName
{
color: #122527;
}
.AnyTagClassName
{
color: #122527;
}
</style>
background-color css
<style>
a { background-color: #122527; }
a { background-color: rgb(18,37,39); }
div.DivClassName
{
background-color: #122527;
}
.BgClassName
{
background-color: #122527;
}
</style>
border-color css
<style>
span { border-color: #122527; }
span { border-color: rgb(18,37,39); }
td.TdClassName
{
border-color: #122527;
}
.TagClassName
{
border-color: #122527;
}
</style>