Shades of Swamp #1E2525
Tints of Swamp #1E2525
RGB
CMYK
RGB Variations
Color information
#1E2525 (or 0x1E2525) is known color: Swamp. HEX triplet: 1E, 25 and 25. RGB value is (30,37,37). Sum of RGB (Red+Green+Blue) = 30+37+37=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #1E2525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2525 is #E1DADA. Grayscale: #222222. Windows color (decimal): -14801627 or 2434334. OLE color: 2434334.
HSL color Cylindrical-coordinate representation of color #1E2525: hue angle of 180º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1E2525 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
RGB | 30 | 37 | 37 | - |
CMYK | 0.19 | 0 | 0 | 0.85 |
HSL | 180º | 0.1% | 0.13% | - |
HSV(B) | 180º | 0.19% | 0.15% | - |
XYZ | 1.53 | 1.73 | 2 | - |
YUV | 34.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 37 | 37 | 0.19 | 0 | 0 | 0.85 | 180 | 0.1 | 0.13 |
Hex | 1E | 25 | 25 | 13 | 0 | 0 | 55 | B4 | A | D |
Octal | 36 | 45 | 45 | 23 | 0 | 0 | 125 | 264 | 12 | 15 |
Binary | 11110 | 100101 | 100101 | 10011 | 0 | 0 | 1010101 | 10110100 | 1010 | 1101 |
Color Harmonies of #1E2525
Complementary color
Monochromatic Colors of #1E2525
Black with #1E2525
Text Example
Text Example
White with #1E2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2525; }
p { color: rgb(30,37,37); }
H1.HeaderClassName
{
color: #1E2525;
}
.AnyTagClassName
{
color: #1E2525;
}
</style>
background-color css
<style>
a { background-color: #1E2525; }
a { background-color: rgb(30,37,37); }
div.DivClassName
{
background-color: #1E2525;
}
.BgClassName
{
background-color: #1E2525;
}
</style>
border-color css
<style>
span { border-color: #1E2525; }
span { border-color: rgb(30,37,37); }
td.TdClassName
{
border-color: #1E2525;
}
.TagClassName
{
border-color: #1E2525;
}
</style>