Shades of Swamp #082B2B
Tints of Swamp #082B2B
RGB
CMYK
RGB Variations
Color information
#082B2B (or 0x082B2B) is known color: Swamp. HEX triplet: 08, 2B and 2B. RGB value is (8,43,43). Sum of RGB (Red+Green+Blue) = 8+43+43=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #082B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B2B is #F7D4D4. Grayscale: #202020. Windows color (decimal): -16241877 or 2829064. OLE color: 2829064.
HSL color Cylindrical-coordinate representation of color #082B2B: hue angle of 180º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082B2B is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 43 | - |
| CMYK | 0.81 | 0 | 0 | 0.83 |
| HSL | 180º | 0.69% | 0.1% | - |
| HSV(B) | 180º | 0.81% | 0.17% | - |
| XYZ | 1.4 | 1.95 | 2.59 | - |
| YUV | 32.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 43 | 0.81 | 0 | 0 | 0.83 | 180 | 0.69 | 0.1 |
| Hex | 8 | 2B | 2B | 51 | 0 | 0 | 53 | B4 | 45 | A |
| Octal | 10 | 53 | 53 | 121 | 0 | 0 | 123 | 264 | 105 | 12 |
| Binary | 1000 | 101011 | 101011 | 1010001 | 0 | 0 | 1010011 | 10110100 | 1000101 | 1010 |
Color Harmonies of #082B2B
Complementary color
Monochromatic Colors of #082B2B
Black with #082B2B
Text Example
Text Example
White with #082B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B2B; }
p { color: rgb(8,43,43); }
H1.HeaderClassName
{
color: #082B2B;
}
.AnyTagClassName
{
color: #082B2B;
}
</style>
background-color css
<style>
a { background-color: #082B2B; }
a { background-color: rgb(8,43,43); }
div.DivClassName
{
background-color: #082B2B;
}
.BgClassName
{
background-color: #082B2B;
}
</style>
border-color css
<style>
span { border-color: #082B2B; }
span { border-color: rgb(8,43,43); }
td.TdClassName
{
border-color: #082B2B;
}
.TagClassName
{
border-color: #082B2B;
}
</style>