#292B40

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

Shades of Valhalla #292B40

Tints of Valhalla #292B40

Color information

#292B40 (or 0x292B40) is unknown color: approx Valhalla. HEX triplet: 29, 2B and 40. RGB value is (41,43,64). Sum of RGB (Red+Green+Blue) = 41+43+64=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #292B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B40 is #D6D4BF. Grayscale: #2C2C2C. Windows color (decimal): -14079168 or 4205353. OLE color: 4205353.

HSL color Cylindrical-coordinate representation of color #292B40: hue angle of 234.78º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #292B40 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB414364-
CMYK0.360.3300.75
HSL234.78º21.9%20.59%-
HSV(B)234.78º35.94%25.1%-
XYZ2.72.575.2-
YUV44.8138.84125.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=27.70%
G=29.05%
B=43.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4143640.360.3300.75234.7821.920.59
Hex292B40242104Beb1615
Octal5153100444101133532625
Binary101001101011100000010010010000101001011111010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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