#313247

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

Shades of Valhalla #313247

Tints of Valhalla #313247

Color information

#313247 (or 0x313247) is unknown color: approx Valhalla. HEX triplet: 31, 32 and 47. RGB value is (49,50,71). Sum of RGB (Red+Green+Blue) = 49+50+71=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #313247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313247 is #CECDB8. Grayscale: #343434. Windows color (decimal): -13553081 or 4665905. OLE color: 4665905.

HSL color Cylindrical-coordinate representation of color #313247: hue angle of 237.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313247 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB495071-
CMYK0.310.3000.72
HSL237.27º18.33%23.53%-
HSV(B)237.27º30.99%27.84%-
XYZ3.543.396.43-
YUV52.1138.67125.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=28.82%
G=29.41%
B=41.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4950710.310.3000.72237.2718.3323.53
Hex3132471F1E048ed1218
Octal6162107373601103552230
Binary1100011100101000111111111111001001000111011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313247; }

 p { color: rgb(49,50,71); }

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

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

 a { background-color: rgb(49,50,71); }

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

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

 span { border-color: rgb(49,50,71); }

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