Html Css Color HEX #25253A Valhalla

📋 copy color: '#25253A'

red 37 ◦ green 37 ◦ blue 58

#25253A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valhalla #25253A

Tints of Valhalla #25253A

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 value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25253A (or 0x25253A) is known color: 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

RGB 37 37 58 -
CMYK 0.36 0.36 0 0.77
HSL 240º 0.22% 0.19% -
HSV(B) 240º 0.36% 0.23% -
XYZ 2.19 2.02 4.28 -
YUV 39.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 37 37 58 0.36 0.36 0 0.77 240 0.22 0.19
Hex 25 25 3A 24 24 0 4D F0 16 13
Octal 45 45 72 44 44 0 115 360 26 23
Binary 100101 100101 111010 100100 100100 0 1001101 11110000 10110 10011

Color Harmonies of #25253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25253A

Black with #25253A

Text Example


Text Example

White with #25253A

Text Example


Text Example

HTML Codes & Css Web 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>