#272841

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

Shades of Valhalla #272841

Tints of Valhalla #272841

Color information

#272841 (or 0x272841) is unknown color: approx Valhalla. HEX triplet: 27, 28 and 41. RGB value is (39,40,65). Sum of RGB (Red+Green+Blue) = 39+40+65=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #272841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272841 is #D8D7BE. Grayscale: #2A2A2A. Windows color (decimal): -14211007 or 4270119. OLE color: 4270119.

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

Color convert

RGB394065-
CMYK0.400.3800.75
HSL237.69º25%20.39%-
HSV(B)237.69º40%25.49%-
XYZ2.552.335.32-
YUV42.55140.67125.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=27.08%
G=27.78%
B=45.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3940650.400.3800.75237.692520.39
Hex272841282604Bee1914
Octal4750101504601133563124
Binary100111101000100000110100010011001001011111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272841; }

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

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

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

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

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

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

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

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