Shades of Swamp #082828
Tints of Swamp #082828
RGB
CMYK
RGB Variations
Color information
#082828 (or 0x082828) is known color: Swamp. HEX triplet: 08, 28 and 28. RGB value is (8,40,40). Sum of RGB (Red+Green+Blue) = 8+40+40=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #082828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082828 is #F7D7D7. Grayscale: #1E1E1E. Windows color (decimal): -16242648 or 2631688. OLE color: 2631688.
HSL color Cylindrical-coordinate representation of color #082828: hue angle of 180º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082828 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 40 | - |
| CMYK | 0.80 | 0 | 0 | 0.84 |
| HSL | 180º | 0.67% | 0.09% | - |
| HSV(B) | 180º | 0.8% | 0.16% | - |
| XYZ | 1.24 | 1.72 | 2.27 | - |
| YUV | 30.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 40 | 0.80 | 0 | 0 | 0.84 | 180 | 0.67 | 0.09 |
| Hex | 8 | 28 | 28 | 50 | 0 | 0 | 54 | B4 | 43 | 9 |
| Octal | 10 | 50 | 50 | 120 | 0 | 0 | 124 | 264 | 103 | 11 |
| Binary | 1000 | 101000 | 101000 | 1010000 | 0 | 0 | 1010100 | 10110100 | 1000011 | 1001 |
Color Harmonies of #082828
Complementary color
Monochromatic Colors of #082828
Black with #082828
Text Example
Text Example
White with #082828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082828; }
p { color: rgb(8,40,40); }
H1.HeaderClassName
{
color: #082828;
}
.AnyTagClassName
{
color: #082828;
}
</style>
background-color css
<style>
a { background-color: #082828; }
a { background-color: rgb(8,40,40); }
div.DivClassName
{
background-color: #082828;
}
.BgClassName
{
background-color: #082828;
}
</style>
border-color css
<style>
span { border-color: #082828; }
span { border-color: rgb(8,40,40); }
td.TdClassName
{
border-color: #082828;
}
.TagClassName
{
border-color: #082828;
}
</style>