#312941

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

Shades of Tolopea #312941

Tints of Tolopea #312941

Color information

#312941 (or 0x312941) is unknown color: approx Tolopea. HEX triplet: 31, 29 and 41. RGB value is (49,41,65). Sum of RGB (Red+Green+Blue) = 49+41+65=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #312941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312941 is #CED6BE. Grayscale: #2E2E2E. Windows color (decimal): -13555391 or 4270385. OLE color: 4270385.

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

Color convert

RGB494165-
CMYK0.250.3700.75
HSL260º22.64%20.78%-
HSV(B)260º36.92%25.49%-
XYZ3.012.625.35-
YUV46.13138.65130.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=31.61%
G=26.45%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4941650.250.3700.7526022.6420.78
Hex312941192504B1041715
Octal6151101314501134042725
Binary110001101001100000111001100101010010111000001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312941; }

 p { color: rgb(49,41,65); }

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

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

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

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

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

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

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