Shades of Deep Teal #0D3B31
Tints of Deep Teal #0D3B31
RGB
CMYK
RGB Variations
Color information
#0D3B31 (or 0x0D3B31) is known color: Deep Teal. HEX triplet: 0D, 3B and 31. RGB value is (13,59,49). Sum of RGB (Red+Green+Blue) = 13+59+49=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #0D3B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3B31 is #F2C4CE. Grayscale: #2C2C2C. Windows color (decimal): -15910095 or 3226381. OLE color: 3226381.
HSL color Cylindrical-coordinate representation of color #0D3B31: hue angle of 166.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3B31 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 59 | 49 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.77 |
| HSL | 166.96º | 0.64% | 0.14% | - |
| HSV(B) | 166.96º | 0.78% | 0.23% | - |
| XYZ | 2.28 | 3.44 | 3.45 | - |
| YUV | 44.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 49 | 0.78 | 0 | 0.17 | 0.77 | 166.96 | 0.64 | 0.14 |
| Hex | D | 3B | 31 | 4E | 0 | 11 | 4D | A7 | 40 | E |
| Octal | 15 | 73 | 61 | 116 | 0 | 21 | 115 | 247 | 100 | 16 |
| Binary | 1101 | 111011 | 110001 | 1001110 | 0 | 10001 | 1001101 | 10100111 | 1000000 | 1110 |
Color Harmonies of #0D3B31
Complementary color
Monochromatic Colors of #0D3B31
Black with #0D3B31
Text Example
Text Example
White with #0D3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3B31; }
p { color: rgb(13,59,49); }
H1.HeaderClassName
{
color: #0D3B31;
}
.AnyTagClassName
{
color: #0D3B31;
}
</style>
background-color css
<style>
a { background-color: #0D3B31; }
a { background-color: rgb(13,59,49); }
div.DivClassName
{
background-color: #0D3B31;
}
.BgClassName
{
background-color: #0D3B31;
}
</style>
border-color css
<style>
span { border-color: #0D3B31; }
span { border-color: rgb(13,59,49); }
td.TdClassName
{
border-color: #0D3B31;
}
.TagClassName
{
border-color: #0D3B31;
}
</style>