Shades of Swamp #082728
Tints of Swamp #082728
RGB
CMYK
RGB Variations
Color information
#082728 (or 0x082728) is known color: Swamp. HEX triplet: 08, 27 and 28. RGB value is (8,39,40). Sum of RGB (Red+Green+Blue) = 8+39+40=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #082728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082728 is #F7D8D7. Grayscale: #1D1D1D. Windows color (decimal): -16242904 or 2631432. OLE color: 2631432.
HSL color Cylindrical-coordinate representation of color #082728: hue angle of 181.88º 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 #082728 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 39 | 40 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.84 |
| HSL | 181.88º | 0.67% | 0.09% | - |
| HSV(B) | 181.88º | 0.8% | 0.16% | - |
| XYZ | 1.21 | 1.66 | 2.26 | - |
| YUV | 29.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 40 | 0.80 | 0.02 | 0 | 0.84 | 181.88 | 0.67 | 0.09 |
| Hex | 8 | 27 | 28 | 50 | 2 | 0 | 54 | B6 | 43 | 9 |
| Octal | 10 | 47 | 50 | 120 | 2 | 0 | 124 | 266 | 103 | 11 |
| Binary | 1000 | 100111 | 101000 | 1010000 | 10 | 0 | 1010100 | 10110110 | 1000011 | 1001 |
Color Harmonies of #082728
Complementary color
Monochromatic Colors of #082728
Black with #082728
Text Example
Text Example
White with #082728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082728; }
p { color: rgb(8,39,40); }
H1.HeaderClassName
{
color: #082728;
}
.AnyTagClassName
{
color: #082728;
}
</style>
background-color css
<style>
a { background-color: #082728; }
a { background-color: rgb(8,39,40); }
div.DivClassName
{
background-color: #082728;
}
.BgClassName
{
background-color: #082728;
}
</style>
border-color css
<style>
span { border-color: #082728; }
span { border-color: rgb(8,39,40); }
td.TdClassName
{
border-color: #082728;
}
.TagClassName
{
border-color: #082728;
}
</style>