Shades of Deep Teal #073B31
Tints of Deep Teal #073B31
RGB
CMYK
RGB Variations
Color information
#073B31 (or 0x073B31) is known color: Deep Teal. HEX triplet: 07, 3B and 31. RGB value is (7,59,49). Sum of RGB (Red+Green+Blue) = 7+59+49=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #073B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B31 is #F8C4CE. Grayscale: #2A2A2A. Windows color (decimal): -16303311 or 3226375. OLE color: 3226375.
HSL color Cylindrical-coordinate representation of color #073B31: hue angle of 168.46º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073B31 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 59 | 49 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.77 |
| HSL | 168.46º | 0.79% | 0.13% | - |
| HSV(B) | 168.46º | 0.88% | 0.23% | - |
| XYZ | 2.21 | 3.39 | 3.44 | - |
| YUV | 42.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 49 | 0.88 | 0 | 0.17 | 0.77 | 168.46 | 0.79 | 0.13 |
| Hex | 7 | 3B | 31 | 58 | 0 | 11 | 4D | A8 | 4F | D |
| Octal | 7 | 73 | 61 | 130 | 0 | 21 | 115 | 250 | 117 | 15 |
| Binary | 111 | 111011 | 110001 | 1011000 | 0 | 10001 | 1001101 | 10101000 | 1001111 | 1101 |
Color Harmonies of #073B31
Complementary color
Monochromatic Colors of #073B31
Black with #073B31
Text Example
Text Example
White with #073B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B31; }
p { color: rgb(7,59,49); }
H1.HeaderClassName
{
color: #073B31;
}
.AnyTagClassName
{
color: #073B31;
}
</style>
background-color css
<style>
a { background-color: #073B31; }
a { background-color: rgb(7,59,49); }
div.DivClassName
{
background-color: #073B31;
}
.BgClassName
{
background-color: #073B31;
}
</style>
border-color css
<style>
span { border-color: #073B31; }
span { border-color: rgb(7,59,49); }
td.TdClassName
{
border-color: #073B31;
}
.TagClassName
{
border-color: #073B31;
}
</style>