Shades of Deep Teal #1F403D
Tints of Deep Teal #1F403D
RGB
CMYK
RGB Variations
Color information
#1F403D (or 0x1F403D) is known color: Deep Teal. HEX triplet: 1F, 40 and 3D. RGB value is (31,64,61). Sum of RGB (Red+Green+Blue) = 31+64+61=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #1F403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F403D is #E0BFC2. Grayscale: #353535. Windows color (decimal): -14729155 or 4014111. OLE color: 4014111.
HSL color Cylindrical-coordinate representation of color #1F403D: hue angle of 174.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F403D is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 61 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.75 |
| HSL | 174.55º | 0.35% | 0.19% | - |
| HSV(B) | 174.55º | 0.52% | 0.25% | - |
| XYZ | 3.24 | 4.3 | 5.07 | - |
| YUV | 53.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 61 | 0.52 | 0 | 0.05 | 0.75 | 174.55 | 0.35 | 0.19 |
| Hex | 1F | 40 | 3D | 34 | 0 | 5 | 4B | AF | 23 | 13 |
| Octal | 37 | 100 | 75 | 64 | 0 | 5 | 113 | 257 | 43 | 23 |
| Binary | 11111 | 1000000 | 111101 | 110100 | 0 | 101 | 1001011 | 10101111 | 100011 | 10011 |
Color Harmonies of #1F403D
Complementary color
Monochromatic Colors of #1F403D
Black with #1F403D
Text Example
Text Example
White with #1F403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F403D; }
p { color: rgb(31,64,61); }
H1.HeaderClassName
{
color: #1F403D;
}
.AnyTagClassName
{
color: #1F403D;
}
</style>
background-color css
<style>
a { background-color: #1F403D; }
a { background-color: rgb(31,64,61); }
div.DivClassName
{
background-color: #1F403D;
}
.BgClassName
{
background-color: #1F403D;
}
</style>
border-color css
<style>
span { border-color: #1F403D; }
span { border-color: rgb(31,64,61); }
td.TdClassName
{
border-color: #1F403D;
}
.TagClassName
{
border-color: #1F403D;
}
</style>