Shades of Tiber #214141
Tints of Tiber #214141
RGB
CMYK
RGB Variations
Color information
#214141 (or 0x214141) is known color: Tiber. HEX triplet: 21, 41 and 41. RGB value is (33,65,65). Sum of RGB (Red+Green+Blue) = 33+65+65=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #214141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214141 is #DEBEBE. Grayscale: #373737. Windows color (decimal): -14597823 or 4276513. OLE color: 4276513.
HSL color Cylindrical-coordinate representation of color #214141: hue angle of 180º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214141 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 65 | - |
| CMYK | 0.49 | 0 | 0 | 0.75 |
| HSL | 180º | 0.33% | 0.19% | - |
| HSV(B) | 180º | 0.49% | 0.25% | - |
| XYZ | 3.47 | 4.49 | 5.68 | - |
| YUV | 55.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 65 | 0.49 | 0 | 0 | 0.75 | 180 | 0.33 | 0.19 |
| Hex | 21 | 41 | 41 | 31 | 0 | 0 | 4B | B4 | 21 | 13 |
| Octal | 41 | 101 | 101 | 61 | 0 | 0 | 113 | 264 | 41 | 23 |
| Binary | 100001 | 1000001 | 1000001 | 110001 | 0 | 0 | 1001011 | 10110100 | 100001 | 10011 |
Color Harmonies of #214141
Complementary color
Monochromatic Colors of #214141
Black with #214141
Text Example
Text Example
White with #214141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214141; }
p { color: rgb(33,65,65); }
H1.HeaderClassName
{
color: #214141;
}
.AnyTagClassName
{
color: #214141;
}
</style>
background-color css
<style>
a { background-color: #214141; }
a { background-color: rgb(33,65,65); }
div.DivClassName
{
background-color: #214141;
}
.BgClassName
{
background-color: #214141;
}
</style>
border-color css
<style>
span { border-color: #214141; }
span { border-color: rgb(33,65,65); }
td.TdClassName
{
border-color: #214141;
}
.TagClassName
{
border-color: #214141;
}
</style>