#26263D

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

Shades of Valhalla #26263D

Tints of Valhalla #26263D

Color information

#26263D (or 0x26263D) is unknown color: approx Valhalla. HEX triplet: 26, 26 and 3D. RGB value is (38,38,61). Sum of RGB (Red+Green+Blue) = 38+38+61=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 38 (15.23% from 255 or 27.74% 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 #26263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26263D is #D9D9C2. Grayscale: #282828. Windows color (decimal): -14277059 or 4007462. OLE color: 4007462.

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

Color convert

RGB383861-
CMYK0.380.3800.76
HSL240º23.23%19.41%-
HSV(B)240º37.7%23.92%-
XYZ2.332.144.7-
YUV40.62139.5126.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 61 (24.22% from 255) = 44.53%
R=27.74%
G=27.74%
B=44.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3838610.380.3800.7624023.2319.41
Hex26263D262604Cf01713
Octal464675464601143602723
Binary10011010011011110110011010011001001100111100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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