#1F1E41

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

Shades of Valhalla #1F1E41

Tints of Valhalla #1F1E41

Color information

#1F1E41 (or 0x1F1E41) is unknown color: approx Valhalla. HEX triplet: 1F, 1E and 41. RGB value is (31,30,65). Sum of RGB (Red+Green+Blue) = 31+30+65=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F1E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E41 is #E0E1BE. Grayscale: #222222. Windows color (decimal): -14737855 or 4267551. OLE color: 4267551.

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

Color convert

RGB313065-
CMYK0.520.5400.75
HSL241.71º36.84%18.63%-
HSV(B)241.71º53.85%25.49%-
XYZ1.981.65.21-
YUV34.29145.33125.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=24.60%
G=23.81%
B=51.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3130650.520.5400.75241.7136.8418.63
Hex1F1E41343604Bf22513
Octal3736101646601133624523
Binary11111111101000001110100110110010010111111001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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