#221F41

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

Shades of Valhalla #221F41

Tints of Valhalla #221F41

Color information

#221F41 (or 0x221F41) is unknown color: approx Valhalla. HEX triplet: 22, 1F and 41. RGB value is (34,31,65). Sum of RGB (Red+Green+Blue) = 34+31+65=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #221F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F41 is #DDE0BE. Grayscale: #232323. Windows color (decimal): -14540991 or 4267810. OLE color: 4267810.

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

Color convert

RGB343165-
CMYK0.480.5200.75
HSL245.29º35.42%18.82%-
HSV(B)245.29º52.31%25.49%-
XYZ2.11.75.22-
YUV35.77144.49126.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.15%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 65 (25.78% from 255) = 50%
R=26.15%
G=23.85%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3431650.480.5200.75245.2935.4218.82
Hex221F41303404Bf52313
Octal4237101606401133654323
Binary100010111111000001110000110100010010111111010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221F41; }

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

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

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

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

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

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

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

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