Shades of Deep Teal #133631
Tints of Deep Teal #133631
RGB
CMYK
RGB Variations
Color information
#133631 (or 0x133631) is known color: Deep Teal. HEX triplet: 13, 36 and 31. RGB value is (19,54,49). Sum of RGB (Red+Green+Blue) = 19+54+49=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #133631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133631 is #ECC9CE. Grayscale: #2A2A2A. Windows color (decimal): -15518159 or 3225107. OLE color: 3225107.
HSL color Cylindrical-coordinate representation of color #133631: hue angle of 171.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133631 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 49 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.79 |
| HSL | 171.43º | 0.48% | 0.14% | - |
| HSV(B) | 171.43º | 0.65% | 0.21% | - |
| XYZ | 2.14 | 3 | 3.37 | - |
| YUV | 42.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 49 | 0.65 | 0 | 0.09 | 0.79 | 171.43 | 0.48 | 0.14 |
| Hex | 13 | 36 | 31 | 41 | 0 | 9 | 4F | AB | 30 | E |
| Octal | 23 | 66 | 61 | 101 | 0 | 11 | 117 | 253 | 60 | 16 |
| Binary | 10011 | 110110 | 110001 | 1000001 | 0 | 1001 | 1001111 | 10101011 | 110000 | 1110 |
Color Harmonies of #133631
Complementary color
Monochromatic Colors of #133631
Black with #133631
Text Example
Text Example
White with #133631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133631; }
p { color: rgb(19,54,49); }
H1.HeaderClassName
{
color: #133631;
}
.AnyTagClassName
{
color: #133631;
}
</style>
background-color css
<style>
a { background-color: #133631; }
a { background-color: rgb(19,54,49); }
div.DivClassName
{
background-color: #133631;
}
.BgClassName
{
background-color: #133631;
}
</style>
border-color css
<style>
span { border-color: #133631; }
span { border-color: rgb(19,54,49); }
td.TdClassName
{
border-color: #133631;
}
.TagClassName
{
border-color: #133631;
}
</style>