Shades of Deep Teal #0B332F
Tints of Deep Teal #0B332F
RGB
CMYK
RGB Variations
Color information
#0B332F (or 0x0B332F) is known color: Deep Teal. HEX triplet: 0B, 33 and 2F. RGB value is (11,51,47). Sum of RGB (Red+Green+Blue) = 11+51+47=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #0B332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B332F is #F4CCD0. Grayscale: #262626. Windows color (decimal): -16043217 or 3093259. OLE color: 3093259.
HSL color Cylindrical-coordinate representation of color #0B332F: hue angle of 174º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B332F is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 11 | 51 | 47 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.8 |
| HSL | 174º | 0.65% | 0.12% | - |
| HSV(B) | 174º | 0.78% | 0.2% | - |
| XYZ | 1.83 | 2.64 | 3.1 | - |
| YUV | 38.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 47 | 0.78 | 0 | 0.08 | 0.8 | 174 | 0.65 | 0.12 |
| Hex | B | 33 | 2F | 4E | 0 | 8 | 50 | AE | 41 | C |
| Octal | 13 | 63 | 57 | 116 | 0 | 10 | 120 | 256 | 101 | 14 |
| Binary | 1011 | 110011 | 101111 | 1001110 | 0 | 1000 | 1010000 | 10101110 | 1000001 | 1100 |
Color Harmonies of #0B332F
Complementary color
Monochromatic Colors of #0B332F
Black with #0B332F
Text Example
Text Example
White with #0B332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B332F; }
p { color: rgb(11,51,47); }
H1.HeaderClassName
{
color: #0B332F;
}
.AnyTagClassName
{
color: #0B332F;
}
</style>
background-color css
<style>
a { background-color: #0B332F; }
a { background-color: rgb(11,51,47); }
div.DivClassName
{
background-color: #0B332F;
}
.BgClassName
{
background-color: #0B332F;
}
</style>
border-color css
<style>
span { border-color: #0B332F; }
span { border-color: rgb(11,51,47); }
td.TdClassName
{
border-color: #0B332F;
}
.TagClassName
{
border-color: #0B332F;
}
</style>