Shades of Tiber #133F3D
Tints of Tiber #133F3D
RGB
CMYK
RGB Variations
Color information
#133F3D (or 0x133F3D) is known color: Tiber. HEX triplet: 13, 3F and 3D. RGB value is (19,63,61). Sum of RGB (Red+Green+Blue) = 19+63+61=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #133F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F3D is #ECC0C2. Grayscale: #313131. Windows color (decimal): -15515843 or 4013843. OLE color: 4013843.
HSL color Cylindrical-coordinate representation of color #133F3D: hue angle of 177.27º 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 #133F3D is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 61 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.75 |
| HSL | 177.27º | 0.54% | 0.16% | - |
| HSV(B) | 177.27º | 0.7% | 0.25% | - |
| XYZ | 2.89 | 4.03 | 5.04 | - |
| YUV | 49.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 61 | 0.70 | 0 | 0.03 | 0.75 | 177.27 | 0.54 | 0.16 |
| Hex | 13 | 3F | 3D | 46 | 0 | 3 | 4B | B1 | 36 | 10 |
| Octal | 23 | 77 | 75 | 106 | 0 | 3 | 113 | 261 | 66 | 20 |
| Binary | 10011 | 111111 | 111101 | 1000110 | 0 | 11 | 1001011 | 10110001 | 110110 | 10000 |
Color Harmonies of #133F3D
Complementary color
Monochromatic Colors of #133F3D
Black with #133F3D
Text Example
Text Example
White with #133F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F3D; }
p { color: rgb(19,63,61); }
H1.HeaderClassName
{
color: #133F3D;
}
.AnyTagClassName
{
color: #133F3D;
}
</style>
background-color css
<style>
a { background-color: #133F3D; }
a { background-color: rgb(19,63,61); }
div.DivClassName
{
background-color: #133F3D;
}
.BgClassName
{
background-color: #133F3D;
}
</style>
border-color css
<style>
span { border-color: #133F3D; }
span { border-color: rgb(19,63,61); }
td.TdClassName
{
border-color: #133F3D;
}
.TagClassName
{
border-color: #133F3D;
}
</style>