Shades of Deep Teal #1F413D
Tints of Deep Teal #1F413D
RGB
CMYK
RGB Variations
Color information
#1F413D (or 0x1F413D) is known color: Deep Teal. HEX triplet: 1F, 41 and 3D. RGB value is (31,65,61). Sum of RGB (Red+Green+Blue) = 31+65+61=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #1F413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F413D is #E0BEC2. Grayscale: #363636. Windows color (decimal): -14728899 or 4014367. OLE color: 4014367.
HSL color Cylindrical-coordinate representation of color #1F413D: hue angle of 172.94º 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 #1F413D is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 61 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.75 |
| HSL | 172.94º | 0.35% | 0.19% | - |
| HSV(B) | 172.94º | 0.52% | 0.25% | - |
| XYZ | 3.3 | 4.41 | 5.09 | - |
| YUV | 54.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 61 | 0.52 | 0 | 0.06 | 0.75 | 172.94 | 0.35 | 0.19 |
| Hex | 1F | 41 | 3D | 34 | 0 | 6 | 4B | AD | 23 | 13 |
| Octal | 37 | 101 | 75 | 64 | 0 | 6 | 113 | 255 | 43 | 23 |
| Binary | 11111 | 1000001 | 111101 | 110100 | 0 | 110 | 1001011 | 10101101 | 100011 | 10011 |
Color Harmonies of #1F413D
Complementary color
Monochromatic Colors of #1F413D
Black with #1F413D
Text Example
Text Example
White with #1F413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F413D; }
p { color: rgb(31,65,61); }
H1.HeaderClassName
{
color: #1F413D;
}
.AnyTagClassName
{
color: #1F413D;
}
</style>
background-color css
<style>
a { background-color: #1F413D; }
a { background-color: rgb(31,65,61); }
div.DivClassName
{
background-color: #1F413D;
}
.BgClassName
{
background-color: #1F413D;
}
</style>
border-color css
<style>
span { border-color: #1F413D; }
span { border-color: rgb(31,65,61); }
td.TdClassName
{
border-color: #1F413D;
}
.TagClassName
{
border-color: #1F413D;
}
</style>