Shades of Deep Teal #0D382E
Tints of Deep Teal #0D382E
RGB
CMYK
RGB Variations
Color information
#0D382E (or 0x0D382E) is known color: Deep Teal. HEX triplet: 0D, 38 and 2E. RGB value is (13,56,46). Sum of RGB (Red+Green+Blue) = 13+56+46=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #0D382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D382E is #F2C7D1. Grayscale: #2A2A2A. Windows color (decimal): -15910866 or 3029005. OLE color: 3029005.
HSL color Cylindrical-coordinate representation of color #0D382E: hue angle of 166.05º 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 #0D382E is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 46 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.78 |
| HSL | 166.05º | 0.62% | 0.14% | - |
| HSV(B) | 166.05º | 0.77% | 0.22% | - |
| XYZ | 2.07 | 3.11 | 3.08 | - |
| YUV | 42 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 46 | 0.77 | 0 | 0.18 | 0.78 | 166.05 | 0.62 | 0.14 |
| Hex | D | 38 | 2E | 4D | 0 | 12 | 4E | A6 | 3E | E |
| Octal | 15 | 70 | 56 | 115 | 0 | 22 | 116 | 246 | 76 | 16 |
| Binary | 1101 | 111000 | 101110 | 1001101 | 0 | 10010 | 1001110 | 10100110 | 111110 | 1110 |
Color Harmonies of #0D382E
Complementary color
Monochromatic Colors of #0D382E
Black with #0D382E
Text Example
Text Example
White with #0D382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D382E; }
p { color: rgb(13,56,46); }
H1.HeaderClassName
{
color: #0D382E;
}
.AnyTagClassName
{
color: #0D382E;
}
</style>
background-color css
<style>
a { background-color: #0D382E; }
a { background-color: rgb(13,56,46); }
div.DivClassName
{
background-color: #0D382E;
}
.BgClassName
{
background-color: #0D382E;
}
</style>
border-color css
<style>
span { border-color: #0D382E; }
span { border-color: rgb(13,56,46); }
td.TdClassName
{
border-color: #0D382E;
}
.TagClassName
{
border-color: #0D382E;
}
</style>