Shades of Swamp #022325
Tints of Swamp #022325
RGB
CMYK
RGB Variations
Color information
#022325 (or 0x022325) is known color: Swamp. HEX triplet: 02, 23 and 25. RGB value is (2,35,37). Sum of RGB (Red+Green+Blue) = 2+35+37=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #022325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022325 is #FDDCDA. Grayscale: #191919. Windows color (decimal): -16637147 or 2433794. OLE color: 2433794.
HSL color Cylindrical-coordinate representation of color #022325: hue angle of 183.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022325 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 35 | 37 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.85 |
| HSL | 183.43º | 0.9% | 0.08% | - |
| HSV(B) | 183.43º | 0.95% | 0.15% | - |
| XYZ | 0.96 | 1.35 | 1.96 | - |
| YUV | 25.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 37 | 0.95 | 0.05 | 0 | 0.85 | 183.43 | 0.9 | 0.08 |
| Hex | 2 | 23 | 25 | 5F | 5 | 0 | 55 | B7 | 5A | 8 |
| Octal | 2 | 43 | 45 | 137 | 5 | 0 | 125 | 267 | 132 | 10 |
| Binary | 10 | 100011 | 100101 | 1011111 | 101 | 0 | 1010101 | 10110111 | 1011010 | 1000 |
Color Harmonies of #022325
Complementary color
Monochromatic Colors of #022325
Black with #022325
Text Example
Text Example
White with #022325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022325; }
p { color: rgb(2,35,37); }
H1.HeaderClassName
{
color: #022325;
}
.AnyTagClassName
{
color: #022325;
}
</style>
background-color css
<style>
a { background-color: #022325; }
a { background-color: rgb(2,35,37); }
div.DivClassName
{
background-color: #022325;
}
.BgClassName
{
background-color: #022325;
}
</style>
border-color css
<style>
span { border-color: #022325; }
span { border-color: rgb(2,35,37); }
td.TdClassName
{
border-color: #022325;
}
.TagClassName
{
border-color: #022325;
}
</style>