Shades of Swamp #092A2B
Tints of Swamp #092A2B
RGB
CMYK
RGB Variations
Color information
#092A2B (or 0x092A2B) is known color: Swamp. HEX triplet: 09, 2A and 2B. RGB value is (9,42,43). Sum of RGB (Red+Green+Blue) = 9+42+43=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #092A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A2B is #F6D5D4. Grayscale: #202020. Windows color (decimal): -16176597 or 2828809. OLE color: 2828809.
HSL color Cylindrical-coordinate representation of color #092A2B: hue angle of 181.76º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092A2B is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 42 | 43 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.83 |
| HSL | 181.76º | 0.65% | 0.1% | - |
| HSV(B) | 181.76º | 0.79% | 0.17% | - |
| XYZ | 1.38 | 1.89 | 2.58 | - |
| YUV | 32.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 43 | 0.79 | 0.02 | 0 | 0.83 | 181.76 | 0.65 | 0.1 |
| Hex | 9 | 2A | 2B | 4F | 2 | 0 | 53 | B6 | 41 | A |
| Octal | 11 | 52 | 53 | 117 | 2 | 0 | 123 | 266 | 101 | 12 |
| Binary | 1001 | 101010 | 101011 | 1001111 | 10 | 0 | 1010011 | 10110110 | 1000001 | 1010 |
Color Harmonies of #092A2B
Complementary color
Monochromatic Colors of #092A2B
Black with #092A2B
Text Example
Text Example
White with #092A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A2B; }
p { color: rgb(9,42,43); }
H1.HeaderClassName
{
color: #092A2B;
}
.AnyTagClassName
{
color: #092A2B;
}
</style>
background-color css
<style>
a { background-color: #092A2B; }
a { background-color: rgb(9,42,43); }
div.DivClassName
{
background-color: #092A2B;
}
.BgClassName
{
background-color: #092A2B;
}
</style>
border-color css
<style>
span { border-color: #092A2B; }
span { border-color: rgb(9,42,43); }
td.TdClassName
{
border-color: #092A2B;
}
.TagClassName
{
border-color: #092A2B;
}
</style>