Shades of Deep Teal #1F433A
Tints of Deep Teal #1F433A
RGB
CMYK
RGB Variations
Color information
#1F433A (or 0x1F433A) is known color: Deep Teal. HEX triplet: 1F, 43 and 3A. RGB value is (31,67,58). Sum of RGB (Red+Green+Blue) = 31+67+58=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #1F433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F433A is #E0BCC5. Grayscale: #373737. Windows color (decimal): -14728390 or 3818271. OLE color: 3818271.
HSL color Cylindrical-coordinate representation of color #1F433A: hue angle of 165º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F433A is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 58 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.74 |
| HSL | 165º | 0.37% | 0.19% | - |
| HSV(B) | 165º | 0.54% | 0.26% | - |
| XYZ | 3.34 | 4.61 | 4.72 | - |
| YUV | 55.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 58 | 0.54 | 0 | 0.13 | 0.74 | 165 | 0.37 | 0.19 |
| Hex | 1F | 43 | 3A | 36 | 0 | D | 4A | A5 | 25 | 13 |
| Octal | 37 | 103 | 72 | 66 | 0 | 15 | 112 | 245 | 45 | 23 |
| Binary | 11111 | 1000011 | 111010 | 110110 | 0 | 1101 | 1001010 | 10100101 | 100101 | 10011 |
Color Harmonies of #1F433A
Complementary color
Monochromatic Colors of #1F433A
Black with #1F433A
Text Example
Text Example
White with #1F433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F433A; }
p { color: rgb(31,67,58); }
H1.HeaderClassName
{
color: #1F433A;
}
.AnyTagClassName
{
color: #1F433A;
}
</style>
background-color css
<style>
a { background-color: #1F433A; }
a { background-color: rgb(31,67,58); }
div.DivClassName
{
background-color: #1F433A;
}
.BgClassName
{
background-color: #1F433A;
}
</style>
border-color css
<style>
span { border-color: #1F433A; }
span { border-color: rgb(31,67,58); }
td.TdClassName
{
border-color: #1F433A;
}
.TagClassName
{
border-color: #1F433A;
}
</style>