Shades of Tiber #214342
Tints of Tiber #214342
RGB
CMYK
RGB Variations
Color information
#214342 (or 0x214342) is known color: Tiber. HEX triplet: 21, 43 and 42. RGB value is (33,67,66). Sum of RGB (Red+Green+Blue) = 33+67+66=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #214342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214342 is #DEBCBD. Grayscale: #383838. Windows color (decimal): -14597310 or 4342561. OLE color: 4342561.
HSL color Cylindrical-coordinate representation of color #214342: hue angle of 178.24º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214342 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 66 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.74 |
| HSL | 178.24º | 0.34% | 0.2% | - |
| HSV(B) | 178.24º | 0.51% | 0.26% | - |
| XYZ | 3.62 | 4.73 | 5.88 | - |
| YUV | 56.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 66 | 0.51 | 0 | 0.01 | 0.74 | 178.24 | 0.34 | 0.2 |
| Hex | 21 | 43 | 42 | 33 | 0 | 1 | 4A | B2 | 22 | 14 |
| Octal | 41 | 103 | 102 | 63 | 0 | 1 | 112 | 262 | 42 | 24 |
| Binary | 100001 | 1000011 | 1000010 | 110011 | 0 | 1 | 1001010 | 10110010 | 100010 | 10100 |
Color Harmonies of #214342
Complementary color
Monochromatic Colors of #214342
Black with #214342
Text Example
Text Example
White with #214342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214342; }
p { color: rgb(33,67,66); }
H1.HeaderClassName
{
color: #214342;
}
.AnyTagClassName
{
color: #214342;
}
</style>
background-color css
<style>
a { background-color: #214342; }
a { background-color: rgb(33,67,66); }
div.DivClassName
{
background-color: #214342;
}
.BgClassName
{
background-color: #214342;
}
</style>
border-color css
<style>
span { border-color: #214342; }
span { border-color: rgb(33,67,66); }
td.TdClassName
{
border-color: #214342;
}
.TagClassName
{
border-color: #214342;
}
</style>