#272840

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

Shades of Valhalla #272840

Tints of Valhalla #272840

Color information

#272840 (or 0x272840) is unknown color: approx Valhalla. HEX triplet: 27, 28 and 40. RGB value is (39,40,64). Sum of RGB (Red+Green+Blue) = 39+40+64=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #272840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272840 is #D8D7BF. Grayscale: #2A2A2A. Windows color (decimal): -14211008 or 4204583. OLE color: 4204583.

HSL color Cylindrical-coordinate representation of color #272840: hue angle of 237.6º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #272840 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB394064-
CMYK0.390.3800.75
HSL237.6º24.27%20.2%-
HSV(B)237.6º39.06%25.1%-
XYZ2.522.325.17-
YUV42.44140.17125.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=27.27%
G=27.97%
B=44.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3940640.390.3800.75237.624.2720.2
Hex272840272604Bee1814
Octal4750100474601133563024
Binary100111101000100000010011110011001001011111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272840; }

 p { color: rgb(39,40,64); }

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

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

 a { background-color: rgb(39,40,64); }

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

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

 span { border-color: rgb(39,40,64); }

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