#29293F

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

Shades of Valhalla #29293F

Tints of Valhalla #29293F

Color information

#29293F (or 0x29293F) is unknown color: approx Valhalla. HEX triplet: 29, 29 and 3F. RGB value is (41,41,63). Sum of RGB (Red+Green+Blue) = 41+41+63=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #29293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29293F is #D6D6C0. Grayscale: #2B2B2B. Windows color (decimal): -14079681 or 4139305. OLE color: 4139305.

HSL color Cylindrical-coordinate representation of color #29293F: hue angle of 240º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #29293F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB414163-
CMYK0.350.3500.75
HSL240º21.15%20.39%-
HSV(B)240º34.92%24.71%-
XYZ2.62.425.03-
YUV43.51139126.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 63 (25% from 255) = 43.45%
R=28.28%
G=28.28%
B=43.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4141630.350.3500.7524021.1520.39
Hex29293F232304Bf01514
Octal515177434301133602524
Binary10100110100111111110001110001101001011111100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29293F; }

 p { color: rgb(41,41,63); }

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

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

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

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

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

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

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