Html Css Color HEX #25273D Valhalla

📋 copy color: '#25273D'

red 37 ◦ green 39 ◦ blue 61

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

Shades of Valhalla #25273D

Tints of Valhalla #25273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 27.01%
G = 28.47%
B = 44.53%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25273D (or 0x25273D) is known color: Valhalla. HEX triplet: 25, 27 and 3D. RGB value is (37,39,61). Sum of RGB (Red+Green+Blue) = 37+39+61=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #25273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25273D is #DAD8C2. Grayscale: #282828. Windows color (decimal): -14342339 or 4007717. OLE color: 4007717.

HSL color Cylindrical-coordinate representation of color #25273D: hue angle of 235º 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 #25273D is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 39 61 -
CMYK 0.39 0.36 0 0.76
HSL 235º 0.24% 0.19% -
HSV(B) 235º 0.39% 0.24% -
XYZ 2.33 2.18 4.71 -
YUV 40.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 37 39 61 0.39 0.36 0 0.76 235 0.24 0.19
Hex 25 27 3D 27 24 0 4C EB 18 13
Octal 45 47 75 47 44 0 114 353 30 23
Binary 100101 100111 111101 100111 100100 0 1001100 11101011 11000 10011

Color Harmonies of #25273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25273D

Black with #25273D

Text Example


Text Example

White with #25273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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