Html Css Color HEX #293949 Tarawera

📋 copy color: '#293949'

red 41 ◦ green 57 ◦ blue 73

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

Shades of Tarawera #293949

Tints of Tarawera #293949

RGB

 RED value IS 41 (16.41% from 255) = 23.98%

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 23.98%
G = 33.33%
B = 42.69%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293949 (or 0x293949) is known color: Tarawera. HEX triplet: 29, 39 and 49. RGB value is (41,57,73). Sum of RGB (Red+Green+Blue) = 41+57+73=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #293949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293949 is #D6C6B6. Grayscale: #353535. Windows color (decimal): -14075575 or 4798761. OLE color: 4798761.

HSL color Cylindrical-coordinate representation of color #293949: hue angle of 210º 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 #293949 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 57 73 -
CMYK 0.44 0.22 0 0.71
HSL 210º 0.28% 0.22% -
HSV(B) 210º 0.44% 0.29% -
XYZ 3.58 3.88 6.86 -
YUV 54.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 41 57 73 0.44 0.22 0 0.71 210 0.28 0.22
Hex 29 39 49 2C 16 0 47 D2 1C 16
Octal 51 71 111 54 26 0 107 322 34 26
Binary 101001 111001 1001001 101100 10110 0 1000111 11010010 11100 10110

Color Harmonies of #293949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293949

Black with #293949

Text Example


Text Example

White with #293949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293949; }

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

 H1.HeaderClassName
 {
   color: #293949;
 }
 .AnyTagClassName
 {
   color: #293949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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