Shades of Tiber #214949
Tints of Tiber #214949
RGB
CMYK
RGB Variations
Color information
#214949 (or 0x214949) is known color: Tiber. HEX triplet: 21, 49 and 49. RGB value is (33,73,73). Sum of RGB (Red+Green+Blue) = 33+73+73=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #214949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214949 is #DEB6B6. Grayscale: #3D3D3D. Windows color (decimal): -14595767 or 4802849. OLE color: 4802849.
HSL color Cylindrical-coordinate representation of color #214949: hue angle of 180º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214949 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 73 | - |
| CMYK | 0.55 | 0 | 0 | 0.71 |
| HSL | 180º | 0.38% | 0.21% | - |
| HSV(B) | 180º | 0.55% | 0.29% | - |
| XYZ | 4.21 | 5.57 | 7.16 | - |
| YUV | 61.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 73 | 0.55 | 0 | 0 | 0.71 | 180 | 0.38 | 0.21 |
| Hex | 21 | 49 | 49 | 37 | 0 | 0 | 47 | B4 | 26 | 15 |
| Octal | 41 | 111 | 111 | 67 | 0 | 0 | 107 | 264 | 46 | 25 |
| Binary | 100001 | 1001001 | 1001001 | 110111 | 0 | 0 | 1000111 | 10110100 | 100110 | 10101 |
Color Harmonies of #214949
Complementary color
Monochromatic Colors of #214949
Black with #214949
Text Example
Text Example
White with #214949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214949; }
p { color: rgb(33,73,73); }
H1.HeaderClassName
{
color: #214949;
}
.AnyTagClassName
{
color: #214949;
}
</style>
background-color css
<style>
a { background-color: #214949; }
a { background-color: rgb(33,73,73); }
div.DivClassName
{
background-color: #214949;
}
.BgClassName
{
background-color: #214949;
}
</style>
border-color css
<style>
span { border-color: #214949; }
span { border-color: rgb(33,73,73); }
td.TdClassName
{
border-color: #214949;
}
.TagClassName
{
border-color: #214949;
}
</style>