#242447

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

Shades of Valhalla #242447

Tints of Valhalla #242447

Color information

#242447 (or 0x242447) is unknown color: approx Valhalla. HEX triplet: 24, 24 and 47. RGB value is (36,36,71). Sum of RGB (Red+Green+Blue) = 36+36+71=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #242447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242447 is #DBDBB8. Grayscale: #272727. Windows color (decimal): -14408633 or 4662308. OLE color: 4662308.

HSL color Cylindrical-coordinate representation of color #242447: hue angle of 240º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242447 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB363671-
CMYK0.490.4900.72
HSL240º32.71%20.98%-
HSV(B)240º49.3%27.84%-
XYZ2.52.096.23-
YUV39.99145.5125.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=25.17%
G=25.17%
B=49.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3636710.490.4900.7224032.7120.98
Hex2424473131048f02115
Octal4444107616101103604125
Binary1001001001001000111110001110001010010001111000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242447; }

 p { color: rgb(36,36,71); }

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

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

 a { background-color: rgb(36,36,71); }

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

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

 span { border-color: rgb(36,36,71); }

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