#293947

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

Shades of Tarawera #293947

Tints of Tarawera #293947

Color information

#293947 (or 0x293947) is unknown color: approx Tarawera. HEX triplet: 29, 39 and 47. RGB value is (41,57,71). Sum of RGB (Red+Green+Blue) = 41+57+71=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #293947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293947 is #D6C6B8. Grayscale: #353535. Windows color (decimal): -14075577 or 4667689. OLE color: 4667689.

HSL color Cylindrical-coordinate representation of color #293947: hue angle of 208º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293947 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB415771-
CMYK0.420.2000.72
HSL208º26.79%21.96%-
HSV(B)208º42.25%27.84%-
XYZ3.513.856.52-
YUV53.81137.7118.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=24.26%
G=33.73%
B=42.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4157710.420.2000.7220826.7921.96
Hex2939472A14048d01b16
Octal5171107522401103203326
Binary10100111100110001111010101010001001000110100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293947; }

 p { color: rgb(41,57,71); }

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

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

 a { background-color: rgb(41,57,71); }

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

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

 span { border-color: rgb(41,57,71); }

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