#211F41

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

Shades of Valhalla #211F41

Tints of Valhalla #211F41

Color information

#211F41 (or 0x211F41) is unknown color: approx Valhalla. HEX triplet: 21, 1F and 41. RGB value is (33,31,65). Sum of RGB (Red+Green+Blue) = 33+31+65=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #211F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F41 is #DEE0BE. Grayscale: #232323. Windows color (decimal): -14606527 or 4267809. OLE color: 4267809.

HSL color Cylindrical-coordinate representation of color #211F41: hue angle of 243.53º 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 #211F41 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB333165-
CMYK0.490.5200.75
HSL243.53º35.42%18.82%-
HSV(B)243.53º52.31%25.49%-
XYZ2.071.685.22-
YUV35.47144.66126.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=25.58%
G=24.03%
B=50.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3331650.490.5200.75243.5335.4218.82
Hex211F41313404Bf42313
Octal4137101616401133644323
Binary100001111111000001110001110100010010111111010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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