Shades of Deep Teal #1B3A34
Tints of Deep Teal #1B3A34
RGB
CMYK
RGB Variations
Color information
#1B3A34 (or 0x1B3A34) is known color: Deep Teal. HEX triplet: 1B, 3A and 34. RGB value is (27,58,52). Sum of RGB (Red+Green+Blue) = 27+58+52=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #1B3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3A34 is #E4C5CB. Grayscale: #303030. Windows color (decimal): -14992844 or 3422747. OLE color: 3422747.
HSL color Cylindrical-coordinate representation of color #1B3A34: hue angle of 168.39º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3A34 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 58 | 52 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.77 |
| HSL | 168.39º | 0.36% | 0.17% | - |
| HSV(B) | 168.39º | 0.53% | 0.23% | - |
| XYZ | 2.58 | 3.51 | 3.79 | - |
| YUV | 48.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 52 | 0.53 | 0 | 0.10 | 0.77 | 168.39 | 0.36 | 0.17 |
| Hex | 1B | 3A | 34 | 35 | 0 | A | 4D | A8 | 24 | 11 |
| Octal | 33 | 72 | 64 | 65 | 0 | 12 | 115 | 250 | 44 | 21 |
| Binary | 11011 | 111010 | 110100 | 110101 | 0 | 1010 | 1001101 | 10101000 | 100100 | 10001 |
Color Harmonies of #1B3A34
Complementary color
Monochromatic Colors of #1B3A34
Black with #1B3A34
Text Example
Text Example
White with #1B3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A34; }
p { color: rgb(27,58,52); }
H1.HeaderClassName
{
color: #1B3A34;
}
.AnyTagClassName
{
color: #1B3A34;
}
</style>
background-color css
<style>
a { background-color: #1B3A34; }
a { background-color: rgb(27,58,52); }
div.DivClassName
{
background-color: #1B3A34;
}
.BgClassName
{
background-color: #1B3A34;
}
</style>
border-color css
<style>
span { border-color: #1B3A34; }
span { border-color: rgb(27,58,52); }
td.TdClassName
{
border-color: #1B3A34;
}
.TagClassName
{
border-color: #1B3A34;
}
</style>