#292B48

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

Shades of Valhalla #292B48

Tints of Valhalla #292B48

Color information

#292B48 (or 0x292B48) is unknown color: approx Valhalla. HEX triplet: 29, 2B and 48. RGB value is (41,43,72). Sum of RGB (Red+Green+Blue) = 41+43+72=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #292B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B48 is #D6D4B7. Grayscale: #2D2D2D. Windows color (decimal): -14079160 or 4729641. OLE color: 4729641.

HSL color Cylindrical-coordinate representation of color #292B48: hue angle of 236.13º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #292B48 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB414372-
CMYK0.430.4000.72
HSL236.13º27.43%22.16%-
HSV(B)236.13º43.06%28.24%-
XYZ2.952.676.49-
YUV45.71142.84124.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=26.28%
G=27.56%
B=46.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4143720.430.4000.72236.1327.4322.16
Hex292B482B28048ec1b16
Octal5153110535001103543326
Binary101001101011100100010101110100001001000111011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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