Shades of Tiber #133D3A
Tints of Tiber #133D3A
RGB
CMYK
RGB Variations
Color information
#133D3A (or 0x133D3A) is known color: Tiber. HEX triplet: 13, 3D and 3A. RGB value is (19,61,58). Sum of RGB (Red+Green+Blue) = 19+61+58=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #133D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3A is #ECC2C5. Grayscale: #303030. Windows color (decimal): -15516358 or 3816723. OLE color: 3816723.
HSL color Cylindrical-coordinate representation of color #133D3A: hue angle of 175.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D3A is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 58 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.76 |
| HSL | 175.71º | 0.53% | 0.16% | - |
| HSV(B) | 175.71º | 0.69% | 0.24% | - |
| XYZ | 2.7 | 3.78 | 4.59 | - |
| YUV | 48.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 58 | 0.69 | 0 | 0.05 | 0.76 | 175.71 | 0.53 | 0.16 |
| Hex | 13 | 3D | 3A | 45 | 0 | 5 | 4C | B0 | 34 | 10 |
| Octal | 23 | 75 | 72 | 105 | 0 | 5 | 114 | 260 | 64 | 20 |
| Binary | 10011 | 111101 | 111010 | 1000101 | 0 | 101 | 1001100 | 10110000 | 110100 | 10000 |
Color Harmonies of #133D3A
Complementary color
Monochromatic Colors of #133D3A
Black with #133D3A
Text Example
Text Example
White with #133D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D3A; }
p { color: rgb(19,61,58); }
H1.HeaderClassName
{
color: #133D3A;
}
.AnyTagClassName
{
color: #133D3A;
}
</style>
background-color css
<style>
a { background-color: #133D3A; }
a { background-color: rgb(19,61,58); }
div.DivClassName
{
background-color: #133D3A;
}
.BgClassName
{
background-color: #133D3A;
}
</style>
border-color css
<style>
span { border-color: #133D3A; }
span { border-color: rgb(19,61,58); }
td.TdClassName
{
border-color: #133D3A;
}
.TagClassName
{
border-color: #133D3A;
}
</style>