#25273D

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

Shades of Valhalla #25273D

Tints of Valhalla #25273D

Color information

#25273D (or 0x25273D) is unknown color: approx Valhalla. HEX triplet: 25, 27 and 3D. RGB value is (37,39,61). Sum of RGB (Red+Green+Blue) = 37+39+61=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #25273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25273D is #DAD8C2. Grayscale: #282828. Windows color (decimal): -14342339 or 4007717. OLE color: 4007717.

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

Color convert

RGB373961-
CMYK0.390.3600.76
HSL235º24.49%19.22%-
HSV(B)235º39.34%23.92%-
XYZ2.332.184.71-
YUV40.91139.34125.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=27.01%
G=28.47%
B=44.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3739610.390.3600.7623524.4919.22
Hex25273D272404Ceb1813
Octal454775474401143533023
Binary10010110011111110110011110010001001100111010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25273D; }

 p { color: rgb(37,39,61); }

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

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

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

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

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

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

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