Shades of Swamp #092B2C
Tints of Swamp #092B2C
RGB
CMYK
RGB Variations
Color information
#092B2C (or 0x092B2C) is known color: Swamp. HEX triplet: 09, 2B and 2C. RGB value is (9,43,44). Sum of RGB (Red+Green+Blue) = 9+43+44=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #092B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B2C is #F6D4D3. Grayscale: #202020. Windows color (decimal): -16176340 or 2894601. OLE color: 2894601.
HSL color Cylindrical-coordinate representation of color #092B2C: hue angle of 181.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092B2C is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 43 | 44 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.83 |
| HSL | 181.71º | 0.66% | 0.1% | - |
| HSV(B) | 181.71º | 0.8% | 0.17% | - |
| XYZ | 1.43 | 1.97 | 2.69 | - |
| YUV | 32.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 44 | 0.80 | 0.02 | 0 | 0.83 | 181.71 | 0.66 | 0.1 |
| Hex | 9 | 2B | 2C | 50 | 2 | 0 | 53 | B6 | 42 | A |
| Octal | 11 | 53 | 54 | 120 | 2 | 0 | 123 | 266 | 102 | 12 |
| Binary | 1001 | 101011 | 101100 | 1010000 | 10 | 0 | 1010011 | 10110110 | 1000010 | 1010 |
Color Harmonies of #092B2C
Complementary color
Monochromatic Colors of #092B2C
Black with #092B2C
Text Example
Text Example
White with #092B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B2C; }
p { color: rgb(9,43,44); }
H1.HeaderClassName
{
color: #092B2C;
}
.AnyTagClassName
{
color: #092B2C;
}
</style>
background-color css
<style>
a { background-color: #092B2C; }
a { background-color: rgb(9,43,44); }
div.DivClassName
{
background-color: #092B2C;
}
.BgClassName
{
background-color: #092B2C;
}
</style>
border-color css
<style>
span { border-color: #092B2C; }
span { border-color: rgb(9,43,44); }
td.TdClassName
{
border-color: #092B2C;
}
.TagClassName
{
border-color: #092B2C;
}
</style>