Shades of Deep Teal #1F3F3B
Tints of Deep Teal #1F3F3B
RGB
CMYK
RGB Variations
Color information
#1F3F3B (or 0x1F3F3B) is known color: Deep Teal. HEX triplet: 1F, 3F and 3B. RGB value is (31,63,59). Sum of RGB (Red+Green+Blue) = 31+63+59=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F3B is #E0C0C4. Grayscale: #343434. Windows color (decimal): -14729413 or 3882783. OLE color: 3882783.
HSL color Cylindrical-coordinate representation of color #1F3F3B: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F3B is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 63 | 59 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.75 |
| HSL | 172.5º | 0.34% | 0.18% | - |
| HSV(B) | 172.5º | 0.51% | 0.25% | - |
| XYZ | 3.13 | 4.16 | 4.78 | - |
| YUV | 52.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 59 | 0.51 | 0 | 0.06 | 0.75 | 172.5 | 0.34 | 0.18 |
| Hex | 1F | 3F | 3B | 33 | 0 | 6 | 4B | AC | 22 | 12 |
| Octal | 37 | 77 | 73 | 63 | 0 | 6 | 113 | 254 | 42 | 22 |
| Binary | 11111 | 111111 | 111011 | 110011 | 0 | 110 | 1001011 | 10101100 | 100010 | 10010 |
Color Harmonies of #1F3F3B
Complementary color
Monochromatic Colors of #1F3F3B
Black with #1F3F3B
Text Example
Text Example
White with #1F3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F3B; }
p { color: rgb(31,63,59); }
H1.HeaderClassName
{
color: #1F3F3B;
}
.AnyTagClassName
{
color: #1F3F3B;
}
</style>
background-color css
<style>
a { background-color: #1F3F3B; }
a { background-color: rgb(31,63,59); }
div.DivClassName
{
background-color: #1F3F3B;
}
.BgClassName
{
background-color: #1F3F3B;
}
</style>
border-color css
<style>
span { border-color: #1F3F3B; }
span { border-color: rgb(31,63,59); }
td.TdClassName
{
border-color: #1F3F3B;
}
.TagClassName
{
border-color: #1F3F3B;
}
</style>