Shades of Deep Teal #1B3B34
Tints of Deep Teal #1B3B34
RGB
CMYK
RGB Variations
Color information
#1B3B34 (or 0x1B3B34) is known color: Deep Teal. HEX triplet: 1B, 3B and 34. RGB value is (27,59,52). Sum of RGB (Red+Green+Blue) = 27+59+52=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B34 is #E4C4CB. Grayscale: #303030. Windows color (decimal): -14992588 or 3423003. OLE color: 3423003.
HSL color Cylindrical-coordinate representation of color #1B3B34: hue angle of 166.88º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B3B34 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 59 | 52 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.77 |
| HSL | 166.88º | 0.37% | 0.17% | - |
| HSV(B) | 166.88º | 0.54% | 0.23% | - |
| XYZ | 2.64 | 3.61 | 3.81 | - |
| YUV | 48.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 52 | 0.54 | 0 | 0.12 | 0.77 | 166.88 | 0.37 | 0.17 |
| Hex | 1B | 3B | 34 | 36 | 0 | C | 4D | A7 | 25 | 11 |
| Octal | 33 | 73 | 64 | 66 | 0 | 14 | 115 | 247 | 45 | 21 |
| Binary | 11011 | 111011 | 110100 | 110110 | 0 | 1100 | 1001101 | 10100111 | 100101 | 10001 |
Color Harmonies of #1B3B34
Complementary color
Monochromatic Colors of #1B3B34
Black with #1B3B34
Text Example
Text Example
White with #1B3B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B34; }
p { color: rgb(27,59,52); }
H1.HeaderClassName
{
color: #1B3B34;
}
.AnyTagClassName
{
color: #1B3B34;
}
</style>
background-color css
<style>
a { background-color: #1B3B34; }
a { background-color: rgb(27,59,52); }
div.DivClassName
{
background-color: #1B3B34;
}
.BgClassName
{
background-color: #1B3B34;
}
</style>
border-color css
<style>
span { border-color: #1B3B34; }
span { border-color: rgb(27,59,52); }
td.TdClassName
{
border-color: #1B3B34;
}
.TagClassName
{
border-color: #1B3B34;
}
</style>