Shades of Swamp #0D2325
Tints of Swamp #0D2325
RGB
CMYK
RGB Variations
Color information
#0D2325 (or 0x0D2325) is known color: Swamp. HEX triplet: 0D, 23 and 25. RGB value is (13,35,37). Sum of RGB (Red+Green+Blue) = 13+35+37=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D2325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2325 is #F2DCDA. Grayscale: #1C1C1C. Windows color (decimal): -15916251 or 2433805. OLE color: 2433805.
HSL color Cylindrical-coordinate representation of color #0D2325: hue angle of 185º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2325 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 35 | 37 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.85 |
| HSL | 185º | 0.48% | 0.1% | - |
| HSV(B) | 185º | 0.65% | 0.15% | - |
| XYZ | 1.1 | 1.42 | 1.97 | - |
| YUV | 28.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 37 | 0.65 | 0.05 | 0 | 0.85 | 185 | 0.48 | 0.1 |
| Hex | D | 23 | 25 | 41 | 5 | 0 | 55 | B9 | 30 | A |
| Octal | 15 | 43 | 45 | 101 | 5 | 0 | 125 | 271 | 60 | 12 |
| Binary | 1101 | 100011 | 100101 | 1000001 | 101 | 0 | 1010101 | 10111001 | 110000 | 1010 |
Color Harmonies of #0D2325
Complementary color
Monochromatic Colors of #0D2325
Black with #0D2325
Text Example
Text Example
White with #0D2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2325; }
p { color: rgb(13,35,37); }
H1.HeaderClassName
{
color: #0D2325;
}
.AnyTagClassName
{
color: #0D2325;
}
</style>
background-color css
<style>
a { background-color: #0D2325; }
a { background-color: rgb(13,35,37); }
div.DivClassName
{
background-color: #0D2325;
}
.BgClassName
{
background-color: #0D2325;
}
</style>
border-color css
<style>
span { border-color: #0D2325; }
span { border-color: rgb(13,35,37); }
td.TdClassName
{
border-color: #0D2325;
}
.TagClassName
{
border-color: #0D2325;
}
</style>