#272741

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

Shades of Valhalla #272741

Tints of Valhalla #272741

Color information

#272741 (or 0x272741) is unknown color: approx Valhalla. HEX triplet: 27, 27 and 41. RGB value is (39,39,65). Sum of RGB (Red+Green+Blue) = 39+39+65=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #272741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272741 is #D8D8BE. Grayscale: #292929. Windows color (decimal): -14211263 or 4269863. OLE color: 4269863.

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

Color convert

RGB393965-
CMYK0.400.4000.75
HSL240º25%20.39%-
HSV(B)240º40%25.49%-
XYZ2.522.265.31-
YUV41.96141125.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3939650.400.4000.752402520.39
Hex272741282804Bf01914
Octal4747101505001133603124
Binary100111100111100000110100010100001001011111100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272741; }

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

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

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

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

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

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

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

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