#25253C

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

Shades of Valhalla #25253C

Tints of Valhalla #25253C

Color information

#25253C (or 0x25253C) is unknown color: approx Valhalla. HEX triplet: 25, 25 and 3C. RGB value is (37,37,60). Sum of RGB (Red+Green+Blue) = 37+37+60=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #25253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25253C is #DADAC3. Grayscale: #272727. Windows color (decimal): -14342852 or 3941669. OLE color: 3941669.

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

Color convert

RGB373760-
CMYK0.380.3800.76
HSL240º23.71%19.02%-
HSV(B)240º38.33%23.53%-
XYZ2.242.044.55-
YUV39.62139.5126.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=27.61%
G=27.61%
B=44.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3737600.380.3800.7624023.7119.02
Hex25253C262604Cf01813
Octal454574464601143603023
Binary10010110010111110010011010011001001100111100001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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