Html Css Color HEX #252841 Valhalla

📋 copy color: '#252841'

red 37 ◦ green 40 ◦ blue 65

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

Shades of Valhalla #252841

Tints of Valhalla #252841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.17%

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

R = 26.06%
G = 28.17%
B = 45.77%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252841 (or 0x252841) is known color: Valhalla. HEX triplet: 25, 28 and 41. RGB value is (37,40,65). Sum of RGB (Red+Green+Blue) = 37+40+65=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #252841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252841 is #DAD7BE. Grayscale: #292929. Windows color (decimal): -14342079 or 4270117. OLE color: 4270117.

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

Color convert

RGB 37 40 65 -
CMYK 0.43 0.38 0 0.75
HSL 233.57º 0.27% 0.2% -
HSV(B) 233.57º 0.43% 0.25% -
XYZ 2.48 2.29 5.31 -
YUV 41.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 37 40 65 0.43 0.38 0 0.75 233.57 0.27 0.2
Hex 25 28 41 2B 26 0 4B EA 1B 14
Octal 45 50 101 53 46 0 113 352 33 24
Binary 100101 101000 1000001 101011 100110 0 1001011 11101010 11011 10100

Color Harmonies of #252841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252841

Black with #252841

Text Example


Text Example

White with #252841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252841; }

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

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

background-color css

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

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

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

border-color css

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

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

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