Shades of Tarawera #273B48
Tints of Tarawera #273B48
RGB
CMYK
RGB Variations
Color information
#273B48 (or 0x273B48) is known color: Tarawera. HEX triplet: 27, 3B and 48. RGB value is (39,59,72). Sum of RGB (Red+Green+Blue) = 39+59+72=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #273B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B48 is #D8C4B7. Grayscale: #363636. Windows color (decimal): -14206136 or 4733735. OLE color: 4733735.
HSL color Cylindrical-coordinate representation of color #273B48: hue angle of 203.64º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #273B48 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 59 | 72 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.72 |
| HSL | 203.64º | 0.3% | 0.22% | - |
| HSV(B) | 203.64º | 0.46% | 0.28% | - |
| XYZ | 3.57 | 4.03 | 6.72 | - |
| YUV | 54.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 72 | 0.46 | 0.18 | 0 | 0.72 | 203.64 | 0.3 | 0.22 |
| Hex | 27 | 3B | 48 | 2E | 12 | 0 | 48 | CC | 1E | 16 |
| Octal | 47 | 73 | 110 | 56 | 22 | 0 | 110 | 314 | 36 | 26 |
| Binary | 100111 | 111011 | 1001000 | 101110 | 10010 | 0 | 1001000 | 11001100 | 11110 | 10110 |
Color Harmonies of #273B48
Complementary color
Monochromatic Colors of #273B48
Black with #273B48
Text Example
Text Example
White with #273B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B48; }
p { color: rgb(39,59,72); }
H1.HeaderClassName
{
color: #273B48;
}
.AnyTagClassName
{
color: #273B48;
}
</style>
background-color css
<style>
a { background-color: #273B48; }
a { background-color: rgb(39,59,72); }
div.DivClassName
{
background-color: #273B48;
}
.BgClassName
{
background-color: #273B48;
}
</style>
border-color css
<style>
span { border-color: #273B48; }
span { border-color: rgb(39,59,72); }
td.TdClassName
{
border-color: #273B48;
}
.TagClassName
{
border-color: #273B48;
}
</style>