Shades of Tiber #214142
Tints of Tiber #214142
RGB
CMYK
RGB Variations
Color information
#214142 (or 0x214142) is known color: Tiber. HEX triplet: 21, 41 and 42. RGB value is (33,65,66). Sum of RGB (Red+Green+Blue) = 33+65+66=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #214142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214142 is #DEBEBD. Grayscale: #373737. Windows color (decimal): -14597822 or 4342049. OLE color: 4342049.
HSL color Cylindrical-coordinate representation of color #214142: hue angle of 181.82º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214142 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 65 | 66 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.74 |
| HSL | 181.82º | 0.33% | 0.19% | - |
| HSV(B) | 181.82º | 0.5% | 0.26% | - |
| XYZ | 3.5 | 4.5 | 5.84 | - |
| YUV | 55.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 66 | 0.5 | 0.02 | 0 | 0.74 | 181.82 | 0.33 | 0.19 |
| Hex | 21 | 41 | 42 | 32 | 2 | 0 | 4A | B6 | 21 | 13 |
| Octal | 41 | 101 | 102 | 62 | 2 | 0 | 112 | 266 | 41 | 23 |
| Binary | 100001 | 1000001 | 1000010 | 110010 | 10 | 0 | 1001010 | 10110110 | 100001 | 10011 |
Color Harmonies of #214142
Complementary color
Monochromatic Colors of #214142
Black with #214142
Text Example
Text Example
White with #214142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214142; }
p { color: rgb(33,65,66); }
H1.HeaderClassName
{
color: #214142;
}
.AnyTagClassName
{
color: #214142;
}
</style>
background-color css
<style>
a { background-color: #214142; }
a { background-color: rgb(33,65,66); }
div.DivClassName
{
background-color: #214142;
}
.BgClassName
{
background-color: #214142;
}
</style>
border-color css
<style>
span { border-color: #214142; }
span { border-color: rgb(33,65,66); }
td.TdClassName
{
border-color: #214142;
}
.TagClassName
{
border-color: #214142;
}
</style>