#1F1E40

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

Shades of Valhalla #1F1E40

Tints of Valhalla #1F1E40

Color information

#1F1E40 (or 0x1F1E40) is unknown color: approx Valhalla. HEX triplet: 1F, 1E and 40. RGB value is (31,30,64). Sum of RGB (Red+Green+Blue) = 31+30+64=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F1E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E40 is #E0E1BF. Grayscale: #222222. Windows color (decimal): -14737856 or 4202015. OLE color: 4202015.

HSL color Cylindrical-coordinate representation of color #1F1E40: hue angle of 241.76º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F1E40 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB313064-
CMYK0.520.5300.75
HSL241.76º36.17%18.43%-
HSV(B)241.76º53.12%25.1%-
XYZ1.951.595.05-
YUV34.17144.83125.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=24.8%
G=24%
B=51.2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3130640.520.5300.75241.7636.1718.43
Hex1F1E40343504Bf22412
Octal3736100646501133624422
Binary11111111101000000110100110101010010111111001010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1E40; }

 p { color: rgb(31,30,64); }

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

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

 a { background-color: rgb(31,30,64); }

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

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

 span { border-color: rgb(31,30,64); }

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