#25263A

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

Shades of Valhalla #25263A

Tints of Valhalla #25263A

Color information

#25263A (or 0x25263A) is unknown color: approx Valhalla. HEX triplet: 25, 26 and 3A. RGB value is (37,38,58). Sum of RGB (Red+Green+Blue) = 37+38+58=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #25263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25263A is #DAD9C5. Grayscale: #272727. Windows color (decimal): -14342598 or 3810853. OLE color: 3810853.

HSL color Cylindrical-coordinate representation of color #25263A: hue angle of 237.14º 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 #25263A is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB373858-
CMYK0.360.3400.77
HSL237.14º22.11%18.63%-
HSV(B)237.14º36.21%22.75%-
XYZ2.222.094.29-
YUV39.98138.17125.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=27.82%
G=28.57%
B=43.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3738580.360.3400.77237.1422.1118.63
Hex25263A242204Ded1613
Octal454672444201153552623
Binary10010110011011101010010010001001001101111011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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