Html Css Color HEX #313248 Valhalla

📋 copy color: '#313248'

red 49 ◦ green 50 ◦ blue 72

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

Shades of Valhalla #313248

Tints of Valhalla #313248

RGB

 RED value IS 49 (19.53% from 255) = 28.65%

 GREEN value IS 50 (19.92% from 255) = 29.24%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 28.65%
G = 29.24%
B = 42.11%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#313248 (or 0x313248) is known color: Valhalla. HEX triplet: 31, 32 and 48. RGB value is (49,50,72). Sum of RGB (Red+Green+Blue) = 49+50+72=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #313248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313248 is #CECDB7. Grayscale: #343434. Windows color (decimal): -13553080 or 4731441. OLE color: 4731441.

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

Color convert

RGB 49 50 72 -
CMYK 0.32 0.31 0 0.72
HSL 237.39º 0.19% 0.24% -
HSV(B) 237.39º 0.32% 0.28% -
XYZ 3.58 3.4 6.6 -
YUV 52.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 49 50 72 0.32 0.31 0 0.72 237.39 0.19 0.24
Hex 31 32 48 20 1F 0 48 ED 13 18
Octal 61 62 110 40 37 0 110 355 23 30
Binary 110001 110010 1001000 100000 11111 0 1001000 11101101 10011 11000

Color Harmonies of #313248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313248

Black with #313248

Text Example


Text Example

White with #313248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313248; }

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

 H1.HeaderClassName
 {
   color: #313248;
 }
 .AnyTagClassName
 {
   color: #313248;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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