Html Css Color HEX #252541 Valhalla

📋 copy color: '#252541'

red 37 ◦ green 37 ◦ blue 65

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

Shades of Valhalla #252541

Tints of Valhalla #252541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.62%

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

R = 26.62%
G = 26.62%
B = 46.76%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252541 (or 0x252541) is known color: Valhalla. HEX triplet: 25, 25 and 41. RGB value is (37,37,65). Sum of RGB (Red+Green+Blue) = 37+37+65=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #252541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252541 is #DADABE. Grayscale: #282828. Windows color (decimal): -14342847 or 4269349. OLE color: 4269349.

HSL color Cylindrical-coordinate representation of color #252541: hue angle of 240º 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 #252541 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 37 65 -
CMYK 0.43 0.43 0 0.75
HSL 240º 0.27% 0.2% -
HSV(B) 240º 0.43% 0.25% -
XYZ 2.38 2.1 5.28 -
YUV 40.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 37 37 65 0.43 0.43 0 0.75 240 0.27 0.2
Hex 25 25 41 2B 2B 0 4B F0 1B 14
Octal 45 45 101 53 53 0 113 360 33 24
Binary 100101 100101 1000001 101011 101011 0 1001011 11110000 11011 10100

Color Harmonies of #252541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252541

Black with #252541

Text Example


Text Example

White with #252541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252541; }

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

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

background-color css

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

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

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

border-color css

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

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

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