Shades of Tiber #133D3F
Tints of Tiber #133D3F
RGB
CMYK
RGB Variations
Color information
#133D3F (or 0x133D3F) is known color: Tiber. HEX triplet: 13, 3D and 3F. RGB value is (19,61,63). Sum of RGB (Red+Green+Blue) = 19+61+63=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #133D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3F is #ECC2C0. Grayscale: #303030. Windows color (decimal): -15516353 or 4144403. OLE color: 4144403.
HSL color Cylindrical-coordinate representation of color #133D3F: hue angle of 182.73º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133D3F is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 61 | 63 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.75 |
| HSL | 182.73º | 0.54% | 0.16% | - |
| HSV(B) | 182.73º | 0.7% | 0.25% | - |
| XYZ | 2.83 | 3.83 | 5.29 | - |
| YUV | 48.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 63 | 0.70 | 0.03 | 0 | 0.75 | 182.73 | 0.54 | 0.16 |
| Hex | 13 | 3D | 3F | 46 | 3 | 0 | 4B | B7 | 36 | 10 |
| Octal | 23 | 75 | 77 | 106 | 3 | 0 | 113 | 267 | 66 | 20 |
| Binary | 10011 | 111101 | 111111 | 1000110 | 11 | 0 | 1001011 | 10110111 | 110110 | 10000 |
Color Harmonies of #133D3F
Complementary color
Monochromatic Colors of #133D3F
Black with #133D3F
Text Example
Text Example
White with #133D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D3F; }
p { color: rgb(19,61,63); }
H1.HeaderClassName
{
color: #133D3F;
}
.AnyTagClassName
{
color: #133D3F;
}
</style>
background-color css
<style>
a { background-color: #133D3F; }
a { background-color: rgb(19,61,63); }
div.DivClassName
{
background-color: #133D3F;
}
.BgClassName
{
background-color: #133D3F;
}
</style>
border-color css
<style>
span { border-color: #133D3F; }
span { border-color: rgb(19,61,63); }
td.TdClassName
{
border-color: #133D3F;
}
.TagClassName
{
border-color: #133D3F;
}
</style>