#273F48

Color #273F48 Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #273F48

Tints of Tarawera #273F48

Color information

#273F48 (or 0x273F48) is unknown color: approx Tarawera. HEX triplet: 27, 3F and 48. RGB value is (39,63,72). Sum of RGB (Red+Green+Blue) = 39+63+72=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #273F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F48 is #D8C0B7. Grayscale: #383838. Windows color (decimal): -14205112 or 4734759. OLE color: 4734759.

HSL color Cylindrical-coordinate representation of color #273F48: hue angle of 196.36º 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 #273F48 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB396372-
CMYK0.460.1200.72
HSL196.36º29.73%21.76%-
HSV(B)196.36º45.83%28.24%-
XYZ3.784.456.79-
YUV56.85136.55115.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=22.41%
G=36.21%
B=41.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3963720.460.1200.72196.3629.7321.76
Hex273F482EC048c41e16
Octal4777110561401103043626
Binary1001111111111001000101110110001001000110001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273F48; }

 p { color: rgb(39,63,72); }

 H1.HeaderClassName
 {
   color: #273F48;
 }
 .AnyTagClassName
 {
   color: #273F48;
 }
</style>
background-color css

<style>
 a { background-color: #273F48; }

 a { background-color: rgb(39,63,72); }

 div.DivClassName
 {
   background-color: #273F48;
 }
 .BgClassName
 {
   background-color: #273F48;
 }
</style>
border-color css

<style>
 span { border-color: #273F48; }

 span { border-color: rgb(39,63,72); }

 td.TdClassName
 {
   border-color: #273F48;
 }
 .TagClassName
 {
   border-color: #273F48;
 }
</style>