#312940

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

Shades of Tolopea #312940

Tints of Tolopea #312940

Color information

#312940 (or 0x312940) is unknown color: approx Tolopea. HEX triplet: 31, 29 and 40. RGB value is (49,41,64). Sum of RGB (Red+Green+Blue) = 49+41+64=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #312940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312940 is #CED6BF. Grayscale: #2D2D2D. Windows color (decimal): -13555392 or 4204849. OLE color: 4204849.

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

Color convert

RGB494164-
CMYK0.230.3600.75
HSL260.87º21.9%20.59%-
HSV(B)260.87º35.94%25.1%-
XYZ2.982.615.2-
YUV46.01138.15130.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=31.82%
G=26.62%
B=41.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4941640.230.3600.75260.8721.920.59
Hex312940172404B1051615
Octal6151100274401134052625
Binary110001101001100000010111100100010010111000001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312940; }

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

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

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

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

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

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

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

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