Shades of Deep Teal #0B332E
Tints of Deep Teal #0B332E
RGB
CMYK
RGB Variations
Color information
#0B332E (or 0x0B332E) is known color: Deep Teal. HEX triplet: 0B, 33 and 2E. RGB value is (11,51,46). Sum of RGB (Red+Green+Blue) = 11+51+46=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #0B332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B332E is #F4CCD1. Grayscale: #262626. Windows color (decimal): -16043218 or 3027723. OLE color: 3027723.
HSL color Cylindrical-coordinate representation of color #0B332E: hue angle of 172.5º 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 #0B332E is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 11 | 51 | 46 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.8 |
| HSL | 172.5º | 0.65% | 0.12% | - |
| HSV(B) | 172.5º | 0.78% | 0.2% | - |
| XYZ | 1.81 | 2.64 | 3 | - |
| YUV | 38.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 46 | 0.78 | 0 | 0.10 | 0.8 | 172.5 | 0.65 | 0.12 |
| Hex | B | 33 | 2E | 4E | 0 | A | 50 | AC | 41 | C |
| Octal | 13 | 63 | 56 | 116 | 0 | 12 | 120 | 254 | 101 | 14 |
| Binary | 1011 | 110011 | 101110 | 1001110 | 0 | 1010 | 1010000 | 10101100 | 1000001 | 1100 |
Color Harmonies of #0B332E
Complementary color
Monochromatic Colors of #0B332E
Black with #0B332E
Text Example
Text Example
White with #0B332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B332E; }
p { color: rgb(11,51,46); }
H1.HeaderClassName
{
color: #0B332E;
}
.AnyTagClassName
{
color: #0B332E;
}
</style>
background-color css
<style>
a { background-color: #0B332E; }
a { background-color: rgb(11,51,46); }
div.DivClassName
{
background-color: #0B332E;
}
.BgClassName
{
background-color: #0B332E;
}
</style>
border-color css
<style>
span { border-color: #0B332E; }
span { border-color: rgb(11,51,46); }
td.TdClassName
{
border-color: #0B332E;
}
.TagClassName
{
border-color: #0B332E;
}
</style>