Shades of Tiber #133E3B
Tints of Tiber #133E3B
RGB
CMYK
RGB Variations
Color information
#133E3B (or 0x133E3B) is known color: Tiber. HEX triplet: 13, 3E and 3B. RGB value is (19,62,59). Sum of RGB (Red+Green+Blue) = 19+62+59=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #133E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E3B is #ECC1C4. Grayscale: #303030. Windows color (decimal): -15516101 or 3882515. OLE color: 3882515.
HSL color Cylindrical-coordinate representation of color #133E3B: hue angle of 175.81º degrees, saturation: 0.53, 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 #133E3B is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 59 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.76 |
| HSL | 175.81º | 0.53% | 0.16% | - |
| HSV(B) | 175.81º | 0.69% | 0.24% | - |
| XYZ | 2.78 | 3.9 | 4.74 | - |
| YUV | 48.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 59 | 0.69 | 0 | 0.05 | 0.76 | 175.81 | 0.53 | 0.16 |
| Hex | 13 | 3E | 3B | 45 | 0 | 5 | 4C | B0 | 35 | 10 |
| Octal | 23 | 76 | 73 | 105 | 0 | 5 | 114 | 260 | 65 | 20 |
| Binary | 10011 | 111110 | 111011 | 1000101 | 0 | 101 | 1001100 | 10110000 | 110101 | 10000 |
Color Harmonies of #133E3B
Complementary color
Monochromatic Colors of #133E3B
Black with #133E3B
Text Example
Text Example
White with #133E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E3B; }
p { color: rgb(19,62,59); }
H1.HeaderClassName
{
color: #133E3B;
}
.AnyTagClassName
{
color: #133E3B;
}
</style>
background-color css
<style>
a { background-color: #133E3B; }
a { background-color: rgb(19,62,59); }
div.DivClassName
{
background-color: #133E3B;
}
.BgClassName
{
background-color: #133E3B;
}
</style>
border-color css
<style>
span { border-color: #133E3B; }
span { border-color: rgb(19,62,59); }
td.TdClassName
{
border-color: #133E3B;
}
.TagClassName
{
border-color: #133E3B;
}
</style>