#29283F

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

Shades of Valhalla #29283F

Tints of Valhalla #29283F

Color information

#29283F (or 0x29283F) is unknown color: approx Valhalla. HEX triplet: 29, 28 and 3F. RGB value is (41,40,63). Sum of RGB (Red+Green+Blue) = 41+40+63=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #29283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29283F is #D6D7C0. Grayscale: #2A2A2A. Windows color (decimal): -14079937 or 4139049. OLE color: 4139049.

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

Color convert

RGB414063-
CMYK0.350.3700.75
HSL242.61º22.33%20.2%-
HSV(B)242.61º36.51%24.71%-
XYZ2.572.355.02-
YUV42.92139.33126.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 63 (25% from 255) = 43.75%
R=28.47%
G=27.78%
B=43.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4140630.350.3700.75242.6122.3320.2
Hex29283F232504Bf31614
Octal515077434501133632624
Binary10100110100011111110001110010101001011111100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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