Shades of Tiber #133D3B
Tints of Tiber #133D3B
RGB
CMYK
RGB Variations
Color information
#133D3B (or 0x133D3B) is known color: Tiber. HEX triplet: 13, 3D and 3B. RGB value is (19,61,59). Sum of RGB (Red+Green+Blue) = 19+61+59=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #133D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3B is #ECC2C4. Grayscale: #303030. Windows color (decimal): -15516357 or 3882259. OLE color: 3882259.
HSL color Cylindrical-coordinate representation of color #133D3B: hue angle of 177.14º 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 #133D3B is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 59 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.76 |
| HSL | 177.14º | 0.53% | 0.16% | - |
| HSV(B) | 177.14º | 0.69% | 0.24% | - |
| XYZ | 2.73 | 3.79 | 4.73 | - |
| YUV | 48.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 59 | 0.69 | 0 | 0.03 | 0.76 | 177.14 | 0.53 | 0.16 |
| Hex | 13 | 3D | 3B | 45 | 0 | 3 | 4C | B1 | 34 | 10 |
| Octal | 23 | 75 | 73 | 105 | 0 | 3 | 114 | 261 | 64 | 20 |
| Binary | 10011 | 111101 | 111011 | 1000101 | 0 | 11 | 1001100 | 10110001 | 110100 | 10000 |
Color Harmonies of #133D3B
Complementary color
Monochromatic Colors of #133D3B
Black with #133D3B
Text Example
Text Example
White with #133D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D3B; }
p { color: rgb(19,61,59); }
H1.HeaderClassName
{
color: #133D3B;
}
.AnyTagClassName
{
color: #133D3B;
}
</style>
background-color css
<style>
a { background-color: #133D3B; }
a { background-color: rgb(19,61,59); }
div.DivClassName
{
background-color: #133D3B;
}
.BgClassName
{
background-color: #133D3B;
}
</style>
border-color css
<style>
span { border-color: #133D3B; }
span { border-color: rgb(19,61,59); }
td.TdClassName
{
border-color: #133D3B;
}
.TagClassName
{
border-color: #133D3B;
}
</style>