Shades of Deep Teal #0B3A31
Tints of Deep Teal #0B3A31
RGB
CMYK
RGB Variations
Color information
#0B3A31 (or 0x0B3A31) is known color: Deep Teal. HEX triplet: 0B, 3A and 31. RGB value is (11,58,49). Sum of RGB (Red+Green+Blue) = 11+58+49=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A31 is #F4C5CE. Grayscale: #2A2A2A. Windows color (decimal): -16041423 or 3226123. OLE color: 3226123.
HSL color Cylindrical-coordinate representation of color #0B3A31: hue angle of 168.51º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A31 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 49 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.77 |
| HSL | 168.51º | 0.68% | 0.14% | - |
| HSV(B) | 168.51º | 0.81% | 0.23% | - |
| XYZ | 2.21 | 3.32 | 3.43 | - |
| YUV | 42.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 49 | 0.81 | 0 | 0.16 | 0.77 | 168.51 | 0.68 | 0.14 |
| Hex | B | 3A | 31 | 51 | 0 | 10 | 4D | A9 | 44 | E |
| Octal | 13 | 72 | 61 | 121 | 0 | 20 | 115 | 251 | 104 | 16 |
| Binary | 1011 | 111010 | 110001 | 1010001 | 0 | 10000 | 1001101 | 10101001 | 1000100 | 1110 |
Color Harmonies of #0B3A31
Complementary color
Monochromatic Colors of #0B3A31
Black with #0B3A31
Text Example
Text Example
White with #0B3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A31; }
p { color: rgb(11,58,49); }
H1.HeaderClassName
{
color: #0B3A31;
}
.AnyTagClassName
{
color: #0B3A31;
}
</style>
background-color css
<style>
a { background-color: #0B3A31; }
a { background-color: rgb(11,58,49); }
div.DivClassName
{
background-color: #0B3A31;
}
.BgClassName
{
background-color: #0B3A31;
}
</style>
border-color css
<style>
span { border-color: #0B3A31; }
span { border-color: rgb(11,58,49); }
td.TdClassName
{
border-color: #0B3A31;
}
.TagClassName
{
border-color: #0B3A31;
}
</style>