#272740

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

Shades of Valhalla #272740

Tints of Valhalla #272740

Color information

#272740 (or 0x272740) is unknown color: approx Valhalla. HEX triplet: 27, 27 and 40. RGB value is (39,39,64). Sum of RGB (Red+Green+Blue) = 39+39+64=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #272740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272740 is #D8D8BF. Grayscale: #292929. Windows color (decimal): -14211264 or 4204327. OLE color: 4204327.

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

Color convert

RGB393964-
CMYK0.390.3900.75
HSL240º24.27%20.2%-
HSV(B)240º39.06%25.1%-
XYZ2.492.255.15-
YUV41.85140.5125.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=27.46%
G=27.46%
B=45.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3939640.390.3900.7524024.2720.2
Hex272740272704Bf01814
Octal4747100474701133603024
Binary100111100111100000010011110011101001011111100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272740; }

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

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

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

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

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

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

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

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