Html Css Color HEX #25253D Valhalla

📋 copy color: '#25253D'

red 37 ◦ green 37 ◦ blue 61

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

Shades of Valhalla #25253D

Tints of Valhalla #25253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 27.41%
G = 27.41%
B = 45.19%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25253D (or 0x25253D) is known color: Valhalla. HEX triplet: 25, 25 and 3D. RGB value is (37,37,61). Sum of RGB (Red+Green+Blue) = 37+37+61=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #25253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25253D is #DADAC2. Grayscale: #272727. Windows color (decimal): -14342851 or 4007205. OLE color: 4007205.

HSL color Cylindrical-coordinate representation of color #25253D: hue angle of 240º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25253D is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 37 61 -
CMYK 0.39 0.39 0 0.76
HSL 240º 0.24% 0.19% -
HSV(B) 240º 0.39% 0.24% -
XYZ 2.27 2.05 4.69 -
YUV 39.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 37 37 61 0.39 0.39 0 0.76 240 0.24 0.19
Hex 25 25 3D 27 27 0 4C F0 18 13
Octal 45 45 75 47 47 0 114 360 30 23
Binary 100101 100101 111101 100111 100111 0 1001100 11110000 11000 10011

Color Harmonies of #25253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25253D

Black with #25253D

Text Example


Text Example

White with #25253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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