Shades of Tiber #224141
Tints of Tiber #224141
RGB
CMYK
RGB Variations
Color information
#224141 (or 0x224141) is known color: Tiber. HEX triplet: 22, 41 and 41. RGB value is (34,65,65). Sum of RGB (Red+Green+Blue) = 34+65+65=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #224141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224141 is #DDBEBE. Grayscale: #373737. Windows color (decimal): -14532287 or 4276514. OLE color: 4276514.
HSL color Cylindrical-coordinate representation of color #224141: hue angle of 180º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224141 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 65 | 65 | - |
| CMYK | 0.48 | 0 | 0 | 0.75 |
| HSL | 180º | 0.31% | 0.19% | - |
| HSV(B) | 180º | 0.48% | 0.25% | - |
| XYZ | 3.5 | 4.5 | 5.69 | - |
| YUV | 55.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 65 | 0.48 | 0 | 0 | 0.75 | 180 | 0.31 | 0.19 |
| Hex | 22 | 41 | 41 | 30 | 0 | 0 | 4B | B4 | 1F | 13 |
| Octal | 42 | 101 | 101 | 60 | 0 | 0 | 113 | 264 | 37 | 23 |
| Binary | 100010 | 1000001 | 1000001 | 110000 | 0 | 0 | 1001011 | 10110100 | 11111 | 10011 |
Color Harmonies of #224141
Complementary color
Monochromatic Colors of #224141
Black with #224141
Text Example
Text Example
White with #224141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224141; }
p { color: rgb(34,65,65); }
H1.HeaderClassName
{
color: #224141;
}
.AnyTagClassName
{
color: #224141;
}
</style>
background-color css
<style>
a { background-color: #224141; }
a { background-color: rgb(34,65,65); }
div.DivClassName
{
background-color: #224141;
}
.BgClassName
{
background-color: #224141;
}
</style>
border-color css
<style>
span { border-color: #224141; }
span { border-color: rgb(34,65,65); }
td.TdClassName
{
border-color: #224141;
}
.TagClassName
{
border-color: #224141;
}
</style>