Shades of Deep Teal #133931
Tints of Deep Teal #133931
RGB
CMYK
RGB Variations
Color information
#133931 (or 0x133931) is known color: Deep Teal. HEX triplet: 13, 39 and 31. RGB value is (19,57,49). Sum of RGB (Red+Green+Blue) = 19+57+49=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #133931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133931 is #ECC6CE. Grayscale: #2C2C2C. Windows color (decimal): -15517391 or 3225875. OLE color: 3225875.
HSL color Cylindrical-coordinate representation of color #133931: hue angle of 167.37º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133931 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 49 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.78 |
| HSL | 167.37º | 0.5% | 0.15% | - |
| HSV(B) | 167.37º | 0.67% | 0.22% | - |
| XYZ | 2.29 | 3.29 | 3.42 | - |
| YUV | 44.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 49 | 0.67 | 0 | 0.14 | 0.78 | 167.37 | 0.5 | 0.15 |
| Hex | 13 | 39 | 31 | 43 | 0 | E | 4E | A7 | 32 | F |
| Octal | 23 | 71 | 61 | 103 | 0 | 16 | 116 | 247 | 62 | 17 |
| Binary | 10011 | 111001 | 110001 | 1000011 | 0 | 1110 | 1001110 | 10100111 | 110010 | 1111 |
Color Harmonies of #133931
Complementary color
Monochromatic Colors of #133931
Black with #133931
Text Example
Text Example
White with #133931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133931; }
p { color: rgb(19,57,49); }
H1.HeaderClassName
{
color: #133931;
}
.AnyTagClassName
{
color: #133931;
}
</style>
background-color css
<style>
a { background-color: #133931; }
a { background-color: rgb(19,57,49); }
div.DivClassName
{
background-color: #133931;
}
.BgClassName
{
background-color: #133931;
}
</style>
border-color css
<style>
span { border-color: #133931; }
span { border-color: rgb(19,57,49); }
td.TdClassName
{
border-color: #133931;
}
.TagClassName
{
border-color: #133931;
}
</style>