#292B47

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

Shades of Valhalla #292B47

Tints of Valhalla #292B47

Color information

#292B47 (or 0x292B47) is unknown color: approx Valhalla. HEX triplet: 29, 2B and 47. RGB value is (41,43,71). Sum of RGB (Red+Green+Blue) = 41+43+71=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #292B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B47 is #D6D4B8. Grayscale: #2D2D2D. Windows color (decimal): -14079161 or 4664105. OLE color: 4664105.

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

Color convert

RGB414371-
CMYK0.420.3900.72
HSL236º26.79%21.96%-
HSV(B)236º42.25%27.84%-
XYZ2.922.656.32-
YUV45.59142.34124.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=26.45%
G=27.74%
B=45.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4143710.420.3900.7223626.7921.96
Hex292B472A27048ec1b16
Octal5153107524701103543326
Binary101001101011100011110101010011101001000111011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,43,71); }

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

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

 a { background-color: rgb(41,43,71); }

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

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

 span { border-color: rgb(41,43,71); }

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