#252841

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

Shades of Valhalla #252841

Tints of Valhalla #252841

Color information

#252841 (or 0x252841) is unknown color: approx Valhalla. HEX triplet: 25, 28 and 41. RGB value is (37,40,65). Sum of RGB (Red+Green+Blue) = 37+40+65=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #252841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252841 is #DAD7BE. Grayscale: #292929. Windows color (decimal): -14342079 or 4270117. OLE color: 4270117.

HSL color Cylindrical-coordinate representation of color #252841: hue angle of 233.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #252841 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB374065-
CMYK0.430.3800.75
HSL233.57º27.45%20%-
HSV(B)233.57º43.08%25.49%-
XYZ2.482.295.31-
YUV41.95141.01124.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=26.06%
G=28.17%
B=45.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3740650.430.3800.75233.5727.4520
Hex2528412B2604Bea1b14
Octal4550101534601133523324
Binary100101101000100000110101110011001001011111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252841; }

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

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

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

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

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

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

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

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