#313146

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

Shades of Valhalla #313146

Tints of Valhalla #313146

Color information

#313146 (or 0x313146) is unknown color: approx Valhalla. HEX triplet: 31, 31 and 46. RGB value is (49,49,70). Sum of RGB (Red+Green+Blue) = 49+49+70=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #313146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313146 is #CECEB9. Grayscale: #333333. Windows color (decimal): -13553338 or 4600113. OLE color: 4600113.

HSL color Cylindrical-coordinate representation of color #313146: hue angle of 240º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313146 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB494970-
CMYK0.300.3000.73
HSL240º17.65%23.33%-
HSV(B)240º30%27.45%-
XYZ3.473.296.25-
YUV51.39138.5126.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=29.17%
G=29.17%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4949700.300.3000.7324017.6523.33
Hex3131461E1E049f01217
Octal6161106363601113602227
Binary1100011100011000110111101111001001001111100001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313146; }

 p { color: rgb(49,49,70); }

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

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

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

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

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

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

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