Shades of Deep Teal #21413B
Tints of Deep Teal #21413B
RGB
CMYK
RGB Variations
Color information
#21413B (or 0x21413B) is known color: Deep Teal. HEX triplet: 21, 41 and 3B. RGB value is (33,65,59). Sum of RGB (Red+Green+Blue) = 33+65+59=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #21413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21413B is #DEBEC4. Grayscale: #363636. Windows color (decimal): -14597829 or 3883297. OLE color: 3883297.
HSL color Cylindrical-coordinate representation of color #21413B: hue angle of 168.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #21413B is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 59 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.75 |
| HSL | 168.75º | 0.33% | 0.19% | - |
| HSV(B) | 168.75º | 0.49% | 0.25% | - |
| XYZ | 3.31 | 4.42 | 4.82 | - |
| YUV | 54.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 59 | 0.49 | 0 | 0.09 | 0.75 | 168.75 | 0.33 | 0.19 |
| Hex | 21 | 41 | 3B | 31 | 0 | 9 | 4B | A9 | 21 | 13 |
| Octal | 41 | 101 | 73 | 61 | 0 | 11 | 113 | 251 | 41 | 23 |
| Binary | 100001 | 1000001 | 111011 | 110001 | 0 | 1001 | 1001011 | 10101001 | 100001 | 10011 |
Color Harmonies of #21413B
Complementary color
Monochromatic Colors of #21413B
Black with #21413B
Text Example
Text Example
White with #21413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21413B; }
p { color: rgb(33,65,59); }
H1.HeaderClassName
{
color: #21413B;
}
.AnyTagClassName
{
color: #21413B;
}
</style>
background-color css
<style>
a { background-color: #21413B; }
a { background-color: rgb(33,65,59); }
div.DivClassName
{
background-color: #21413B;
}
.BgClassName
{
background-color: #21413B;
}
</style>
border-color css
<style>
span { border-color: #21413B; }
span { border-color: rgb(33,65,59); }
td.TdClassName
{
border-color: #21413B;
}
.TagClassName
{
border-color: #21413B;
}
</style>