#25253A

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

Shades of Valhalla #25253A

Tints of Valhalla #25253A

Color information

#25253A (or 0x25253A) is unknown color: approx Valhalla. HEX triplet: 25, 25 and 3A. RGB value is (37,37,58). Sum of RGB (Red+Green+Blue) = 37+37+58=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #25253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25253A is #DADAC5. Grayscale: #272727. Windows color (decimal): -14342854 or 3810597. OLE color: 3810597.

HSL color Cylindrical-coordinate representation of color #25253A: hue angle of 240º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25253A is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB373758-
CMYK0.360.3600.77
HSL240º22.11%18.63%-
HSV(B)240º36.21%22.75%-
XYZ2.192.024.28-
YUV39.39138.5126.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=28.03%
G=28.03%
B=43.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3737580.360.3600.7724022.1118.63
Hex25253A242404Df01613
Octal454572444401153602623
Binary10010110010111101010010010010001001101111100001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25253A; }

 p { color: rgb(37,37,58); }

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

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

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

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

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

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

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