Shades of Deep Teal #1F3B39
Tints of Deep Teal #1F3B39
RGB
CMYK
RGB Variations
Color information
#1F3B39 (or 0x1F3B39) is known color: Deep Teal. HEX triplet: 1F, 3B and 39. RGB value is (31,59,57). Sum of RGB (Red+Green+Blue) = 31+59+57=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B39 is #E0C4C6. Grayscale: #323232. Windows color (decimal): -14730439 or 3750687. OLE color: 3750687.
HSL color Cylindrical-coordinate representation of color #1F3B39: hue angle of 175.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B39 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 57 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.77 |
| HSL | 175.71º | 0.31% | 0.18% | - |
| HSV(B) | 175.71º | 0.47% | 0.23% | - |
| XYZ | 2.87 | 3.71 | 4.44 | - |
| YUV | 50.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 57 | 0.47 | 0 | 0.03 | 0.77 | 175.71 | 0.31 | 0.18 |
| Hex | 1F | 3B | 39 | 2F | 0 | 3 | 4D | B0 | 1F | 12 |
| Octal | 37 | 73 | 71 | 57 | 0 | 3 | 115 | 260 | 37 | 22 |
| Binary | 11111 | 111011 | 111001 | 101111 | 0 | 11 | 1001101 | 10110000 | 11111 | 10010 |
Color Harmonies of #1F3B39
Complementary color
Monochromatic Colors of #1F3B39
Black with #1F3B39
Text Example
Text Example
White with #1F3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B39; }
p { color: rgb(31,59,57); }
H1.HeaderClassName
{
color: #1F3B39;
}
.AnyTagClassName
{
color: #1F3B39;
}
</style>
background-color css
<style>
a { background-color: #1F3B39; }
a { background-color: rgb(31,59,57); }
div.DivClassName
{
background-color: #1F3B39;
}
.BgClassName
{
background-color: #1F3B39;
}
</style>
border-color css
<style>
span { border-color: #1F3B39; }
span { border-color: rgb(31,59,57); }
td.TdClassName
{
border-color: #1F3B39;
}
.TagClassName
{
border-color: #1F3B39;
}
</style>