Shades of Deep Teal #0D382F
Tints of Deep Teal #0D382F
RGB
CMYK
RGB Variations
Color information
#0D382F (or 0x0D382F) is known color: Deep Teal. HEX triplet: 0D, 38 and 2F. RGB value is (13,56,47). Sum of RGB (Red+Green+Blue) = 13+56+47=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #0D382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D382F is #F2C7D0. Grayscale: #2A2A2A. Windows color (decimal): -15910865 or 3094541. OLE color: 3094541.
HSL color Cylindrical-coordinate representation of color #0D382F: hue angle of 167.44º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D382F is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 47 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.78 |
| HSL | 167.44º | 0.62% | 0.14% | - |
| HSV(B) | 167.44º | 0.77% | 0.22% | - |
| XYZ | 2.09 | 3.12 | 3.18 | - |
| YUV | 42.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 47 | 0.77 | 0 | 0.16 | 0.78 | 167.44 | 0.62 | 0.14 |
| Hex | D | 38 | 2F | 4D | 0 | 10 | 4E | A7 | 3E | E |
| Octal | 15 | 70 | 57 | 115 | 0 | 20 | 116 | 247 | 76 | 16 |
| Binary | 1101 | 111000 | 101111 | 1001101 | 0 | 10000 | 1001110 | 10100111 | 111110 | 1110 |
Color Harmonies of #0D382F
Complementary color
Monochromatic Colors of #0D382F
Black with #0D382F
Text Example
Text Example
White with #0D382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D382F; }
p { color: rgb(13,56,47); }
H1.HeaderClassName
{
color: #0D382F;
}
.AnyTagClassName
{
color: #0D382F;
}
</style>
background-color css
<style>
a { background-color: #0D382F; }
a { background-color: rgb(13,56,47); }
div.DivClassName
{
background-color: #0D382F;
}
.BgClassName
{
background-color: #0D382F;
}
</style>
border-color css
<style>
span { border-color: #0D382F; }
span { border-color: rgb(13,56,47); }
td.TdClassName
{
border-color: #0D382F;
}
.TagClassName
{
border-color: #0D382F;
}
</style>