#293C43

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

Shades of Tarawera #293C43

Tints of Tarawera #293C43

Color information

#293C43 (or 0x293C43) is unknown color: approx Tarawera. HEX triplet: 29, 3C and 43. RGB value is (41,60,67). Sum of RGB (Red+Green+Blue) = 41+60+67=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #293C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C43 is #D6C3BC. Grayscale: #373737. Windows color (decimal): -14074813 or 4406313. OLE color: 4406313.

HSL color Cylindrical-coordinate representation of color #293C43: hue angle of 196.15º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #293C43 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB416067-
CMYK0.390.1000.74
HSL196.15º24.07%21.18%-
HSV(B)196.15º38.81%26.27%-
XYZ3.544.115.92-
YUV55.12134.71117.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=24.40%
G=35.71%
B=39.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4160670.390.1000.74196.1524.0721.18
Hex293C4327A04Ac41815
Octal5174103471201123043025
Binary1010011111001000011100111101001001010110001001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,60,67); }

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

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

 a { background-color: rgb(41,60,67); }

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

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

 span { border-color: rgb(41,60,67); }

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