Shades of Swamp #091C1C
Tints of Swamp #091C1C
RGB
CMYK
RGB Variations
Color information
#091C1C (or 0x091C1C) is known color: Swamp. HEX triplet: 09, 1C and 1C. RGB value is (9,28,28). Sum of RGB (Red+Green+Blue) = 9+28+28=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #091C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C1C is #F6E3E3. Grayscale: #161616. Windows color (decimal): -16180196 or 1842185. OLE color: 1842185.
HSL color Cylindrical-coordinate representation of color #091C1C: hue angle of 180º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #091C1C is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 28 | 28 | - |
| CMYK | 0.68 | 0 | 0 | 0.89 |
| HSL | 180º | 0.51% | 0.07% | - |
| HSV(B) | 180º | 0.68% | 0.11% | - |
| XYZ | 0.74 | 0.97 | 1.25 | - |
| YUV | 22.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 28 | 0.68 | 0 | 0 | 0.89 | 180 | 0.51 | 0.07 |
| Hex | 9 | 1C | 1C | 44 | 0 | 0 | 59 | B4 | 33 | 7 |
| Octal | 11 | 34 | 34 | 104 | 0 | 0 | 131 | 264 | 63 | 7 |
| Binary | 1001 | 11100 | 11100 | 1000100 | 0 | 0 | 1011001 | 10110100 | 110011 | 111 |
Color Harmonies of #091C1C
Complementary color
Monochromatic Colors of #091C1C
Black with #091C1C
Text Example
Text Example
White with #091C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C1C; }
p { color: rgb(9,28,28); }
H1.HeaderClassName
{
color: #091C1C;
}
.AnyTagClassName
{
color: #091C1C;
}
</style>
background-color css
<style>
a { background-color: #091C1C; }
a { background-color: rgb(9,28,28); }
div.DivClassName
{
background-color: #091C1C;
}
.BgClassName
{
background-color: #091C1C;
}
</style>
border-color css
<style>
span { border-color: #091C1C; }
span { border-color: rgb(9,28,28); }
td.TdClassName
{
border-color: #091C1C;
}
.TagClassName
{
border-color: #091C1C;
}
</style>