Shades of Deep Teal #1F443B
Tints of Deep Teal #1F443B
RGB
CMYK
RGB Variations
Color information
#1F443B (or 0x1F443B) is known color: Deep Teal. HEX triplet: 1F, 44 and 3B. RGB value is (31,68,59). Sum of RGB (Red+Green+Blue) = 31+68+59=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #1F443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F443B is #E0BBC4. Grayscale: #373737. Windows color (decimal): -14728133 or 3884063. OLE color: 3884063.
HSL color Cylindrical-coordinate representation of color #1F443B: hue angle of 165.41º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F443B is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 59 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.73 |
| HSL | 165.41º | 0.37% | 0.19% | - |
| HSV(B) | 165.41º | 0.54% | 0.27% | - |
| XYZ | 3.42 | 4.74 | 4.87 | - |
| YUV | 55.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 59 | 0.54 | 0 | 0.13 | 0.73 | 165.41 | 0.37 | 0.19 |
| Hex | 1F | 44 | 3B | 36 | 0 | D | 49 | A5 | 25 | 13 |
| Octal | 37 | 104 | 73 | 66 | 0 | 15 | 111 | 245 | 45 | 23 |
| Binary | 11111 | 1000100 | 111011 | 110110 | 0 | 1101 | 1001001 | 10100101 | 100101 | 10011 |
Color Harmonies of #1F443B
Complementary color
Monochromatic Colors of #1F443B
Black with #1F443B
Text Example
Text Example
White with #1F443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F443B; }
p { color: rgb(31,68,59); }
H1.HeaderClassName
{
color: #1F443B;
}
.AnyTagClassName
{
color: #1F443B;
}
</style>
background-color css
<style>
a { background-color: #1F443B; }
a { background-color: rgb(31,68,59); }
div.DivClassName
{
background-color: #1F443B;
}
.BgClassName
{
background-color: #1F443B;
}
</style>
border-color css
<style>
span { border-color: #1F443B; }
span { border-color: rgb(31,68,59); }
td.TdClassName
{
border-color: #1F443B;
}
.TagClassName
{
border-color: #1F443B;
}
</style>