Shades of Swamp #08292C
Tints of Swamp #08292C
RGB
CMYK
RGB Variations
Color information
#08292C (or 0x08292C) is known color: Swamp. HEX triplet: 08, 29 and 2C. RGB value is (8,41,44). Sum of RGB (Red+Green+Blue) = 8+41+44=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #08292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08292C is #F7D6D3. Grayscale: #1F1F1F. Windows color (decimal): -16242388 or 2894088. OLE color: 2894088.
HSL color Cylindrical-coordinate representation of color #08292C: hue angle of 185º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08292C is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 41 | 44 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.83 |
| HSL | 185º | 0.69% | 0.1% | - |
| HSV(B) | 185º | 0.82% | 0.17% | - |
| XYZ | 1.35 | 1.82 | 2.66 | - |
| YUV | 31.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 44 | 0.82 | 0.07 | 0 | 0.83 | 185 | 0.69 | 0.1 |
| Hex | 8 | 29 | 2C | 52 | 7 | 0 | 53 | B9 | 45 | A |
| Octal | 10 | 51 | 54 | 122 | 7 | 0 | 123 | 271 | 105 | 12 |
| Binary | 1000 | 101001 | 101100 | 1010010 | 111 | 0 | 1010011 | 10111001 | 1000101 | 1010 |
Color Harmonies of #08292C
Complementary color
Monochromatic Colors of #08292C
Black with #08292C
Text Example
Text Example
White with #08292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08292C; }
p { color: rgb(8,41,44); }
H1.HeaderClassName
{
color: #08292C;
}
.AnyTagClassName
{
color: #08292C;
}
</style>
background-color css
<style>
a { background-color: #08292C; }
a { background-color: rgb(8,41,44); }
div.DivClassName
{
background-color: #08292C;
}
.BgClassName
{
background-color: #08292C;
}
</style>
border-color css
<style>
span { border-color: #08292C; }
span { border-color: rgb(8,41,44); }
td.TdClassName
{
border-color: #08292C;
}
.TagClassName
{
border-color: #08292C;
}
</style>