Shades of Tiber #214745
Tints of Tiber #214745
RGB
CMYK
RGB Variations
Color information
#214745 (or 0x214745) is known color: Tiber. HEX triplet: 21, 47 and 45. RGB value is (33,71,69). Sum of RGB (Red+Green+Blue) = 33+71+69=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #214745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214745 is #DEB8BA. Grayscale: #3B3B3B. Windows color (decimal): -14596283 or 4540193. OLE color: 4540193.
HSL color Cylindrical-coordinate representation of color #214745: hue angle of 176.84º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214745 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 69 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.72 |
| HSL | 176.84º | 0.37% | 0.2% | - |
| HSV(B) | 176.84º | 0.54% | 0.28% | - |
| XYZ | 3.95 | 5.26 | 6.44 | - |
| YUV | 59.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 69 | 0.54 | 0 | 0.03 | 0.72 | 176.84 | 0.37 | 0.2 |
| Hex | 21 | 47 | 45 | 36 | 0 | 3 | 48 | B1 | 25 | 14 |
| Octal | 41 | 107 | 105 | 66 | 0 | 3 | 110 | 261 | 45 | 24 |
| Binary | 100001 | 1000111 | 1000101 | 110110 | 0 | 11 | 1001000 | 10110001 | 100101 | 10100 |
Color Harmonies of #214745
Complementary color
Monochromatic Colors of #214745
Black with #214745
Text Example
Text Example
White with #214745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214745; }
p { color: rgb(33,71,69); }
H1.HeaderClassName
{
color: #214745;
}
.AnyTagClassName
{
color: #214745;
}
</style>
background-color css
<style>
a { background-color: #214745; }
a { background-color: rgb(33,71,69); }
div.DivClassName
{
background-color: #214745;
}
.BgClassName
{
background-color: #214745;
}
</style>
border-color css
<style>
span { border-color: #214745; }
span { border-color: rgb(33,71,69); }
td.TdClassName
{
border-color: #214745;
}
.TagClassName
{
border-color: #214745;
}
</style>