#312D41

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

Shades of Tolopea #312D41

Tints of Tolopea #312D41

Color information

#312D41 (or 0x312D41) is unknown color: approx Tolopea. HEX triplet: 31, 2D and 41. RGB value is (49,45,65). Sum of RGB (Red+Green+Blue) = 49+45+65=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #312D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D41 is #CED2BE. Grayscale: #303030. Windows color (decimal): -13554367 or 4271409. OLE color: 4271409.

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

Color convert

RGB494565-
CMYK0.250.3100.75
HSL252º18.18%21.57%-
HSV(B)252º30.77%25.49%-
XYZ3.162.915.4-
YUV48.48137.33128.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=30.82%
G=28.30%
B=40.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4945650.250.3100.7525218.1821.57
Hex312D41191F04Bfc1216
Octal6155101313701133742226
Binary1100011011011000001110011111101001011111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D41; }

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

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

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

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

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

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

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

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