Shades of Deep Teal #0B3930
Tints of Deep Teal #0B3930
RGB
CMYK
RGB Variations
Color information
#0B3930 (or 0x0B3930) is known color: Deep Teal. HEX triplet: 0B, 39 and 30. RGB value is (11,57,48). Sum of RGB (Red+Green+Blue) = 11+57+48=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3930 is #F4C6CF. Grayscale: #2A2A2A. Windows color (decimal): -16041680 or 3160331. OLE color: 3160331.
HSL color Cylindrical-coordinate representation of color #0B3930: hue angle of 168.26º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3930 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 57 | 48 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.78 |
| HSL | 168.26º | 0.68% | 0.13% | - |
| HSV(B) | 168.26º | 0.81% | 0.22% | - |
| XYZ | 2.13 | 3.21 | 3.3 | - |
| YUV | 42.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 48 | 0.81 | 0 | 0.16 | 0.78 | 168.26 | 0.68 | 0.13 |
| Hex | B | 39 | 30 | 51 | 0 | 10 | 4E | A8 | 44 | D |
| Octal | 13 | 71 | 60 | 121 | 0 | 20 | 116 | 250 | 104 | 15 |
| Binary | 1011 | 111001 | 110000 | 1010001 | 0 | 10000 | 1001110 | 10101000 | 1000100 | 1101 |
Color Harmonies of #0B3930
Complementary color
Monochromatic Colors of #0B3930
Black with #0B3930
Text Example
Text Example
White with #0B3930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3930; }
p { color: rgb(11,57,48); }
H1.HeaderClassName
{
color: #0B3930;
}
.AnyTagClassName
{
color: #0B3930;
}
</style>
background-color css
<style>
a { background-color: #0B3930; }
a { background-color: rgb(11,57,48); }
div.DivClassName
{
background-color: #0B3930;
}
.BgClassName
{
background-color: #0B3930;
}
</style>
border-color css
<style>
span { border-color: #0B3930; }
span { border-color: rgb(11,57,48); }
td.TdClassName
{
border-color: #0B3930;
}
.TagClassName
{
border-color: #0B3930;
}
</style>