Html Css Color HEX #252641 Valhalla

📋 copy color: '#252641'

red 37 ◦ green 38 ◦ blue 65

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

Shades of Valhalla #252641

Tints of Valhalla #252641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 26.43%
G = 27.14%
B = 46.43%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252641 (or 0x252641) is known color: Valhalla. HEX triplet: 25, 26 and 41. RGB value is (37,38,65). Sum of RGB (Red+Green+Blue) = 37+38+65=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #252641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252641 is #DAD9BE. Grayscale: #282828. Windows color (decimal): -14342591 or 4269605. OLE color: 4269605.

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

Color convert

RGB 37 38 65 -
CMYK 0.43 0.42 0 0.75
HSL 237.86º 0.27% 0.2% -
HSV(B) 237.86º 0.43% 0.25% -
XYZ 2.41 2.16 5.29 -
YUV 40.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 37 38 65 0.43 0.42 0 0.75 237.86 0.27 0.2
Hex 25 26 41 2B 2A 0 4B EE 1B 14
Octal 45 46 101 53 52 0 113 356 33 24
Binary 100101 100110 1000001 101011 101010 0 1001011 11101110 11011 10100

Color Harmonies of #252641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252641

Black with #252641

Text Example


Text Example

White with #252641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252641; }

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

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

background-color css

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

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

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

border-color css

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

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

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