Shades of Deep Teal #0B362F
Tints of Deep Teal #0B362F
RGB
CMYK
RGB Variations
Color information
#0B362F (or 0x0B362F) is known color: Deep Teal. HEX triplet: 0B, 36 and 2F. RGB value is (11,54,47). Sum of RGB (Red+Green+Blue) = 11+54+47=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #0B362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B362F is #F4C9D0. Grayscale: #282828. Windows color (decimal): -16042449 or 3094027. OLE color: 3094027.
HSL color Cylindrical-coordinate representation of color #0B362F: hue angle of 170.23º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B362F is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 54 | 47 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.79 |
| HSL | 170.23º | 0.66% | 0.13% | - |
| HSV(B) | 170.23º | 0.8% | 0.21% | - |
| XYZ | 1.97 | 2.91 | 3.15 | - |
| YUV | 40.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 47 | 0.80 | 0 | 0.13 | 0.79 | 170.23 | 0.66 | 0.13 |
| Hex | B | 36 | 2F | 50 | 0 | D | 4F | AA | 42 | D |
| Octal | 13 | 66 | 57 | 120 | 0 | 15 | 117 | 252 | 102 | 15 |
| Binary | 1011 | 110110 | 101111 | 1010000 | 0 | 1101 | 1001111 | 10101010 | 1000010 | 1101 |
Color Harmonies of #0B362F
Complementary color
Monochromatic Colors of #0B362F
Black with #0B362F
Text Example
Text Example
White with #0B362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B362F; }
p { color: rgb(11,54,47); }
H1.HeaderClassName
{
color: #0B362F;
}
.AnyTagClassName
{
color: #0B362F;
}
</style>
background-color css
<style>
a { background-color: #0B362F; }
a { background-color: rgb(11,54,47); }
div.DivClassName
{
background-color: #0B362F;
}
.BgClassName
{
background-color: #0B362F;
}
</style>
border-color css
<style>
span { border-color: #0B362F; }
span { border-color: rgb(11,54,47); }
td.TdClassName
{
border-color: #0B362F;
}
.TagClassName
{
border-color: #0B362F;
}
</style>