#26253A

Color #26253A Valhalla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valhalla #26253A

Tints of Valhalla #26253A

Color information

#26253A (or 0x26253A) is unknown color: approx Valhalla. HEX triplet: 26, 25 and 3A. RGB value is (38,37,58). Sum of RGB (Red+Green+Blue) = 38+37+58=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #26253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26253A is #D9DAC5. Grayscale: #272727. Windows color (decimal): -14277318 or 3810598. OLE color: 3810598.

HSL color Cylindrical-coordinate representation of color #26253A: hue angle of 242.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26253A is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB383758-
CMYK0.340.3600.77
HSL242.86º22.11%18.63%-
HSV(B)242.86º36.21%22.75%-
XYZ2.222.044.28-
YUV39.69138.33126.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=28.57%
G=27.82%
B=43.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3837580.340.3600.77242.8622.1118.63
Hex26253A222404Df31613
Octal464572424401153632623
Binary10011010010111101010001010010001001101111100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26253A; }

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

 H1.HeaderClassName
 {
   color: #26253A;
 }
 .AnyTagClassName
 {
   color: #26253A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #26253A;
 }
 .BgClassName
 {
   background-color: #26253A;
 }
</style>
border-color css

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

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

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