Html Css Color HEX #293947 Tarawera

📋 copy color: '#293947'

red 41 ◦ green 57 ◦ blue 71

#293947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tarawera #293947

Tints of Tarawera #293947

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.13% from 255) = 42.01%

R = 24.26%
G = 33.73%
B = 42.01%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293947 (or 0x293947) is known color: 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

RGB 41 57 71 -
CMYK 0.42 0.20 0 0.72
HSL 208º 0.27% 0.22% -
HSV(B) 208º 0.42% 0.28% -
XYZ 3.51 3.85 6.52 -
YUV 53.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 41 57 71 0.42 0.20 0 0.72 208 0.27 0.22
Hex 29 39 47 2A 14 0 48 D0 1B 16
Octal 51 71 107 52 24 0 110 320 33 26
Binary 101001 111001 1000111 101010 10100 0 1001000 11010000 11011 10110

Color Harmonies of #293947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293947

Black with #293947

Text Example


Text Example

White with #293947

Text Example


Text Example

HTML Codes & Css Web 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>