Html Css Color HEX #313247 Valhalla

📋 copy color: '#313247'

red 49 ◦ green 50 ◦ blue 71

#313247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valhalla #313247

Tints of Valhalla #313247

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.13% from 255) = 41.76%

R = 28.82%
G = 29.41%
B = 41.76%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313247 (or 0x313247) is known color: 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

RGB 49 50 71 -
CMYK 0.31 0.30 0 0.72
HSL 237.27º 0.18% 0.24% -
HSV(B) 237.27º 0.31% 0.28% -
XYZ 3.54 3.39 6.43 -
YUV 52.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 49 50 71 0.31 0.30 0 0.72 237.27 0.18 0.24
Hex 31 32 47 1F 1E 0 48 ED 12 18
Octal 61 62 107 37 36 0 110 355 22 30
Binary 110001 110010 1000111 11111 11110 0 1001000 11101101 10010 11000

Color Harmonies of #313247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313247

Black with #313247

Text Example


Text Example

White with #313247

Text Example


Text Example

HTML Codes & Css Web 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>