Shades of Swamp #092325
Tints of Swamp #092325
RGB
CMYK
RGB Variations
Color information
#092325 (or 0x092325) is known color: Swamp. HEX triplet: 09, 23 and 25. RGB value is (9,35,37). Sum of RGB (Red+Green+Blue) = 9+35+37=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #092325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092325 is #F6DCDA. Grayscale: #1B1B1B. Windows color (decimal): -16178395 or 2433801. OLE color: 2433801.
HSL color Cylindrical-coordinate representation of color #092325: hue angle of 184.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092325 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 35 | 37 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.85 |
| HSL | 184.29º | 0.61% | 0.09% | - |
| HSV(B) | 184.29º | 0.76% | 0.15% | - |
| XYZ | 1.05 | 1.39 | 1.96 | - |
| YUV | 27.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 37 | 0.76 | 0.05 | 0 | 0.85 | 184.29 | 0.61 | 0.09 |
| Hex | 9 | 23 | 25 | 4C | 5 | 0 | 55 | B8 | 3D | 9 |
| Octal | 11 | 43 | 45 | 114 | 5 | 0 | 125 | 270 | 75 | 11 |
| Binary | 1001 | 100011 | 100101 | 1001100 | 101 | 0 | 1010101 | 10111000 | 111101 | 1001 |
Color Harmonies of #092325
Complementary color
Monochromatic Colors of #092325
Black with #092325
Text Example
Text Example
White with #092325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092325; }
p { color: rgb(9,35,37); }
H1.HeaderClassName
{
color: #092325;
}
.AnyTagClassName
{
color: #092325;
}
</style>
background-color css
<style>
a { background-color: #092325; }
a { background-color: rgb(9,35,37); }
div.DivClassName
{
background-color: #092325;
}
.BgClassName
{
background-color: #092325;
}
</style>
border-color css
<style>
span { border-color: #092325; }
span { border-color: rgb(9,35,37); }
td.TdClassName
{
border-color: #092325;
}
.TagClassName
{
border-color: #092325;
}
</style>