#221F3F

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

Shades of Valhalla #221F3F

Tints of Valhalla #221F3F

Color information

#221F3F (or 0x221F3F) is unknown color: approx Valhalla. HEX triplet: 22, 1F and 3F. RGB value is (34,31,63). Sum of RGB (Red+Green+Blue) = 34+31+63=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #221F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F3F is #DDE0C0. Grayscale: #232323. Windows color (decimal): -14540993 or 4136738. OLE color: 4136738.

HSL color Cylindrical-coordinate representation of color #221F3F: hue angle of 245.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #221F3F is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB343163-
CMYK0.460.5100.75
HSL245.62º34.04%18.43%-
HSV(B)245.62º50.79%24.71%-
XYZ2.051.684.92-
YUV35.54143.49126.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.56%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 63 (25% from 255) = 49.22%
R=26.56%
G=24.22%
B=49.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3431630.460.5100.75245.6234.0418.43
Hex221F3F2E3304Bf62212
Octal423777566301133664222
Binary10001011111111111101110110011010010111111011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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