#294049

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

Shades of Tarawera #294049

Tints of Tarawera #294049

Color information

#294049 (or 0x294049) is unknown color: approx Tarawera. HEX triplet: 29, 40 and 49. RGB value is (41,64,73). Sum of RGB (Red+Green+Blue) = 41+64+73=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #294049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294049 is #D6BFB6. Grayscale: #3A3A3A. Windows color (decimal): -14073783 or 4800553. OLE color: 4800553.

HSL color Cylindrical-coordinate representation of color #294049: hue angle of 196.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294049 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB416473-
CMYK0.440.1200.71
HSL196.88º28.07%22.35%-
HSV(B)196.88º43.84%28.63%-
XYZ3.954.626.99-
YUV58.15136.38115.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=23.03%
G=35.96%
B=41.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4164730.440.1200.71196.8828.0722.35
Hex2940492CC047c51c16
Octal51100111541401073053426
Binary10100110000001001001101100110001000111110001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294049; }

 p { color: rgb(41,64,73); }

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

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

 a { background-color: rgb(41,64,73); }

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

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

 span { border-color: rgb(41,64,73); }

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