#313142

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

Shades of Valhalla #313142

Tints of Valhalla #313142

Color information

#313142 (or 0x313142) is unknown color: approx Valhalla. HEX triplet: 31, 31 and 42. RGB value is (49,49,66). Sum of RGB (Red+Green+Blue) = 49+49+66=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #313142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313142 is #CECEBD. Grayscale: #323232. Windows color (decimal): -13553342 or 4337969. OLE color: 4337969.

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

Color convert

RGB494966-
CMYK0.260.2600.74
HSL240º14.78%22.55%-
HSV(B)240º25.76%25.88%-
XYZ3.353.245.6-
YUV50.94136.5126.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=29.88%
G=29.88%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4949660.260.2600.7424014.7822.55
Hex3131421A1A04Af0f17
Octal6161102323201123601727
Binary110001110001100001011010110100100101011110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313142; }

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

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

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

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

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

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

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

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