Shades of Tiber #204949
Tints of Tiber #204949
RGB
CMYK
RGB Variations
Color information
#204949 (or 0x204949) is known color: Tiber. HEX triplet: 20, 49 and 49. RGB value is (32,73,73). Sum of RGB (Red+Green+Blue) = 32+73+73=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #204949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204949 is #DFB6B6. Grayscale: #3C3C3C. Windows color (decimal): -14661303 or 4802848. OLE color: 4802848.
HSL color Cylindrical-coordinate representation of color #204949: hue angle of 180º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204949 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 73 | - |
| CMYK | 0.56 | 0 | 0 | 0.71 |
| HSL | 180º | 0.39% | 0.21% | - |
| HSV(B) | 180º | 0.56% | 0.29% | - |
| XYZ | 4.18 | 5.55 | 7.15 | - |
| YUV | 60.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 73 | 0.56 | 0 | 0 | 0.71 | 180 | 0.39 | 0.21 |
| Hex | 20 | 49 | 49 | 38 | 0 | 0 | 47 | B4 | 27 | 15 |
| Octal | 40 | 111 | 111 | 70 | 0 | 0 | 107 | 264 | 47 | 25 |
| Binary | 100000 | 1001001 | 1001001 | 111000 | 0 | 0 | 1000111 | 10110100 | 100111 | 10101 |
Color Harmonies of #204949
Complementary color
Monochromatic Colors of #204949
Black with #204949
Text Example
Text Example
White with #204949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204949; }
p { color: rgb(32,73,73); }
H1.HeaderClassName
{
color: #204949;
}
.AnyTagClassName
{
color: #204949;
}
</style>
background-color css
<style>
a { background-color: #204949; }
a { background-color: rgb(32,73,73); }
div.DivClassName
{
background-color: #204949;
}
.BgClassName
{
background-color: #204949;
}
</style>
border-color css
<style>
span { border-color: #204949; }
span { border-color: rgb(32,73,73); }
td.TdClassName
{
border-color: #204949;
}
.TagClassName
{
border-color: #204949;
}
</style>