Shades of Deep Teal #033B32
Tints of Deep Teal #033B32
RGB
CMYK
RGB Variations
Color information
#033B32 (or 0x033B32) is known color: Deep Teal. HEX triplet: 03, 3B and 32. RGB value is (3,59,50). Sum of RGB (Red+Green+Blue) = 3+59+50=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #033B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B32 is #FCC4CD. Grayscale: #292929. Windows color (decimal): -16565454 or 3291907. OLE color: 3291907.
HSL color Cylindrical-coordinate representation of color #033B32: hue angle of 170.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033B32 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 50 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.77 |
| HSL | 170.36º | 0.9% | 0.12% | - |
| HSV(B) | 170.36º | 0.95% | 0.23% | - |
| XYZ | 2.18 | 3.38 | 3.55 | - |
| YUV | 41.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 50 | 0.95 | 0 | 0.15 | 0.77 | 170.36 | 0.9 | 0.12 |
| Hex | 3 | 3B | 32 | 5F | 0 | F | 4D | AA | 5A | C |
| Octal | 3 | 73 | 62 | 137 | 0 | 17 | 115 | 252 | 132 | 14 |
| Binary | 11 | 111011 | 110010 | 1011111 | 0 | 1111 | 1001101 | 10101010 | 1011010 | 1100 |
Color Harmonies of #033B32
Complementary color
Monochromatic Colors of #033B32
Black with #033B32
Text Example
Text Example
White with #033B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B32; }
p { color: rgb(3,59,50); }
H1.HeaderClassName
{
color: #033B32;
}
.AnyTagClassName
{
color: #033B32;
}
</style>
background-color css
<style>
a { background-color: #033B32; }
a { background-color: rgb(3,59,50); }
div.DivClassName
{
background-color: #033B32;
}
.BgClassName
{
background-color: #033B32;
}
</style>
border-color css
<style>
span { border-color: #033B32; }
span { border-color: rgb(3,59,50); }
td.TdClassName
{
border-color: #033B32;
}
.TagClassName
{
border-color: #033B32;
}
</style>