#293F48

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

Shades of Tarawera #293F48

Tints of Tarawera #293F48

Color information

#293F48 (or 0x293F48) is unknown color: approx Tarawera. HEX triplet: 29, 3F and 48. RGB value is (41,63,72). Sum of RGB (Red+Green+Blue) = 41+63+72=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #293F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F48 is #D6C0B7. Grayscale: #393939. Windows color (decimal): -14074040 or 4734761. OLE color: 4734761.

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

Color convert

RGB416372-
CMYK0.430.1200.72
HSL197.42º27.43%22.16%-
HSV(B)197.42º43.06%28.24%-
XYZ3.864.496.79-
YUV57.45136.21116.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=23.30%
G=35.80%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4163720.430.1200.72197.4227.4322.16
Hex293F482BC048c51b16
Octal5177110531401103053326
Binary1010011111111001000101011110001001000110001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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