Shades of Deep Teal #183933
Tints of Deep Teal #183933
RGB
CMYK
RGB Variations
Color information
#183933 (or 0x183933) is known color: Deep Teal. HEX triplet: 18, 39 and 33. RGB value is (24,57,51). Sum of RGB (Red+Green+Blue) = 24+57+51=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #183933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183933 is #E7C6CC. Grayscale: #2E2E2E. Windows color (decimal): -15189709 or 3356952. OLE color: 3356952.
HSL color Cylindrical-coordinate representation of color #183933: hue angle of 169.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183933 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 57 | 51 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.78 |
| HSL | 169.09º | 0.41% | 0.16% | - |
| HSV(B) | 169.09º | 0.58% | 0.22% | - |
| XYZ | 2.44 | 3.36 | 3.65 | - |
| YUV | 46.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 51 | 0.58 | 0 | 0.11 | 0.78 | 169.09 | 0.41 | 0.16 |
| Hex | 18 | 39 | 33 | 3A | 0 | B | 4E | A9 | 29 | 10 |
| Octal | 30 | 71 | 63 | 72 | 0 | 13 | 116 | 251 | 51 | 20 |
| Binary | 11000 | 111001 | 110011 | 111010 | 0 | 1011 | 1001110 | 10101001 | 101001 | 10000 |
Color Harmonies of #183933
Complementary color
Monochromatic Colors of #183933
Black with #183933
Text Example
Text Example
White with #183933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183933; }
p { color: rgb(24,57,51); }
H1.HeaderClassName
{
color: #183933;
}
.AnyTagClassName
{
color: #183933;
}
</style>
background-color css
<style>
a { background-color: #183933; }
a { background-color: rgb(24,57,51); }
div.DivClassName
{
background-color: #183933;
}
.BgClassName
{
background-color: #183933;
}
</style>
border-color css
<style>
span { border-color: #183933; }
span { border-color: rgb(24,57,51); }
td.TdClassName
{
border-color: #183933;
}
.TagClassName
{
border-color: #183933;
}
</style>