#273948

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

Shades of Tarawera #273948

Tints of Tarawera #273948

Color information

#273948 (or 0x273948) is unknown color: approx Tarawera. HEX triplet: 27, 39 and 48. RGB value is (39,57,72). Sum of RGB (Red+Green+Blue) = 39+57+72=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #273948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273948 is #D8C6B7. Grayscale: #353535. Windows color (decimal): -14206648 or 4733223. OLE color: 4733223.

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

Color convert

RGB395772-
CMYK0.460.2100.72
HSL207.27º29.73%21.76%-
HSV(B)207.27º45.83%28.24%-
XYZ3.473.836.69-
YUV53.33138.54117.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=23.21%
G=33.93%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3957720.460.2100.72207.2729.7321.76
Hex2739482E15048cf1e16
Octal4771110562501103173626
Binary10011111100110010001011101010101001000110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273948; }

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

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

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

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

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

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

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

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