Shades of Swamp #072323
Tints of Swamp #072323
RGB
CMYK
RGB Variations
Color information
#072323 (or 0x072323) is known color: Swamp. HEX triplet: 07, 23 and 23. RGB value is (7,35,35). Sum of RGB (Red+Green+Blue) = 7+35+35=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: green, blue. Hex color #072323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072323 is #F8DCDC. Grayscale: #1A1A1A. Windows color (decimal): -16309469 or 2302727. OLE color: 2302727.
HSL color Cylindrical-coordinate representation of color #072323: hue angle of 180º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #072323 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 35 | - |
| CMYK | 0.80 | 0 | 0 | 0.86 |
| HSL | 180º | 0.67% | 0.08% | - |
| HSV(B) | 180º | 0.8% | 0.14% | - |
| XYZ | 0.99 | 1.37 | 1.8 | - |
| YUV | 26.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 35 | 0.80 | 0 | 0 | 0.86 | 180 | 0.67 | 0.08 |
| Hex | 7 | 23 | 23 | 50 | 0 | 0 | 56 | B4 | 43 | 8 |
| Octal | 7 | 43 | 43 | 120 | 0 | 0 | 126 | 264 | 103 | 10 |
| Binary | 111 | 100011 | 100011 | 1010000 | 0 | 0 | 1010110 | 10110100 | 1000011 | 1000 |
Color Harmonies of #072323
Complementary color
Monochromatic Colors of #072323
Black with #072323
Text Example
Text Example
White with #072323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072323; }
p { color: rgb(7,35,35); }
H1.HeaderClassName
{
color: #072323;
}
.AnyTagClassName
{
color: #072323;
}
</style>
background-color css
<style>
a { background-color: #072323; }
a { background-color: rgb(7,35,35); }
div.DivClassName
{
background-color: #072323;
}
.BgClassName
{
background-color: #072323;
}
</style>
border-color css
<style>
span { border-color: #072323; }
span { border-color: rgb(7,35,35); }
td.TdClassName
{
border-color: #072323;
}
.TagClassName
{
border-color: #072323;
}
</style>