Shades of Tiber #133D3C
Tints of Tiber #133D3C
RGB
CMYK
RGB Variations
Color information
#133D3C (or 0x133D3C) is known color: Tiber. HEX triplet: 13, 3D and 3C. RGB value is (19,61,60). Sum of RGB (Red+Green+Blue) = 19+61+60=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 61 - color contains mainly: green. Hex color #133D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3C is #ECC2C3. Grayscale: #303030. Windows color (decimal): -15516356 or 3947795. OLE color: 3947795.
HSL color Cylindrical-coordinate representation of color #133D3C: hue angle of 178.57º 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 #133D3C is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 60 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.76 |
| HSL | 178.57º | 0.53% | 0.16% | - |
| HSV(B) | 178.57º | 0.69% | 0.24% | - |
| XYZ | 2.75 | 3.8 | 4.86 | - |
| YUV | 48.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 60 | 0.69 | 0 | 0.02 | 0.76 | 178.57 | 0.53 | 0.16 |
| Hex | 13 | 3D | 3C | 45 | 0 | 2 | 4C | B3 | 34 | 10 |
| Octal | 23 | 75 | 74 | 105 | 0 | 2 | 114 | 263 | 64 | 20 |
| Binary | 10011 | 111101 | 111100 | 1000101 | 0 | 10 | 1001100 | 10110011 | 110100 | 10000 |
Color Harmonies of #133D3C
Complementary color
Monochromatic Colors of #133D3C
Black with #133D3C
Text Example
Text Example
White with #133D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D3C; }
p { color: rgb(19,61,60); }
H1.HeaderClassName
{
color: #133D3C;
}
.AnyTagClassName
{
color: #133D3C;
}
</style>
background-color css
<style>
a { background-color: #133D3C; }
a { background-color: rgb(19,61,60); }
div.DivClassName
{
background-color: #133D3C;
}
.BgClassName
{
background-color: #133D3C;
}
</style>
border-color css
<style>
span { border-color: #133D3C; }
span { border-color: rgb(19,61,60); }
td.TdClassName
{
border-color: #133D3C;
}
.TagClassName
{
border-color: #133D3C;
}
</style>