Shades of Deep Teal #0C3B31
Tints of Deep Teal #0C3B31
RGB
CMYK
RGB Variations
Color information
#0C3B31 (or 0x0C3B31) is known color: Deep Teal. HEX triplet: 0C, 3B and 31. RGB value is (12,59,49). Sum of RGB (Red+Green+Blue) = 12+59+49=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B31 is #F3C4CE. Grayscale: #2B2B2B. Windows color (decimal): -15975631 or 3226380. OLE color: 3226380.
HSL color Cylindrical-coordinate representation of color #0C3B31: hue angle of 167.23º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B31 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 59 | 49 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.77 |
| HSL | 167.23º | 0.66% | 0.14% | - |
| HSV(B) | 167.23º | 0.8% | 0.23% | - |
| XYZ | 2.27 | 3.43 | 3.45 | - |
| YUV | 43.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 49 | 0.80 | 0 | 0.17 | 0.77 | 167.23 | 0.66 | 0.14 |
| Hex | C | 3B | 31 | 50 | 0 | 11 | 4D | A7 | 42 | E |
| Octal | 14 | 73 | 61 | 120 | 0 | 21 | 115 | 247 | 102 | 16 |
| Binary | 1100 | 111011 | 110001 | 1010000 | 0 | 10001 | 1001101 | 10100111 | 1000010 | 1110 |
Color Harmonies of #0C3B31
Complementary color
Monochromatic Colors of #0C3B31
Black with #0C3B31
Text Example
Text Example
White with #0C3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B31; }
p { color: rgb(12,59,49); }
H1.HeaderClassName
{
color: #0C3B31;
}
.AnyTagClassName
{
color: #0C3B31;
}
</style>
background-color css
<style>
a { background-color: #0C3B31; }
a { background-color: rgb(12,59,49); }
div.DivClassName
{
background-color: #0C3B31;
}
.BgClassName
{
background-color: #0C3B31;
}
</style>
border-color css
<style>
span { border-color: #0C3B31; }
span { border-color: rgb(12,59,49); }
td.TdClassName
{
border-color: #0C3B31;
}
.TagClassName
{
border-color: #0C3B31;
}
</style>