Html Css Color HEX #252441 Valhalla

📋 copy color: '#252441'

red 37 ◦ green 36 ◦ blue 65

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

Shades of Valhalla #252441

Tints of Valhalla #252441

RGB

 RED value IS 37 (14.84% from 255) = 26.81%

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 26.81%
G = 26.09%
B = 47.1%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252441 (or 0x252441) is known color: Valhalla. HEX triplet: 25, 24 and 41. RGB value is (37,36,65). Sum of RGB (Red+Green+Blue) = 37+36+65=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #252441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252441 is #DADBBE. Grayscale: #272727. Windows color (decimal): -14343103 or 4269093. OLE color: 4269093.

HSL color Cylindrical-coordinate representation of color #252441: hue angle of 242.07º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #252441 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 36 65 -
CMYK 0.43 0.45 0 0.75
HSL 242.07º 0.29% 0.2% -
HSV(B) 242.07º 0.45% 0.25% -
XYZ 2.35 2.04 5.27 -
YUV 39.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 37 36 65 0.43 0.45 0 0.75 242.07 0.29 0.2
Hex 25 24 41 2B 2D 0 4B F2 1D 14
Octal 45 44 101 53 55 0 113 362 35 24
Binary 100101 100100 1000001 101011 101101 0 1001011 11110010 11101 10100

Color Harmonies of #252441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252441

Black with #252441

Text Example


Text Example

White with #252441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252441; }

 p { color: rgb(37,36,65); }

 H1.HeaderClassName
 {
   color: #252441;
 }
 .AnyTagClassName
 {
   color: #252441;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #252441;
 }
 .BgClassName
 {
   background-color: #252441;
 }
</style>

border-color css

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

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

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