Shades of Deep Teal #1B3A35
Tints of Deep Teal #1B3A35
RGB
CMYK
RGB Variations
Color information
#1B3A35 (or 0x1B3A35) is known color: Deep Teal. HEX triplet: 1B, 3A and 35. RGB value is (27,58,53). Sum of RGB (Red+Green+Blue) = 27+58+53=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #1B3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3A35 is #E4C5CA. Grayscale: #303030. Windows color (decimal): -14992843 or 3488283. OLE color: 3488283.
HSL color Cylindrical-coordinate representation of color #1B3A35: hue angle of 170.32º 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 #1B3A35 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 58 | 53 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.77 |
| HSL | 170.32º | 0.36% | 0.17% | - |
| HSV(B) | 170.32º | 0.53% | 0.23% | - |
| XYZ | 2.61 | 3.52 | 3.91 | - |
| YUV | 48.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 53 | 0.53 | 0 | 0.09 | 0.77 | 170.32 | 0.36 | 0.17 |
| Hex | 1B | 3A | 35 | 35 | 0 | 9 | 4D | AA | 24 | 11 |
| Octal | 33 | 72 | 65 | 65 | 0 | 11 | 115 | 252 | 44 | 21 |
| Binary | 11011 | 111010 | 110101 | 110101 | 0 | 1001 | 1001101 | 10101010 | 100100 | 10001 |
Color Harmonies of #1B3A35
Complementary color
Monochromatic Colors of #1B3A35
Black with #1B3A35
Text Example
Text Example
White with #1B3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A35; }
p { color: rgb(27,58,53); }
H1.HeaderClassName
{
color: #1B3A35;
}
.AnyTagClassName
{
color: #1B3A35;
}
</style>
background-color css
<style>
a { background-color: #1B3A35; }
a { background-color: rgb(27,58,53); }
div.DivClassName
{
background-color: #1B3A35;
}
.BgClassName
{
background-color: #1B3A35;
}
</style>
border-color css
<style>
span { border-color: #1B3A35; }
span { border-color: rgb(27,58,53); }
td.TdClassName
{
border-color: #1B3A35;
}
.TagClassName
{
border-color: #1B3A35;
}
</style>