Shades of Deep Teal #1F4039
Tints of Deep Teal #1F4039
RGB
CMYK
RGB Variations
Color information
#1F4039 (or 0x1F4039) is known color: Deep Teal. HEX triplet: 1F, 40 and 39. RGB value is (31,64,57). Sum of RGB (Red+Green+Blue) = 31+64+57=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4039 is #E0BFC6. Grayscale: #353535. Windows color (decimal): -14729159 or 3751967. OLE color: 3751967.
HSL color Cylindrical-coordinate representation of color #1F4039: hue angle of 167.27º 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 #1F4039 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 57 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.75 |
| HSL | 167.27º | 0.35% | 0.19% | - |
| HSV(B) | 167.27º | 0.52% | 0.25% | - |
| XYZ | 3.14 | 4.25 | 4.53 | - |
| YUV | 53.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 57 | 0.52 | 0 | 0.11 | 0.75 | 167.27 | 0.35 | 0.19 |
| Hex | 1F | 40 | 39 | 34 | 0 | B | 4B | A7 | 23 | 13 |
| Octal | 37 | 100 | 71 | 64 | 0 | 13 | 113 | 247 | 43 | 23 |
| Binary | 11111 | 1000000 | 111001 | 110100 | 0 | 1011 | 1001011 | 10100111 | 100011 | 10011 |
Color Harmonies of #1F4039
Complementary color
Monochromatic Colors of #1F4039
Black with #1F4039
Text Example
Text Example
White with #1F4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4039; }
p { color: rgb(31,64,57); }
H1.HeaderClassName
{
color: #1F4039;
}
.AnyTagClassName
{
color: #1F4039;
}
</style>
background-color css
<style>
a { background-color: #1F4039; }
a { background-color: rgb(31,64,57); }
div.DivClassName
{
background-color: #1F4039;
}
.BgClassName
{
background-color: #1F4039;
}
</style>
border-color css
<style>
span { border-color: #1F4039; }
span { border-color: rgb(31,64,57); }
td.TdClassName
{
border-color: #1F4039;
}
.TagClassName
{
border-color: #1F4039;
}
</style>