Shades of Deep Teal #1F4841
Tints of Deep Teal #1F4841
RGB
CMYK
RGB Variations
Color information
#1F4841 (or 0x1F4841) is known color: Deep Teal. HEX triplet: 1F, 48 and 41. RGB value is (31,72,65). Sum of RGB (Red+Green+Blue) = 31+72+65=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4841 is #E0B7BE. Grayscale: #3A3A3A. Windows color (decimal): -14727103 or 4278303. OLE color: 4278303.
HSL color Cylindrical-coordinate representation of color #1F4841: hue angle of 169.76º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4841 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 65 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.72 |
| HSL | 169.76º | 0.4% | 0.2% | - |
| HSV(B) | 169.76º | 0.57% | 0.28% | - |
| XYZ | 3.84 | 5.31 | 5.82 | - |
| YUV | 58.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 65 | 0.57 | 0 | 0.10 | 0.72 | 169.76 | 0.4 | 0.2 |
| Hex | 1F | 48 | 41 | 39 | 0 | A | 48 | AA | 28 | 14 |
| Octal | 37 | 110 | 101 | 71 | 0 | 12 | 110 | 252 | 50 | 24 |
| Binary | 11111 | 1001000 | 1000001 | 111001 | 0 | 1010 | 1001000 | 10101010 | 101000 | 10100 |
Color Harmonies of #1F4841
Complementary color
Monochromatic Colors of #1F4841
Black with #1F4841
Text Example
Text Example
White with #1F4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4841; }
p { color: rgb(31,72,65); }
H1.HeaderClassName
{
color: #1F4841;
}
.AnyTagClassName
{
color: #1F4841;
}
</style>
background-color css
<style>
a { background-color: #1F4841; }
a { background-color: rgb(31,72,65); }
div.DivClassName
{
background-color: #1F4841;
}
.BgClassName
{
background-color: #1F4841;
}
</style>
border-color css
<style>
span { border-color: #1F4841; }
span { border-color: rgb(31,72,65); }
td.TdClassName
{
border-color: #1F4841;
}
.TagClassName
{
border-color: #1F4841;
}
</style>