#272A40

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

Shades of Valhalla #272A40

Tints of Valhalla #272A40

Color information

#272A40 (or 0x272A40) is unknown color: approx Valhalla. HEX triplet: 27, 2A and 40. RGB value is (39,42,64). Sum of RGB (Red+Green+Blue) = 39+42+64=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #272A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A40 is #D8D5BF. Grayscale: #2B2B2B. Windows color (decimal): -14210496 or 4205095. OLE color: 4205095.

HSL color Cylindrical-coordinate representation of color #272A40: hue angle of 232.8º 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 #272A40 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB394264-
CMYK0.390.3400.75
HSL232.8º24.27%20.2%-
HSV(B)232.8º39.06%25.1%-
XYZ2.592.465.19-
YUV43.61139.51124.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=26.90%
G=28.97%
B=44.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3942640.390.3400.75232.824.2720.2
Hex272A40272204Be91814
Octal4752100474201133513024
Binary100111101010100000010011110001001001011111010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272A40; }

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

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

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

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

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

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

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

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