Shades of Swamp #09302E
Tints of Swamp #09302E
RGB
CMYK
RGB Variations
Color information
#09302E (or 0x09302E) is known color: Swamp. HEX triplet: 09, 30 and 2E. RGB value is (9,48,46). Sum of RGB (Red+Green+Blue) = 9+48+46=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #09302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09302E is #F6CFD1. Grayscale: #242424. Windows color (decimal): -16175058 or 3026953. OLE color: 3026953.
HSL color Cylindrical-coordinate representation of color #09302E: hue angle of 176.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09302E is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 46 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.81 |
| HSL | 176.92º | 0.68% | 0.11% | - |
| HSV(B) | 176.92º | 0.81% | 0.19% | - |
| XYZ | 1.66 | 2.37 | 2.95 | - |
| YUV | 36.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 46 | 0.81 | 0 | 0.04 | 0.81 | 176.92 | 0.68 | 0.11 |
| Hex | 9 | 30 | 2E | 51 | 0 | 4 | 51 | B1 | 44 | B |
| Octal | 11 | 60 | 56 | 121 | 0 | 4 | 121 | 261 | 104 | 13 |
| Binary | 1001 | 110000 | 101110 | 1010001 | 0 | 100 | 1010001 | 10110001 | 1000100 | 1011 |
Color Harmonies of #09302E
Complementary color
Monochromatic Colors of #09302E
Black with #09302E
Text Example
Text Example
White with #09302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09302E; }
p { color: rgb(9,48,46); }
H1.HeaderClassName
{
color: #09302E;
}
.AnyTagClassName
{
color: #09302E;
}
</style>
background-color css
<style>
a { background-color: #09302E; }
a { background-color: rgb(9,48,46); }
div.DivClassName
{
background-color: #09302E;
}
.BgClassName
{
background-color: #09302E;
}
</style>
border-color css
<style>
span { border-color: #09302E; }
span { border-color: rgb(9,48,46); }
td.TdClassName
{
border-color: #09302E;
}
.TagClassName
{
border-color: #09302E;
}
</style>