Shades of Swamp #082325
Tints of Swamp #082325
RGB
CMYK
RGB Variations
Color information
#082325 (or 0x082325) is known color: Swamp. HEX triplet: 08, 23 and 25. RGB value is (8,35,37). Sum of RGB (Red+Green+Blue) = 8+35+37=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #082325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082325 is #F7DCDA. Grayscale: #1B1B1B. Windows color (decimal): -16243931 or 2433800. OLE color: 2433800.
HSL color Cylindrical-coordinate representation of color #082325: hue angle of 184.14º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082325 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 35 | 37 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.85 |
| HSL | 184.14º | 0.64% | 0.09% | - |
| HSV(B) | 184.14º | 0.78% | 0.15% | - |
| XYZ | 1.04 | 1.39 | 1.96 | - |
| YUV | 27.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 37 | 0.78 | 0.05 | 0 | 0.85 | 184.14 | 0.64 | 0.09 |
| Hex | 8 | 23 | 25 | 4E | 5 | 0 | 55 | B8 | 40 | 9 |
| Octal | 10 | 43 | 45 | 116 | 5 | 0 | 125 | 270 | 100 | 11 |
| Binary | 1000 | 100011 | 100101 | 1001110 | 101 | 0 | 1010101 | 10111000 | 1000000 | 1001 |
Color Harmonies of #082325
Complementary color
Monochromatic Colors of #082325
Black with #082325
Text Example
Text Example
White with #082325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082325; }
p { color: rgb(8,35,37); }
H1.HeaderClassName
{
color: #082325;
}
.AnyTagClassName
{
color: #082325;
}
</style>
background-color css
<style>
a { background-color: #082325; }
a { background-color: rgb(8,35,37); }
div.DivClassName
{
background-color: #082325;
}
.BgClassName
{
background-color: #082325;
}
</style>
border-color css
<style>
span { border-color: #082325; }
span { border-color: rgb(8,35,37); }
td.TdClassName
{
border-color: #082325;
}
.TagClassName
{
border-color: #082325;
}
</style>