#24263E

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

Shades of Valhalla #24263E

Tints of Valhalla #24263E

Color information

#24263E (or 0x24263E) is unknown color: approx Valhalla. HEX triplet: 24, 26 and 3E. RGB value is (36,38,62). Sum of RGB (Red+Green+Blue) = 36+38+62=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #24263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24263E is #DBD9C1. Grayscale: #282828. Windows color (decimal): -14408130 or 4072996. OLE color: 4072996.

HSL color Cylindrical-coordinate representation of color #24263E: hue angle of 235.38º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24263E is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB363862-
CMYK0.420.3900.76
HSL235.38º26.53%19.22%-
HSV(B)235.38º41.94%24.31%-
XYZ2.292.114.84-
YUV40.14140.34125.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=26.47%
G=27.94%
B=45.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3638620.420.3900.76235.3826.5319.22
Hex24263E2A2704Ceb1b13
Octal444676524701143533323
Binary10010010011011111010101010011101001100111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24263E; }

 p { color: rgb(36,38,62); }

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

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

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

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

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

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

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