#252842

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

Shades of Valhalla #252842

Tints of Valhalla #252842

Color information

#252842 (or 0x252842) is unknown color: approx Valhalla. HEX triplet: 25, 28 and 42. RGB value is (37,40,66). Sum of RGB (Red+Green+Blue) = 37+40+66=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #252842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252842 is #DAD7BD. Grayscale: #292929. Windows color (decimal): -14342078 or 4335653. OLE color: 4335653.

HSL color Cylindrical-coordinate representation of color #252842: hue angle of 233.79º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #252842 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB374066-
CMYK0.440.3900.74
HSL233.79º28.16%20.2%-
HSV(B)233.79º43.94%25.88%-
XYZ2.512.35.47-
YUV42.07141.51124.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=25.87%
G=27.97%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3740660.440.3900.74233.7928.1620.2
Hex2528422C2704Aea1c14
Octal4550102544701123523424
Binary100101101000100001010110010011101001010111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252842; }

 p { color: rgb(37,40,66); }

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

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

 a { background-color: rgb(37,40,66); }

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

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

 span { border-color: rgb(37,40,66); }

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