Shades of Tiber #214242
Tints of Tiber #214242
RGB
CMYK
RGB Variations
Color information
#214242 (or 0x214242) is known color: Tiber. HEX triplet: 21, 42 and 42. RGB value is (33,66,66). Sum of RGB (Red+Green+Blue) = 33+66+66=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #214242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214242 is #DEBDBD. Grayscale: #383838. Windows color (decimal): -14597566 or 4342305. OLE color: 4342305.
HSL color Cylindrical-coordinate representation of color #214242: hue angle of 180º 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 #214242 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 66 | - |
| CMYK | 0.5 | 0 | 0 | 0.74 |
| HSL | 180º | 0.33% | 0.19% | - |
| HSV(B) | 180º | 0.5% | 0.26% | - |
| XYZ | 3.56 | 4.61 | 5.86 | - |
| YUV | 56.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 66 | 0.5 | 0 | 0 | 0.74 | 180 | 0.33 | 0.19 |
| Hex | 21 | 42 | 42 | 32 | 0 | 0 | 4A | B4 | 21 | 13 |
| Octal | 41 | 102 | 102 | 62 | 0 | 0 | 112 | 264 | 41 | 23 |
| Binary | 100001 | 1000010 | 1000010 | 110010 | 0 | 0 | 1001010 | 10110100 | 100001 | 10011 |
Color Harmonies of #214242
Complementary color
Monochromatic Colors of #214242
Black with #214242
Text Example
Text Example
White with #214242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214242; }
p { color: rgb(33,66,66); }
H1.HeaderClassName
{
color: #214242;
}
.AnyTagClassName
{
color: #214242;
}
</style>
background-color css
<style>
a { background-color: #214242; }
a { background-color: rgb(33,66,66); }
div.DivClassName
{
background-color: #214242;
}
.BgClassName
{
background-color: #214242;
}
</style>
border-color css
<style>
span { border-color: #214242; }
span { border-color: rgb(33,66,66); }
td.TdClassName
{
border-color: #214242;
}
.TagClassName
{
border-color: #214242;
}
</style>