Shades of Deep Teal #1F3D36
Tints of Deep Teal #1F3D36
RGB
CMYK
RGB Variations
Color information
#1F3D36 (or 0x1F3D36) is known color: Deep Teal. HEX triplet: 1F, 3D and 36. RGB value is (31,61,54). Sum of RGB (Red+Green+Blue) = 31+61+54=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D36 is #E0C2C9. Grayscale: #333333. Windows color (decimal): -14729930 or 3554591. OLE color: 3554591.
HSL color Cylindrical-coordinate representation of color #1F3D36: hue angle of 166º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D36 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 54 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.76 |
| HSL | 166º | 0.33% | 0.18% | - |
| HSV(B) | 166º | 0.49% | 0.24% | - |
| XYZ | 2.9 | 3.9 | 4.09 | - |
| YUV | 51.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 54 | 0.49 | 0 | 0.11 | 0.76 | 166 | 0.33 | 0.18 |
| Hex | 1F | 3D | 36 | 31 | 0 | B | 4C | A6 | 21 | 12 |
| Octal | 37 | 75 | 66 | 61 | 0 | 13 | 114 | 246 | 41 | 22 |
| Binary | 11111 | 111101 | 110110 | 110001 | 0 | 1011 | 1001100 | 10100110 | 100001 | 10010 |
Color Harmonies of #1F3D36
Complementary color
Monochromatic Colors of #1F3D36
Black with #1F3D36
Text Example
Text Example
White with #1F3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D36; }
p { color: rgb(31,61,54); }
H1.HeaderClassName
{
color: #1F3D36;
}
.AnyTagClassName
{
color: #1F3D36;
}
</style>
background-color css
<style>
a { background-color: #1F3D36; }
a { background-color: rgb(31,61,54); }
div.DivClassName
{
background-color: #1F3D36;
}
.BgClassName
{
background-color: #1F3D36;
}
</style>
border-color css
<style>
span { border-color: #1F3D36; }
span { border-color: rgb(31,61,54); }
td.TdClassName
{
border-color: #1F3D36;
}
.TagClassName
{
border-color: #1F3D36;
}
</style>