Shades of Tiber #133D41
Tints of Tiber #133D41
RGB
CMYK
RGB Variations
Color information
#133D41 (or 0x133D41) is known color: Tiber. HEX triplet: 13, 3D and 41. RGB value is (19,61,65). Sum of RGB (Red+Green+Blue) = 19+61+65=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #133D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D41 is #ECC2BE. Grayscale: #303030. Windows color (decimal): -15516351 or 4275475. OLE color: 4275475.
HSL color Cylindrical-coordinate representation of color #133D41: hue angle of 185.22º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133D41 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 61 | 65 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.75 |
| HSL | 185.22º | 0.55% | 0.16% | - |
| HSV(B) | 185.22º | 0.71% | 0.25% | - |
| XYZ | 2.89 | 3.86 | 5.59 | - |
| YUV | 48.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 65 | 0.71 | 0.06 | 0 | 0.75 | 185.22 | 0.55 | 0.16 |
| Hex | 13 | 3D | 41 | 47 | 6 | 0 | 4B | B9 | 37 | 10 |
| Octal | 23 | 75 | 101 | 107 | 6 | 0 | 113 | 271 | 67 | 20 |
| Binary | 10011 | 111101 | 1000001 | 1000111 | 110 | 0 | 1001011 | 10111001 | 110111 | 10000 |
Color Harmonies of #133D41
Complementary color
Monochromatic Colors of #133D41
Black with #133D41
Text Example
Text Example
White with #133D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D41; }
p { color: rgb(19,61,65); }
H1.HeaderClassName
{
color: #133D41;
}
.AnyTagClassName
{
color: #133D41;
}
</style>
background-color css
<style>
a { background-color: #133D41; }
a { background-color: rgb(19,61,65); }
div.DivClassName
{
background-color: #133D41;
}
.BgClassName
{
background-color: #133D41;
}
</style>
border-color css
<style>
span { border-color: #133D41; }
span { border-color: rgb(19,61,65); }
td.TdClassName
{
border-color: #133D41;
}
.TagClassName
{
border-color: #133D41;
}
</style>