Shades of Tarawera #293D47
Tints of Tarawera #293D47
RGB
CMYK
RGB Variations
Color information
#293D47 (or 0x293D47) is known color: Tarawera. HEX triplet: 29, 3D and 47. RGB value is (41,61,71). Sum of RGB (Red+Green+Blue) = 41+61+71=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #293D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D47 is #D6C2B8. Grayscale: #383838. Windows color (decimal): -14074553 or 4668713. OLE color: 4668713.
HSL color Cylindrical-coordinate representation of color #293D47: hue angle of 200º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293D47 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 61 | 71 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.72 |
| HSL | 200º | 0.27% | 0.22% | - |
| HSV(B) | 200º | 0.42% | 0.28% | - |
| XYZ | 3.72 | 4.26 | 6.59 | - |
| YUV | 56.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 71 | 0.42 | 0.14 | 0 | 0.72 | 200 | 0.27 | 0.22 |
| Hex | 29 | 3D | 47 | 2A | E | 0 | 48 | C8 | 1B | 16 |
| Octal | 51 | 75 | 107 | 52 | 16 | 0 | 110 | 310 | 33 | 26 |
| Binary | 101001 | 111101 | 1000111 | 101010 | 1110 | 0 | 1001000 | 11001000 | 11011 | 10110 |
Color Harmonies of #293D47
Complementary color
Monochromatic Colors of #293D47
Black with #293D47
Text Example
Text Example
White with #293D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D47; }
p { color: rgb(41,61,71); }
H1.HeaderClassName
{
color: #293D47;
}
.AnyTagClassName
{
color: #293D47;
}
</style>
background-color css
<style>
a { background-color: #293D47; }
a { background-color: rgb(41,61,71); }
div.DivClassName
{
background-color: #293D47;
}
.BgClassName
{
background-color: #293D47;
}
</style>
border-color css
<style>
span { border-color: #293D47; }
span { border-color: rgb(41,61,71); }
td.TdClassName
{
border-color: #293D47;
}
.TagClassName
{
border-color: #293D47;
}
</style>