Shades of Tarawera #273F46
Tints of Tarawera #273F46
RGB
CMYK
RGB Variations
Color information
#273F46 (or 0x273F46) is known color: Tarawera. HEX triplet: 27, 3F and 46. RGB value is (39,63,70). Sum of RGB (Red+Green+Blue) = 39+63+70=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #273F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F46 is #D8C0B9. Grayscale: #383838. Windows color (decimal): -14205114 or 4603687. OLE color: 4603687.
HSL color Cylindrical-coordinate representation of color #273F46: hue angle of 193.55º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #273F46 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 63 | 70 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.73 |
| HSL | 193.55º | 0.28% | 0.21% | - |
| HSV(B) | 193.55º | 0.44% | 0.27% | - |
| XYZ | 3.72 | 4.43 | 6.45 | - |
| YUV | 56.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 70 | 0.44 | 0.10 | 0 | 0.73 | 193.55 | 0.28 | 0.21 |
| Hex | 27 | 3F | 46 | 2C | A | 0 | 49 | C2 | 1C | 15 |
| Octal | 47 | 77 | 106 | 54 | 12 | 0 | 111 | 302 | 34 | 25 |
| Binary | 100111 | 111111 | 1000110 | 101100 | 1010 | 0 | 1001001 | 11000010 | 11100 | 10101 |
Color Harmonies of #273F46
Complementary color
Monochromatic Colors of #273F46
Black with #273F46
Text Example
Text Example
White with #273F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F46; }
p { color: rgb(39,63,70); }
H1.HeaderClassName
{
color: #273F46;
}
.AnyTagClassName
{
color: #273F46;
}
</style>
background-color css
<style>
a { background-color: #273F46; }
a { background-color: rgb(39,63,70); }
div.DivClassName
{
background-color: #273F46;
}
.BgClassName
{
background-color: #273F46;
}
</style>
border-color css
<style>
span { border-color: #273F46; }
span { border-color: rgb(39,63,70); }
td.TdClassName
{
border-color: #273F46;
}
.TagClassName
{
border-color: #273F46;
}
</style>