Shades of Deep Teal #0B3A32
Tints of Deep Teal #0B3A32
RGB
CMYK
RGB Variations
Color information
#0B3A32 (or 0x0B3A32) is known color: Deep Teal. HEX triplet: 0B, 3A and 32. RGB value is (11,58,50). Sum of RGB (Red+Green+Blue) = 11+58+50=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A32 is #F4C5CD. Grayscale: #2B2B2B. Windows color (decimal): -16041422 or 3291659. OLE color: 3291659.
HSL color Cylindrical-coordinate representation of color #0B3A32: hue angle of 169.79º 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 #0B3A32 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 50 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.77 |
| HSL | 169.79º | 0.68% | 0.14% | - |
| HSV(B) | 169.79º | 0.81% | 0.23% | - |
| XYZ | 2.23 | 3.33 | 3.54 | - |
| YUV | 43.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 50 | 0.81 | 0 | 0.14 | 0.77 | 169.79 | 0.68 | 0.14 |
| Hex | B | 3A | 32 | 51 | 0 | E | 4D | AA | 44 | E |
| Octal | 13 | 72 | 62 | 121 | 0 | 16 | 115 | 252 | 104 | 16 |
| Binary | 1011 | 111010 | 110010 | 1010001 | 0 | 1110 | 1001101 | 10101010 | 1000100 | 1110 |
Color Harmonies of #0B3A32
Complementary color
Monochromatic Colors of #0B3A32
Black with #0B3A32
Text Example
Text Example
White with #0B3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A32; }
p { color: rgb(11,58,50); }
H1.HeaderClassName
{
color: #0B3A32;
}
.AnyTagClassName
{
color: #0B3A32;
}
</style>
background-color css
<style>
a { background-color: #0B3A32; }
a { background-color: rgb(11,58,50); }
div.DivClassName
{
background-color: #0B3A32;
}
.BgClassName
{
background-color: #0B3A32;
}
</style>
border-color css
<style>
span { border-color: #0B3A32; }
span { border-color: rgb(11,58,50); }
td.TdClassName
{
border-color: #0B3A32;
}
.TagClassName
{
border-color: #0B3A32;
}
</style>