Shades of Deep Teal #093731
Tints of Deep Teal #093731
RGB
CMYK
RGB Variations
Color information
#093731 (or 0x093731) is known color: Deep Teal. HEX triplet: 09, 37 and 31. RGB value is (9,55,49). Sum of RGB (Red+Green+Blue) = 9+55+49=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #093731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093731 is #F6C8CE. Grayscale: #282828. Windows color (decimal): -16173263 or 3225353. OLE color: 3225353.
HSL color Cylindrical-coordinate representation of color #093731: hue angle of 172.17º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093731 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 55 | 49 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.78 |
| HSL | 172.17º | 0.72% | 0.13% | - |
| HSV(B) | 172.17º | 0.84% | 0.22% | - |
| XYZ | 2.03 | 3.01 | 3.38 | - |
| YUV | 40.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 49 | 0.84 | 0 | 0.11 | 0.78 | 172.17 | 0.72 | 0.13 |
| Hex | 9 | 37 | 31 | 54 | 0 | B | 4E | AC | 48 | D |
| Octal | 11 | 67 | 61 | 124 | 0 | 13 | 116 | 254 | 110 | 15 |
| Binary | 1001 | 110111 | 110001 | 1010100 | 0 | 1011 | 1001110 | 10101100 | 1001000 | 1101 |
Color Harmonies of #093731
Complementary color
Monochromatic Colors of #093731
Black with #093731
Text Example
Text Example
White with #093731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093731; }
p { color: rgb(9,55,49); }
H1.HeaderClassName
{
color: #093731;
}
.AnyTagClassName
{
color: #093731;
}
</style>
background-color css
<style>
a { background-color: #093731; }
a { background-color: rgb(9,55,49); }
div.DivClassName
{
background-color: #093731;
}
.BgClassName
{
background-color: #093731;
}
</style>
border-color css
<style>
span { border-color: #093731; }
span { border-color: rgb(9,55,49); }
td.TdClassName
{
border-color: #093731;
}
.TagClassName
{
border-color: #093731;
}
</style>