Shades of Swamp #082324
Tints of Swamp #082324
RGB
CMYK
RGB Variations
Color information
#082324 (or 0x082324) is known color: Swamp. HEX triplet: 08, 23 and 24. RGB value is (8,35,36). Sum of RGB (Red+Green+Blue) = 8+35+36=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #082324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082324 is #F7DCDB. Grayscale: #1B1B1B. Windows color (decimal): -16243932 or 2368264. OLE color: 2368264.
HSL color Cylindrical-coordinate representation of color #082324: hue angle of 182.14º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082324 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 35 | 36 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.86 |
| HSL | 182.14º | 0.64% | 0.09% | - |
| HSV(B) | 182.14º | 0.78% | 0.14% | - |
| XYZ | 1.02 | 1.38 | 1.88 | - |
| YUV | 27.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 36 | 0.78 | 0.03 | 0 | 0.86 | 182.14 | 0.64 | 0.09 |
| Hex | 8 | 23 | 24 | 4E | 3 | 0 | 56 | B6 | 40 | 9 |
| Octal | 10 | 43 | 44 | 116 | 3 | 0 | 126 | 266 | 100 | 11 |
| Binary | 1000 | 100011 | 100100 | 1001110 | 11 | 0 | 1010110 | 10110110 | 1000000 | 1001 |
Color Harmonies of #082324
Complementary color
Monochromatic Colors of #082324
Black with #082324
Text Example
Text Example
White with #082324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082324; }
p { color: rgb(8,35,36); }
H1.HeaderClassName
{
color: #082324;
}
.AnyTagClassName
{
color: #082324;
}
</style>
background-color css
<style>
a { background-color: #082324; }
a { background-color: rgb(8,35,36); }
div.DivClassName
{
background-color: #082324;
}
.BgClassName
{
background-color: #082324;
}
</style>
border-color css
<style>
span { border-color: #082324; }
span { border-color: rgb(8,35,36); }
td.TdClassName
{
border-color: #082324;
}
.TagClassName
{
border-color: #082324;
}
</style>