Shades of Swamp #303131
Tints of Swamp #303131
RGB
CMYK
RGB Variations
Color information
#303131 (or 0x303131) is known color: Swamp. HEX triplet: 30, 31 and 31. RGB value is (48,49,49). Sum of RGB (Red+Green+Blue) = 48+49+49=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #303131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303131 is #CFCECE. Grayscale: #303030. Windows color (decimal): -13618895 or 3223856. OLE color: 3223856.
HSL color Cylindrical-coordinate representation of color #303131: hue angle of 180º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #303131 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 48 | 49 | 49 | - |
CMYK | 0.02 | 0 | 0 | 0.81 |
HSL | 180º | 0.01% | 0.19% | - |
HSV(B) | 180º | 0.02% | 0.19% | - |
XYZ | 2.87 | 3.05 | 3.34 | - |
YUV | 48.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 49 | 49 | 0.02 | 0 | 0 | 0.81 | 180 | 0.01 | 0.19 |
Hex | 30 | 31 | 31 | 2 | 0 | 0 | 51 | B4 | 1 | 13 |
Octal | 60 | 61 | 61 | 2 | 0 | 0 | 121 | 264 | 1 | 23 |
Binary | 110000 | 110001 | 110001 | 10 | 0 | 0 | 1010001 | 10110100 | 1 | 10011 |
Color Harmonies of #303131
Complementary color
Monochromatic Colors of #303131
Black with #303131
Text Example
Text Example
White with #303131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303131; }
p { color: rgb(48,49,49); }
H1.HeaderClassName
{
color: #303131;
}
.AnyTagClassName
{
color: #303131;
}
</style>
background-color css
<style>
a { background-color: #303131; }
a { background-color: rgb(48,49,49); }
div.DivClassName
{
background-color: #303131;
}
.BgClassName
{
background-color: #303131;
}
</style>
border-color css
<style>
span { border-color: #303131; }
span { border-color: rgb(48,49,49); }
td.TdClassName
{
border-color: #303131;
}
.TagClassName
{
border-color: #303131;
}
</style>