#292A49

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

Shades of Valhalla #292A49

Tints of Valhalla #292A49

Color information

#292A49 (or 0x292A49) is unknown color: approx Valhalla. HEX triplet: 29, 2A and 49. RGB value is (41,42,73). Sum of RGB (Red+Green+Blue) = 41+42+73=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #292A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A49 is #D6D5B6. Grayscale: #2D2D2D. Windows color (decimal): -14079415 or 4794921. OLE color: 4794921.

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

Color convert

RGB414273-
CMYK0.440.4200.71
HSL238.12º28.07%22.35%-
HSV(B)238.12º43.84%28.63%-
XYZ2.952.616.65-
YUV45.24143.67124.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=26.28%
G=26.92%
B=46.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4142730.440.4200.71238.1228.0722.35
Hex292A492C2A047ee1c16
Octal5152111545201073563426
Binary101001101010100100110110010101001000111111011101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292A49; }

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

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

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

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

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

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

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

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