Shades of Deep Teal #113831
Tints of Deep Teal #113831
RGB
CMYK
RGB Variations
Color information
#113831 (or 0x113831) is known color: Deep Teal. HEX triplet: 11, 38 and 31. RGB value is (17,56,49). Sum of RGB (Red+Green+Blue) = 17+56+49=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #113831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113831 is #EEC7CE. Grayscale: #2B2B2B. Windows color (decimal): -15648719 or 3225617. OLE color: 3225617.
HSL color Cylindrical-coordinate representation of color #113831: hue angle of 169.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113831 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 49 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.78 |
| HSL | 169.23º | 0.53% | 0.14% | - |
| HSV(B) | 169.23º | 0.7% | 0.22% | - |
| XYZ | 2.2 | 3.17 | 3.4 | - |
| YUV | 43.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 49 | 0.70 | 0 | 0.12 | 0.78 | 169.23 | 0.53 | 0.14 |
| Hex | 11 | 38 | 31 | 46 | 0 | C | 4E | A9 | 35 | E |
| Octal | 21 | 70 | 61 | 106 | 0 | 14 | 116 | 251 | 65 | 16 |
| Binary | 10001 | 111000 | 110001 | 1000110 | 0 | 1100 | 1001110 | 10101001 | 110101 | 1110 |
Color Harmonies of #113831
Complementary color
Monochromatic Colors of #113831
Black with #113831
Text Example
Text Example
White with #113831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113831; }
p { color: rgb(17,56,49); }
H1.HeaderClassName
{
color: #113831;
}
.AnyTagClassName
{
color: #113831;
}
</style>
background-color css
<style>
a { background-color: #113831; }
a { background-color: rgb(17,56,49); }
div.DivClassName
{
background-color: #113831;
}
.BgClassName
{
background-color: #113831;
}
</style>
border-color css
<style>
span { border-color: #113831; }
span { border-color: rgb(17,56,49); }
td.TdClassName
{
border-color: #113831;
}
.TagClassName
{
border-color: #113831;
}
</style>