Shades of Swamp #153330
Tints of Swamp #153330
RGB
CMYK
RGB Variations
Color information
#153330 (or 0x153330) is known color: Swamp. HEX triplet: 15, 33 and 30. RGB value is (21,51,48). Sum of RGB (Red+Green+Blue) = 21+51+48=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #153330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153330 is #EACCCF. Grayscale: #292929. Windows color (decimal): -15387856 or 3158805. OLE color: 3158805.
HSL color Cylindrical-coordinate representation of color #153330: hue angle of 174º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153330 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 48 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.8 |
| HSL | 174º | 0.42% | 0.14% | - |
| HSV(B) | 174º | 0.59% | 0.2% | - |
| XYZ | 2.03 | 2.74 | 3.22 | - |
| YUV | 41.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 48 | 0.59 | 0 | 0.06 | 0.8 | 174 | 0.42 | 0.14 |
| Hex | 15 | 33 | 30 | 3B | 0 | 6 | 50 | AE | 2A | E |
| Octal | 25 | 63 | 60 | 73 | 0 | 6 | 120 | 256 | 52 | 16 |
| Binary | 10101 | 110011 | 110000 | 111011 | 0 | 110 | 1010000 | 10101110 | 101010 | 1110 |
Color Harmonies of #153330
Complementary color
Monochromatic Colors of #153330
Black with #153330
Text Example
Text Example
White with #153330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153330; }
p { color: rgb(21,51,48); }
H1.HeaderClassName
{
color: #153330;
}
.AnyTagClassName
{
color: #153330;
}
</style>
background-color css
<style>
a { background-color: #153330; }
a { background-color: rgb(21,51,48); }
div.DivClassName
{
background-color: #153330;
}
.BgClassName
{
background-color: #153330;
}
</style>
border-color css
<style>
span { border-color: #153330; }
span { border-color: rgb(21,51,48); }
td.TdClassName
{
border-color: #153330;
}
.TagClassName
{
border-color: #153330;
}
</style>